*{
	background-color: white;
}

.exit {
	position: fixed;
	top:20px;
  	float: left;
  	margin-left: 94vw;
  	z-index: 1;
  	font-family: "Arial", sans-serif;
  	font-size: 30px;
  	font-weight: 800;
  	color: white;
  	text-decoration: none;
  	text-align: center;
  	padding: 10px;
  	background: #862B2B;
  	border-radius: 100px;
  	height: 35px;
  	width: 35px;
}

.exit:hover{
	background: white;
	color: #862B2B;
}

.navigation {
	position: fixed;
	top: 45%;
	right: 0;
	margin-right: 10px;
	width: 155px;
	height: 298px;
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid #862b2b;
	box-sizing: border-box;
	text-align: left;
	font-size: var(--font-size-base);
	color: var(--color-black);
	font-family: "Avenir Next";
	padding: 2px;	
}

.nav-items{
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

a{
	font-family: "Avenir Next";
	text-decoration: none;
	color: #862b2b;
	font-weight: 600;
}

a:hover{
	color: #F6D276;
}

html{
	scroll-behavior: smooth;
}

h1{
	font-size: 50px;
	font-family: "Comfortaa";
	color: #862B2B;
	padding: 10px 20px 0px 32px;
}

h2{
	position: relative;
	font-size: 35px;
	font-weight: 800;
	font-family: "Comfortaa";
	color: black;
	text-align: left;
	padding: 0px 30px 0px 32px;
	width: 80vw;
}

h3{
	width: 260px;
	position: relative;
	font-size: 25px;
	font-weight: 500;
	font-family: "Comfortaa";
	color: black;
	text-align: left;
	display: inline-block;
	
}

p{
	font-family: "Avenir Next";
	line-height: 25px;
}

.banner {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.mockups {
	padding-left: 10px;
	width: 87.5vw;
}

.gif{
	position: relative;
	height: 175px;
	padding-left: 65px;
	animation-iteration-count: infinite;
	align-content: center;
	filter: grayscale(10%);
}

.gif2{
	position: relative;
	height: 175px;
	padding-left: 120px;
	animation-iteration-count: infinite;
	align-content: center;
	filter: grayscale(10%);
	opacity: 80%
}

.column-container {
  display: flex; /* Flexbox layout to create columns */
  gap: 20px; /* Space between the columns */
  padding: 0px 32px 80px 32px;
  width: 84.5vw;
  float: left;
}

/* Column styles */
.column2 {
  flex: 1;
  padding: 10px 40px 20px 40px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.process{
	padding: 0px 32px 20px 32px;
	width: 60vw;
}

.visual-identity{
	width: 40%;
	padding: 0px 32px 30px 32px;
}

.sketches{
	height: 10%;
	max-height: 600px;
	padding: 0px 32px 20px 32px;
}

.low-fidelity{
	width: 85.5%;
	padding: 0px 32px 20px 32px;
}

.final-design-container {
  display: flex;
  gap: 60px;
  padding: 0px 0px 80px 32px;
  width: 82vw;
  float: left;
}

.final-design-column {
  flex: 1;
  padding: 0px 0px 0px 0px;
}

.iframe{
	padding-left: 0px;
	width: 40vw;
	height: 60vh;
}


.screen-container {
  display: flex;
  gap: 60px;
  padding: 0px 0px 80px 32px;
  width: 80%;
  height: 100vh;
  float: left;
  display: flex;
}

.screen-column {
  flex: 1;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}

.screens{
	height: 30vw;
	width: 40vw;
	padding: 0px 32px 30px 32px;;
}

.container {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between rows */
    padding-left: 32px;
}

.row {
    display: flex;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.text-column, .image-column {
    flex: 1;
    padding: 40px;
}

.text-column {
    background-color: #ffffff;
}

.text-column h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.text-column p {
    font-size: 16px;
    color: #555;
    padding-bottom: 50x;
}

.image-column {
    display: flex;
    Align-items: center;
    justify-content: center;
    background-color: #ddd;
    padding: 0;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boxStyle{
	flex: 1;
  	padding: 20px 40px 20px 40px;
  	width: 80%;
  	margin-left: 30px;
  	background-color: #ffffff;
  	border: 1px solid #ddd;
  	border-radius: 8px;
  	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cityCollage{
	width: 95%;
}

.paragraph{
	padding-left: 35px;
	width: 85%;
}

.textPhoto{
	width: 45%;
	padding-left: 60px;
}

.survey{
	width: 70%;
	padding-left: 35px;
	padding-bottom: 30px;
}

.UI{
	width: 80%;
	padding-left: 50px;
	padding-bottom: 10px;
}

.min{
	width: 98vw;
}

.overviewpic{
	width: 40vw;
}

.user-testing-page {
  display: flex;
  min-height: 100vh;
  font-family: 'Helvetica Neue', sans-serif;
}

/* Main content */
.user-testing-content {
  flex: 1;
  padding: 3rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #333;
}

#user-testing p {
	width: 82vw;
	margin-left: 32px;
}

/* Persona card */
.userpersona{
	width: 80vw;
}

.persona h2 {

}

/* Interview list */
ol {
  margin-left: 1.5rem;
  line-height: 1.6;
  font-family: "Avenir Next";
}

/* Conclusion list */
.conclusion-list {
  margin-top: 1rem;
  line-height: 1.6;
  list-style: disc inside;
  font-family: "Avenir Next";
  padding-right: 140px;
}


#conclusion p{
	margin-left: 40px;
	margin-right: 180px;
	padding-bottom: 60px;
}
















