

.logo{
	height: 80vh;
	position: relative;
	padding-bottom: 150px;
	padding-left: 30px;


}





/*:::: NAVIGATION ::::*/



.nav-link{
height: 85vh;
position: relative;
float: left;
padding-bottom: 20px;



}

.background-nav {
height: 140px;
color: #c41814;


}

.nav {
  display: flex;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1em 3.5em;
  position: relative;
  justify-content: space-between;
  align-items: center;
  min-height: 30vh;

}




.navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  z-index: 0;
  cursor: pointer;
}


.nav-item {
  position: relative;
  letter-spacing: 4px;
	display: flex;


  text-decoration: none;
  text-transform: uppercase;

  margin: 0 2em 0 0;

	color: white;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;

}



/* :: MOBILE-NAV :::: */

.burger-line {
  width: 30px;
  height: 4px;
  margin: 10px;
  background-color: white;
  transition: all 0.2s ease;
}

.burger {
  display: none;
  cursor: pointer;

}



@media screen and (max-width: 1000px) {






	.nav{
		overflow-x: hidden;
	}


  .burger {
    display: block;
    z-index: 10;
		height: 170vh;
		position: relative;
		margin-bottom: 80px;
		padding-bottom: 100px;
		margin-top: 10px;
		padding-top: 30px;


  }



	.nav-link {
	opacity: 0;



	}

	.navigation {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    padding: 4em 0 5em 0;
    margin-top: 0;
    z-index: 5;
    background: #9b9b9b;
		overflow-x: hidden;
  }

.nav-item{
	padding-left: 60px;
}




	.logo{
		height: 170vh;
		position: relative;
		margin-bottom: 50px;
		padding-bottom: 100px;

		margin-top: 0px;
		padding-top: 0px;


}

	.logo img{
		width: 120px;
		height: auto;
	}







}


@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.navigation-active {
  transform: translateX(0%);
    transition: transform 0.5s ease;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-20px, 0px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-20px, 0px);
}











}


.project_content {

	overflow-x: hidden;
}


.project_content p {
	width: 75%;
  margin: 0 auto 1em auto;
}

.project_content img {
	margin: 0 auto 0 auto;
	float: none;
  display: block;
	width: 100%;
	z-index: 1;
}


.font_pages img{
	margin: 15% 15% ;
	padding-top: 5%;
	padding-bottom: 5%;
	float: none;
  display: block;
	width: 85%;
  height: auto ;
	color: #c41814;
}




.logo_text {
	text-align: center;
  color: #9b9b9b;
  margin: 0 5%;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: 400;

}

.project{
	padding-top:30px;
	padding-bottom:50px;
	background-color: #ffffff;

}



.jpegs{

padding-top:2%;
padding-bottom:2%;

}

.first_jpeg{

padding-bottom:2%;

}





.logos {
max-width: 500px;
margin: 0 auto 0 auto;
}

body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #c41814;
	color: #ffffff;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25em;
	overflow-x: hidden;
}

body[data-bodyview="index"] {
	background: #c41814;
}








.project_content br {
	clear: both;
}









.project_content img {
	margin: 0 auto 0 auto ;
	float: none;
    display: block;
}





.header_text{
padding-top: 10%;
color: black;
font-family: 'Lora', serif;
font-style: italic;
font-size: 40px;
line-height: 1.25em;
margin: 5% 5%;
font-weight: 400;


}


.page-two-bg {
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
}


.page-three-bg {
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
}





.contact_header{
	padding-top: 0;
	float:none;
	padding-bottom: 0;
	color: black;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.25em;
	margin: 5% 5%;
	position: fixed;

}

.contact_body{
	padding-top: 80px;
	float: none;
	padding-bottom: ;
	color: black;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.25em;
	margin: 5% 5%;
	position: fixed;
}




@media screen and (max-width:768px){
	body {
		background: #c41814;
		color: #ffffff;
		font-family: 'Lora', serif;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.25em;
	}

@media screen and (max-width:768px){

	.logo_text {
		text-align: center!important;
	  color: #9b9b9b;
	  margin: 0 5%;
		font-family: 'Lora', serif;
		font-style: italic;
		font-size: 22px;
		font-weight: 400;
	}
}

@media screen and (max-width:768px){
	.header_text{
	padding-top: 10%;
	color: black;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	line-height: 1.25em;
	margin: 5% 5%;
	font-weight: 400;
	}

}


@media screen and (max-width:768px){
	.contact_header{
		padding-top: 10px;
		float:none;
		padding-bottom: 0;
		color: black;
		font-family: 'Lora', serif;
		font-weight: 600;
		font-size: 28px;
		line-height: 1.25em;
		margin: 5% 5%;
		position: fixed;

	}

	.contact_body{
		padding-top: 60px;
		float: none;
		padding-bottom: ;
		color: black;
		font-family: 'Lora', serif;
		font-weight: 400;
		font-size: 22px;
		line-height: 1.25em;
		margin: 5% 5%;
		position: fixed;
	}
}
