*{  margin:0px;
    padding:0px;
    box-sizing:  border-box;
}

body{
    background-color:whitesmoke;
    font-family: 'Barlow', sans-serif;
    height:165vh;
}

/*Start Nav */

nav{
    background-color:whitesmoke;
	width: 100%;
	display: flex;
	justify-content:space-between;	
  	position: -webkit-sticky; /* Safari */
  	position: sticky; 
	z-index: 1;	
	align-items:center;
	text-transform: uppercase;
	height: 8vh;
	top: 0;/*




*/
	}

.logo{
    width: 120px;
	margin-left: 3%;
	}

.logo img{

	width: 100%;
  	display: block;
  	margin-top: auto;
  	margin-bottom: auto;
}


.navlinks{
	letter-spacing: 1.5px;
	width: 25%;
	display: flex;
	justify-content: space-around;

}


.navlinks li{
	list-style: none;
	display: inline-block;

}

.navlinks a{

    text-decoration: none;
    font-weight:bold;
    transition: color .5s ease;
	color: #0D0D0D;

}

.navlinks a:hover{
    color: #FF8D8D;
}

.navright img{
    
	height:22px;
    width: 22px; 
	
}
.navright {
	width: 8%;
	margin-right: 3%;
}
	
.navright ul{
	
	list-style: none;
	display: flex;
	justify-content: space-around;

}

.navright ul li{
		display: inline-block;

}

/* End Nav */

.text{
	display: flex;
	margin-top: 14vh;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 5vh;
}

.MainHeader{
	width: 50%;
	color: #ff8d8d;
	font-weight: bold;
	font-size: 30pt;
}
.MainHeader h2{
	width: 90%;
	margin-left: 10%;
}


.MainContent{
	width: 50%;
}

.MainContent h4{
	width: 90%;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}

.MainContent p{
	width: 90%;
	font-size: 11pt;
	line-height: 1.45;
}


.secondcontentheaders {
	margin-top: 15px;
}


.mainimages{

	width: 95%;
	margin: auto;
	padding-bottom:10vh;
}

.level1{

	display: flex;
}
.level2{

	display: flex;
}
.level3{

	display: flex;
}
.level1, .level2, .level3{
	padding-top: 1vh;
	
}

.imgleft{
	padding-right: 3px;
	
	min-width: 0;	
}


.imgright{
	padding-left: 3px;
	
	min-width: 0;	
}




.portfolio1nav {
	font-family: 'Montserrat', sans-serif;
	color: #ff8d8d;
	font-weight: 400;
	font-size: 20pt;
	display:flex;
	width: 90%;
	margin: auto;
	margin-bottom: 10vh;
}
.portfolio1nav a {
	text-decoration: none;
	color: #ff8d8d
}
.leftnav{
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;

}
.leftnav img{
	width: 100px;
	margin-right:50px;
	display: flex;
	
}

.leftnav p{


}
.rightnav{
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;


}

.rightnav img{
	width: 100px;

	margin-left:50px;
	display: flex;

}

.rightnav p{

}


/* Footer */

footer {
	background-color:#dcdddf;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 5vh;

  	width: 100%;

	
}

.footerdetes{

	text-align: center;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 10pt;
	color:#FF8D8D;	
}
.footersocials{

	display: block;
	margin: auto;
}

.footersocials ul{
	list-style: none;

	margin-top: 20px;
}

.footersocials ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	
}
.footersocials ul li img{
    height:22px;
    width: 22px;

}	

/*mobile menu start*/
 /* Style the navigation menu */
.topnav {
	width: 100%;
	height: 5.5vh;
	display: none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  	display: none;
	background-color: whitesmoke;
	padding-bottom:5vh;
	padding-top:2vh;
}
/* Style navigation menu links */
.topnav a {
  color: white;

  text-decoration: none;
  font-size: 17px;
  display: block;
	
}

.topnav #myLinks a{
		padding: 14px 16px;
		color: black;
}
/* Style the hamburger menu */
.topnav a.icon {
 	background: black;
  	display: block;
 	position: absolute;
  	right: 0;
  	top: 0;
	padding: 14px 16px;
}


