*{  margin:0px;
    padding:0px;
    box-sizing:  border-box;
}

body{
    background-color:whitesmoke;
    font-family: 'Barlow', sans-serif;
    height:160vh;
}


/*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 */



.Statement{

	width: 70%;
	margin: auto;
	margin-top: 15vh;
	margin-bottom: 10vh;

}


.Statement p {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 50pt;
	color:#FF8D8D;
	width: 100%;

	
}
.mainimages{
	display: block;
	width: 70%;
	margin: auto;
	margin-bottom: 7vh;
}


.secondarycategories{

}

.category1{
	position: relative;
}

.category1 img{
	width: 100%;
}

.category2{
	position: relative;
}

.category2 img {
	width: 100%;
}


/* Bottom right text */
.text-block, .text-block2, .text-block3, .text-block4, .text-block5, .text-block6, .text-block7, .text-block8 {
  	position: absolute;
  	bottom: 20px;
  	right: 20px;
  	padding-left: 20px;
  	padding-right: 20px;
	visibility:hidden;
    font-family: 'Montserrat', sans-serif;
}



.category1image{
    /*width: 100%;*/
    transition: 0.05s ease;
}

.category1image:hover{
    opacity: 0.8;

}

.category2image{

    transition: 0.05s ease;
}

.category2image:hover{
    opacity: 0.8;

}

.category2:hover .text-block2{
    opacity: 1;
	visibility: visible;
	transition: .5s ease;
}
.category1:hover .text-block{
    transition: .5s ease;
	opacity: 1;
	visibility: visible;

}




.seemore{
	background-color: #dcdddf;
	width: 38%;
	margin: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 30pt;
	color:#FF8D8D;
	height: 10vh;
 	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:10vh;
}

.seemore a p{
	color:#FF8D8D;

}

.seemore a {
	text-decoration: none;

}

.seemore:hover{
	background-color: #FF8D8D;
	opacity:1;
    transition: .5s ease;
	color: whitesmoke;
}

.seemore a p:hover{
	opacity:1;
    transition: .5s ease;
	color: whitesmoke;

}





/* 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:1806px){
.navright {
	width: 7%;
	margin-right: 3%;
}
	

}

@media screen and (max-width:1400px){
	.MainHeader h2{
		font-size:35pt;
	}	
	
	.Statement p{
	font-size: 40pt;
}
	
	.seemore p{
		font-size:25pt;
	}	
}

@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;
}
	
.Statement p{
		font-size:30pt;
	}	
	
}
@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{

}
	.Statement p{
	font-size: 25pt;
}
	
	.mainimages{
	width: 95%;

}	
	.seemore p{
		font-size:20pt;
	}	
	
	.seemore{
		width: 50%;
		height:5vh;
	}

}
@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;
	}
	

.mainimages{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.secondarycategories{
		width: 100%;

	}

	.slideshow-container {
	width: 90%;
}
	
	.level1{

	flex-direction: column;
			
}
	.level2{

	flex-direction: column;
}
	.level3{

	flex-direction: column;
}
	.imgright{
	padding-left: 0px;
}
	.imgleft{
	padding-right: 0px;
}

	
	.mainimages{
	width: 95%;

}
	.Statement{
		width: 95%;
	}
	
	.seemore p{
		font-size:15pt;
	}	
	.seemore{
		height:5vh;
		width: 70%;
	}
}

@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;
		
}
	
	.MainHeader h2{
		font-size:25pt;
	}	
	
	.footerdetes p{
		font-size:8pt;
	}
	
			.seemore {
		width: 90%;
	}
}
@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;
}	
	.MainHeader h2{
		font-size:15pt;
		margin-bottom:5vh;
	}	
	
	.footerdetes p{
		font-size:8pt;
	}
	
	
	.Statement p{
	font-size: 20pt;
}
	.Statement{
		width: 95%;
	}

	.seemore {
		width: 90%;
	}
	.text-block, .text-block2  {
  	bottom: 5px;
  	right: 5px;
  	padding-left: 5px;
  	padding-right: 5px;
    font-family: 'Montserrat', sans-serif;
	font-size:10pt;
}
	.category1{
		margin-bottom:10px;
	}
}