.body{float: left;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    width:100%;
    height:100%;
    overflow: scroll;
    background-image:url(img/.jpg);
      background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(250, 250, 250, 1)}



html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;}




.content{display: block;
    position: inherit;
    height: 100%;
    max-width: 1616px;
    background-size: cover;
min-width: 900px;
margin: 0 auto;
background-color:rgba(150, 0, 150, 0);
background-repeat: no-repeat;
background-size: cover}

#content_index{background-image: url(images/brand/aubrey_autumn_home.jpg)}

#content_studio{background-image: url(images/brand/studio_main.jpg);
height: 707px;
 border-bottom: 3px solid white;}

#content_studio_2{background-image: url(images/brand/studio_2.jpg);
height: 707px;
border-bottom: 3px solid white;}

#content_studio_3{background-image: url(images/brand/studio_3.jpg);
height: 707px}

#content_studio_4{background-color: black;
height: 640px}

#content_studio_5{background-color: rgba(0,0,0, 1);
height: 10px}


#content_about{background-image: url(images/brand/banner.jpg);
height: 250px;
 border-bottom: 3px solid white;}

#content_about_2{background-image: url(images/brand/about_1.jpg);
height: 707px;
 border-bottom: 3px solid white;}

#content_about_3{background-image: url(images/brand/about_owner.jpg);
height: 500px;
 border-bottom: 3px solid white;}



#content_contact{background-image: url(images/brand/aubrey_autumn_commercial.jpg);
height: 1000px;
 border-bottom: 3px solid white;}

#content_contact_2{background-color: black;
height: 150px;
 border-bottom: 3px solid white;}

.futura{font-family: "futura-pt",sans-serif;
color: white}

.thin_header{font-family: "futura-pt",sans-serif;
    color: white;
    font-weight:100; 
   font-size: 80px; 
    display:inline-block;
    float: left; 
    margin-top: 0px}

.thick_header{font-family: "futura-pt",sans-serif;
    color: white;
    font-weight:1000; 
    font-size: 80px; 
    display:inline-block; 
    float: left; 
    margin-top: 0px}

.gallery_title{font-family: "futura-pt",sans-serif;
    color: white;
    font-weight:1000; 
    font-size: 80px;
    margin-top: 0px;text-align: center;width:inherit; margin: 0 auto}


.header{width: 100%;
    float: left;
display: inline-block;
height: 250px;
background-color: rgba(0, 0, 150, 0);
    border-bottom: 1px solid white;
}

#logo{font-family: luxus-brut, sans-serif;
font-weight: 400; font-size: 180px; margin-left: 20px;
font-style: normal;position: absolute; height: 50px;
}

#header_index{
background-size: cover;
background-repeat: no-repeat}


#header_on_figure{height: 500px;
background-size: cover;}

#header_commercial{height: 500px;
background-image: url();
background-size: cover;}

#header_studio{height: 250px;
background-image: url(images/brand/black_striker.png);
background-size: cover;}

#header_about{height: 250px;
background-image: url(images/brand/black_striker.png);
background-size: cover;}

#header_lifestyle{height: 500px;
background-size: cover;}

.banner{width:100%;
height: 250px;
background-size: cover;}

#banner_index{height: 100%;
    background-color: black;
background-image: url(images/brand/)}

#banner_studio{height: 250px;
    background-color: black;
background-image: url(images/brand/striker_studio.jpg)}

#banner_food{height:600px;
background-image: url(images/brand/banner_food.jpg);
background-size: cover;}

#banner_on_figure{height:500px;
background-image: url(images/brand/banner_on_figure.jpg);
background-size: cover;}

#banner_commercial{height:500px;
background-image: url(images/brand/banner_tabletop.jpg);
background-size: cover;}

#banner_lifestyle{height:500px;
background-image: url(images/brand/banner_on_lifestyle.jpg);
background-size: cover;}

.gallery_section{width:100%: overflow: scroll; overflow-y: hidden; overflow-x: hidden; margin-top: -100px}

#gallery_section_studio{width: 100%; margin-top:0px; width: 970px
}



.hide_scroll{height:800px; width:1300px;
    text-indent: 0px; 
    overflow: hidden; 
    overflow:scroll; 
    background-color:rgba(0, 0, 0, 0);  
 margin: 0 auto;  margin-top: 0px;
    }

#hide_scroll_studio{width: 1000px; margin: 0 auto; margin-top:0px; display: block;
    height: 400px; float: none }

.hide_scroll::-webkit-scrollbar { width: 0 !important }
.hide_scroll { -ms-overflow-style: none; }


ul.main_menu {color: white; margin-top: 210px;
    list-style-type: none;
    display: inline-block;
    width: 400px;
    
} 

#main_menu{position: absolute; z-index: 10; margin-left:30px}



/* Dropdown Button */
.dropbtn {Border: none;
    background-color:rgba(0, 0, 0, 0);
    color: white; margin-left: -20px;
    font-size:16px;
    width: 80px;
display: inline-block;
font-family: "futura-pt",sans-serif;color: white;
    list-style-type: none;
    display: block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {width: 130px;
    margin-left: -20px; 
    display: none;
    position: absolute;
    background-color:rgba(0,0,0, 1);
    box-shadow: 0px 8px 16px 0px rgba(250,250,250, .6);
    z-index: 1;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "futura-pt",sans-serif
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:hotpink;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color:;}

/* Styling for the main menu links start here */
li.nav{width: 100px;
display: inline-block;
font-family: "futura-pt",sans-serif;
text-decoration: none}

a:link {
    color: white;list-style-type: none;
    text-decoration: none
    
}

/* visited link */
a:visited {
    color: white;
    list-style-type: none;
}

/* mouse over link */
a:hover {
    color: white;
    list-style-type: none;
}

/* selected link */
a:active {
    color: white;
    list-style-type: none;
}
/* Styling for the main menu links end here */


/* Contact Page Styling Starts Here */

#contact_container{width: 420px;
margin-left: 30px;
margin-top: -20px}


#contact-area input, #contact-area textarea {
    float: left;
	padding: 5px;
    background-color:rgba(0, 0, 0, .6);
    margin-left: 0px;
  
    color:white;
	width: 410px;
	color: #ffffff;
    font-family: "futura-pt",sans-serif;
    font-size:20px;
    font-weight:100;
	
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 130px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {color: rgba(230,250, 250, 1);
    margin-left: 0px;
	width: 422px;
	float: left; 
    background-color:rgba(10, 200, 200, .3);
    
}


#thankyou{background-color: black;
    height: 100%;
    width:100%;
    }

label {
	float: left;
	text-align: left;

	width: 150px;
	padding-top: 5px;
	font-size: 20px;
    color:white;
  
    font-family: "futura-pt",sans-serif;
    font-style: ;
    font-weight:400;
}





