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


html {
    width:100vw;
    height:100vh;
    }

body {
    width:100vw;
    height:100vh;
    }
    
    
section {
    height:100%;
    margin-bottom: 100px;
}
    
#content {
    width: 1250px;
    height:100%;
    margin-left: 40px;
}

.gallery {
    margin-left:auto;
    margin-right:auto;
}

#gallery1:hover{
transform:scale(1.1,1.1);
transition:ease-in 400ms;
}

    
#gallery1 { 
    display:inline-block;
    background-repeat:no-repeat;
	height:500px;
	width:1210px;
    background-position:35% 60%;
	background-size:450%;
}

#gallery2 { 
    display:inline-block;
    background-repeat:no-repeat;
    height:500px;
	width:1210px;
    background-position:35% 60%;
    background-size:350%;
}

#gallery3 { 
    display:inline-block;
    background-repeat:no-repeat;
    height:500px;
    width:1210px;
    background-position:35% 60%;
    background-size:350%;
}

#gallery4 { 
    display:inline-block;
    background-repeat:no-repeat;
    height:500px;
    width:1210px;
    background-position:35% 60%;
    background-size:350%;
}

#gallery5 { 
    display:inline-block;
    background-repeat:no-repeat;
    height:500px;
    width:1210px;
    background-position:35% 60%;
    background-size:350%;
}

#gallery6 { 
    display:inline-block;
    background-repeat:no-repeat;
    height:500px;
    width:1210px;
    background-position:35% 60%;
    background-size:350%;
}


.text {
    font-family:"condensed";
    font-size: 100px;
}

#text1 {
    height:480px;
	width:1190px;  
}

#text2 {
    height:480px;
    width:1190px; 
}

#text3 {
    height:480px;
    width:1190px; 
}

#text4 {
    height:480px;
    width:1190px; 
}

#text5 {
    height:480px;
    width:1190px; 
}

#text6 {
    height:480px;
    width:1190px; 
}
    
   
.icon{
	height: 150px;
	width: 150px;
	transition:ease-in 400ms;
	padding-top:25px;
}



#icon1 {
padding-top: 85px;
}

#icon2 {
padding-top: 120px;
}

#icon3 {
padding-top: 120px;
}

#icon4 {
padding-top: 120px;
}

#icon5 {
padding-top: 120px;
}

#icon6 {
padding-top: 120px;
}
    
    
header {
    display:block;
    position:static;
    clear:both;
	height: 200px;
	width: 1380px;
	alignment-adjust:middle;
    margin-left:-90px;
    padding-right:31px;
	margin-bottom:-10px;
}

.headerlogo {
display:block;
float:left;
position:absolute;
width:800px;
height:auto;
margin-left: 0px;
margin-right: 0px;
}


#strata {
    display:block;
    position:absolute;
    float:left;
    padding-left: 325px;
    width:70vw;
	margin-top: 60px;
	transition:ease-in 400ms;
    padding-bottom:-10px;
}

#page {
    position:absolute;
    padding-top: 0px;
    margin-top: 10px;
    width:1271px;
    height:80px;
}


/* NAV ICON MOBILE */
#mobilenavicon {
display:block;
float:left;
margin-left: 140px;
margin-top: 70px;
z-index: 11;
}


#nav-icon3 {
  display:block;
  float:left;
  width: 100px;
  height: 60px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 30px;
}

#nav-icon3 span:nth-child(4) {
  top: 60px;
}

#nav-icon3.open span:nth-child(1) {
  top: 30px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 50%;
}


/*NAVIGATION*/


nav {
    display:inline-block;
    float:left;
    position: absolute;
    width:100%;
    margin-left:-120px;
    padding-top:0px;
    margin-top:-250vh;
    background-color:none;
    z-index: 15;
    transition:ease-in 400ms;
    opacity:0;
    visibility:hidden;
}

.mobilenavbar {
    margin-top:280px;
    width: 100%;
    padding-right:31px;
    margin-left:-120px;
	margin-bottom:-10px;
    visibility:visible;
    opacity:1;
    transition:ease-out 400ms;
}