/* Add a grey background color on mouse-over */
#myLinks a:hover {
  	background-color: #ddd;
  	color: black;
}

/* Style the active link (or home/logo) */
.active {
  	background-color: whitesmoke;
  	color: white;
	height: 100%;
	margin-left: 5%;

}
.active img{
	width: 30%;
	padding-top: 0%;


}



/*mobile menu end*/



@media screen and (max-width:1366px){
	.navright {
	width: 7%;
	margin-right: 3%;
}
	
	.navlinks{
		width: 35%;
		letter-spacing: .5px;
	}
}

	
@media screen and (max-width:1806px){
.navright {
	width: 7%;
	margin-right: 3%;
}
	

}

@media screen and (max-width:1400px){
	.MainHeader h2{
		font-size:35pt;
	}	
}

@media screen and (max-width:1243px){
	.navlinks{
		width: 33%;
	}
}

@media screen and (max-width:1106px){
	.navright{
		width: 10%;
	}
	.navright img{
	margin-left: 15px;

}
	.navlinks{
		width: 35%;
		letter-spacing: 1.5px;
	}
	
.portfolio1nav a {
	font-size: 15pt;
}
.leftnav{

}
.leftnav img{
	width: 70px;
}

.leftnav p{

}
.rightnav{

}

.rightnav img{
	width: 70px;
	margin-left: 0px;
}

.rightnav p{
	margin-right: 50px;
}
}
@media screen and (max-width:850px){

.logo{
    width: 120px;
	margin-left: 3%;
	}

.logo img{
	width: 85%;
}

.navlinks{
	width: 40%;
}

.navright {
	width: 10%;
	margin-right: 3%;
}

.portfolio1nav a {
	font-size: 10pt;
}

.leftnav img{
	width:60px;
	margin-right: 50px;
}
	.rightnav img{
	width:60px;

}
	.rightnav p{

}
	
}
@media screen and (max-width:768px){

	.navright{
		display:none;

	}
	.navlinks{
	display:none;
		
	}
	
	.logo{
	display:none;

}
	
	.nav{
		display: flex;
		align-items: center;
		height: 6vh;
		
}
	.topnav {
		display:block;
}	
.active img{
	width: 120px;
	padding-top: 8px;


}
	.text{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.MainHeader{
	font-size: 15pt;
	width: 100%;
	margin-bottom: 5vh;

}
	
.MainHeader h2{
	width: 100%;
	margin-left: 5%;
}

.MainContent{
	width: 90%;
	}
.MainContent p{
	width: 100%;
	font-size: 8pt;
	line-height: 1.45;
}
	.MainContent h4{
		font-size: 10pt;
		margin-bottom:10px;
	}
	


	
}

@media screen and (max-width:555px){
	.rightnav p{
	margin-left:200px;
	margin-right:0;
		
}
	.rightnav img{
	margin-left:50px;
	margin-right:0;
		
}

}
@media screen and (max-width:450px){
	.footerdetes{
		
		width: 50%;
		margin: auto;
	}

.rightnav p{
	margin-left:63px;
	margin-right:0;
		
}
.rightnav img{
	width: 50px;
	margin-left:10px;
	margin-right:0;
		
}
	.leftnav p{
	margin-left:0px;
	margin-right:0;
		
}
.leftnav img{
	width: 50px;
	margin-left:0px;
	margin-right:10px;
		
}
	
	.footerdetes p{
		font-size:8pt;
	}	
}
@media screen and (max-width:320px){
	
	.navright{
		display:none;

	}
	.navlinks{
	display:none;
		
	}
	
	.logo{
	display:none;

}
.text{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.MainHeader{
	font-size: 15pt;
	width: 100%;
	margin-bottom: 1vh;

}
	
.MainHeader h2{
	width: 100%;
	margin-left: 5%;
}

.MainContent{
	width: 90%;
	}
.MainContent p{
	width: 100%;
	font-size: 8pt;
	line-height: 1.45;
}	
	.footerdetes p{
		font-size:8pt;
	}
}