#slide {
    visibility:visible;
	display:inline-block;
    width:1300px;
	float:left;
	padding-right:0px;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top:0px;
    margin-left:-50px;
    margin-right:0px;
    background-image:
	linear-gradient(to right, rgba(239,110,37,.92), rgba(246,146,30,.92));
    
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    
	transition:ease-in 400ms;
	transition-delay: 0ms;
	opacity:1;
	z-index:0;
}




header:hover #slide{
    opacity:1;
	visibility:visible;
    float:left;
    padding-right:0px;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top:0px;
    margin-left:-50px;
    margin-right:0px;
	transition:ease-out 400ms;
}

li {
    display:block;
    clear:left;
    width:130vw;
    padding-top:auto;
    padding-bottom: auto;
    
}

li a {
    font-size: 8vh;
    width:100%;
    padding-top:auto;
    padding-bottom: auto;
    
}


li a:hover{
    color:rgba(246,146,30,.92);
	background-color:none;
	opacity:1;
	cursor:pointer;
	transition: ease-out 400ms;
}


#dropdownmenu{
    display:none;
    clear:left;
    width:130vw;
	background-image: none;
	visibility:hidden;
	opacity: 0;
	margin-top:0px;
    padding-bottom:20px;
    margin-left:0px;
	z-index:8;
	transition: ease-in 400ms;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
    box-shadow: none;
}

#dropdownlist{
    font-family:"condensedbold";
	display:inline-block;
    height: 60px;
    width:100%;
	clear:left;
	font-size:6vh;
	text-decoration:none;
	color:#000;
    padding-right: 0px;
    padding-left: 20px;
    margin-left: 0px;
    padding-top:auto;
    padding-bottom: auto;	
	transition: ease-in 400ms;
}

#dropdownlist:last-of-type{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#dropdownlist:hover{
color:rgba(246,146,30,1);
background-image:none;
transition: ease-out 400ms;

}

#ourwork:hover #dropdownmenu {
    display:block;
    opacity:1;
	transition: ease-out 400ms;
	transition-delay: 0ms;
    
    box-shadow: none;
}

#ourwork:hover #dropdownmenu {
	visibility:visible;
	transition: ease-out 0ms;
	transition-delay: 0ms;
	
	box-shadow: none;
}




#dropdownlist:active{
color:rgba(246,146,30,1);
background-image:none;
transition: ease-out 400ms;
}

#ourwork:active #dropdownmenu {
    display:block;
    opacity:1;
	transition: ease-out 200ms;
	transition-delay: 200ms;
    
    box-shadow: none;
}

#ourwork:active #dropdownmenu {
	visibility:visible;
	transition: ease-out 400ms;
	transition-delay: 200ms;
	
	box-shadow: none;
}


.thumbnail {
    height: 130px;
    padding-left:10px;
    padding-right:10px;
}


#slider {
    height: 140px;
    padding:20px;
    width:90%;
}


.fullsize {
    display:inline-block;
    float: left;
	height: 587px;
	width:1100px;
	margin-left: 100px;
	transition:none;
    z-index:5;
	transition-delay: none;
    padding-bottom:54px;
}

#shift:hover .fullsize{
    display:inline-block;
    float: left;
	height: 587px;
	width:1100px;
	margin-left: 100px;
	transition:none;
    z-index:5;
	transition-delay: none;
    padding-bottom:54px;
}

#shift:hover .sidebarbox {
	float:left;
    max-height: 500px;
    width:100%;
    margin-left: 0px;
    visibility:visible;
	opacity:1;
	margin-top:900px;
	padding-left:0px;
	transform:scale(1,1);
	transition:ease-in 0ms;
	z-index:0;
}


.sidebarclick{
    float:left;
    width:100%;
    max-height: 500px;
    margin-left: 0px;
    visibility:visible;
	opacity:1;
	margin-top:900px;
	padding-left:0px;
	transform:scale(1,1);
	transition:ease-in 0ms;
	z-index:0;
    
}


.thumbnailclick{
    display:inline-block;
	float: left;
	height: 587px;
	width:1100px;
	margin-left: 100px;
	transition:none;
    z-index:5;
	transition-delay: none;
    padding-bottom:54px;
}


#fullsize2 {
    display:inline-block;
	float: left;
	height: 1205px;
	width:1200px;
	margin-left: 75px;
	z-index:5;
	transition:none;
}

#shift:hover #fullsize2 {
    display:inline-block;
	float: left;
    height: 1205px;
	width:1200px;
	margin-left: 75px;
	z-index:5;
	transition:none;
}




h1 {
    margin-top:10px;
    font-family:"condensedultralight";
    font-weight: lighter;
	font-size:60px;
	text-align:left;
	color:rgba(255,255,255,1);
}



h3 {
    font-size: 60px;
    padding: 20px;
}


h5 {
    font-size: 80px;
}

h6 {
    font-size: 60px;
    padding-left: 50px;
}


#info{
    font-size:50px;
    width:95%;
    padding-left: 50px;
}

hr {
   margin-top: 3200px; 
}

#description {
    max-height: 700px;
    padding:20px;
    width:95%;
    clear:left;
    font-size: 50px;
    padding-top: 0px;
}

#sidebar {
    width: 90%;
    max-height: 500px;
    margin-top: 44px;
    margin-left: -110px;
}

#sidebar2 {
    width: 90%;
    max-height: 850px;
    margin-top: 44px;
    margin-left: -110px;
    overflow:hidden;
}

#sidebarbox {
    float:left;
    width:100%;
    max-height: 500px;
    margin-left: 0px;
	visibility:visible;
	opacity:1;
	margin-top:900px;
	padding-left:0px;
	transform:scale(1,1);
	transition:ease-in 0ms;
	z-index:0;
}

#sidebarbox2 {
    float:left;
    width:100%;
    height: 600px;
    margin-left: 0px;
    visibility:visible;
	opacity:1;
	margin-top:1300px;
	padding-left:0px;
	transform:scale(1,1);
	transition:ease-in 0ms;
	z-index:0;
}

#sidebarbox3 {
    float:left;
    width:100%;
    height: 850px;
    margin-left: 0px;
    visibility:visible;
	opacity:1;
	margin-top:2200px;
	padding-left:0px;
	transform:scale(1,1);
	transition:ease-in 0ms;
	z-index:0;
}

#boxarrow {
  margin-left:100px;
  margin-top: 5px;
  float:left;
  width: 0px; 
  height: 0px;
  transform: rotate(45deg);    
  
  border-top: 60px  solid rgba(0,0,0,0.6);
  border-bottom: 60px solid transparent;
  border-right:60px solid transparent;
}


#smallicon {
    display:inline-block;
	float: left;
	margin-top:-4px;
	padding-right:10px;
	height: 60px;
	width: 60px;
}

#form {
transform:scale(2,2);
margin-left: 0px;
margin-top: 400px;
}


footer {
    display:none;
}


#infoboxtext{
font-size:50px;
width:90%;
margin:10px;

}

#chart1 {
display:inline-block;
position:absolute;
float:none;
margin-left:80px;
margin-top:0px;
width: 1100px;
height:auto;
opacity:1;
transform:scale(1.0,1.0);
transition:ease-in 400ms;
transition-delay: 0s;
}

#chart2 {
display:block;
float:left;
margin-top:1000px;
margin-left:80px;
width: 1100px;
height:auto;
opacity:1;
transform:scale(1.0,1.0);
transition:ease-in 400ms;
transition-delay: 0s;
}



#infobox{
    display:block;
	float:left;
	position:absolute;
	font-size:50px;
	height: 1450px;
	width: 550px;
	padding: 20px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:0px;
	border-radius: 12px;
	overflow: auto;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	opacity:1;
	transform:none;
	transition:ease-in 0ms;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}



#infobox2{
	display:block;
	float:left;
	font-size:50px;
	height: 1450px;
	width: 550px;
	padding: 20px;
	margin-top:0px;
	margin-left:680px;
	margin-bottom:0px;
	border-radius: 12px;
	overflow: auto;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	opacity:1;
	transform:none;
	transition:ease-in 0ms;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}


.section1 {
margin-left:inherit;
margin-top:-150px;
height:350px;
opacity:1;
}

.section2 {
margin-left:inherit;
margin-top:450px;
height: 150px;
opacity:1;
}

.section3 {
margin-left:inherit;
height: 500px;
margin-bottom:-50px;
opacity:1;
}