@charset "UTF-8";
/* CSS Document */

#main{
    
    width:100%;
    height:2500px;
    position:relative;
    margin:0px auto;
    background:#fcfcfc;
    overflow: hidden;
    
}

body{
    
    margin:0px;
}



#top{
    
    width:100%;
    height:70px;
    top:0px;
    position:absolute;
    margin:0px auto;
    background-color:#16161d;
    z-index: 999;
    
    
    
}


#logo{
    
    width:45px;
    height:45px;
    top:13px;
    position:relative;
    background:url(img/logo.svg) center center;
    background-repeat:no-repeat;
    float: left;
    left:50px;
   
    
}


#logo:hover{
    
    background-image:url(img/logo_.svg);
    background-repeat:no-repeat;    
    transition: all .25s ease;
    opacity: 100%;
    
}




#menu{
    
    width:45px;
    height:45px;
    top:13px;
    position:relative;
    background:url(img/menu.svg) center center;
    background-repeat:no-repeat;
    float:right;
    right:50px;
}

#menu:hover{
        
    background-image:url(img/menu_.svg);
    background-repeat:no-repeat;    
    transition: all .5s ease;
    opacity: 100%;
    
    
}



#menu_bar{
    
    position:absolute;
	width:100%;
	height:400px;
	top:70px;
	right:0px;
	background-color:#000;
	opacity:.95;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow:scroll;
}


#descript{
    
    width: 100%;
    height:685px;
    background: url("img/7g_bottles.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
 

    
    
}

#title{
    
    width:300px;
    height:136px;
    top:150px;
    position:absolute;
    left:100px;
    background:url(img/7G_header.svg);
    background-position: center center;
    background-size:contain;
    background-repeat: no-repeat;

  
    
    
}

#design_problem{
    
    width:1440;
    height:550px;
    position:relative;
    top:0px;
    background-image:url(img/7G_des_prob_.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

#problem_copy{

    width:908px;
    height:200px;
    position:relative;
    top:20px;
    left:100px;
    


}



#tile{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_logo.jpg) center center;
    background-size:cover;
    background-repeat: no-repeat;
    transition: all .5s ease;
    
}


#tile_2{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_mountain.jpg) center center;
    background-size:cover;
    transition: all .5s ease;
}


#tile_3{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/chokecherry.jpg) center center;
    background-size:cover;
    transition: all .5s ease;
}



#tile_4{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_colors.jpg) center center;
    background-size:cover;
    transition: all .5s ease;
}



#tile_5{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_type.jpg) center center;
    background-size:cover;
    transition: all .5s ease;
}

#tile_6{
    
    width:65%;
    height:936px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_bottles_%20copy.jpg) center center;
    background-size:cover;
    transition: all .5s ease;
}





#design_solution{
    
    width:900px;
    height:900px;
    left:100px;
    position:relative;
    top:100px;
    
    
}


#bottom{
    
    width:100%;
    height:370px;
    background:url(img/bottom.svg)center center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    top:300px;
}

#info{
    
    width:400px;
    height:176px;
    top:48px;
    position:absolute;
    float:left;
    left:100px;
}

#ankr{
    
    width:50px;
    height:50px;
    top:600px;
    position:fixed;
    float:right;
    right:50px;
    background:url(img/top.svg);
    background-size:cover;
    background-repeat: no-repeat;


}

#social{
    
    width:20.5px;
    height:20.5px;
    top:176px;
    position:absolute;
    float:left;
    background:url(img/insta_.svg)center center;
    background-repeat: no-repeat;
    
}

#linkedin{
    
    width:20.5px;
    height:20.5px;
    top:175px;
    position:absolute;
    float:left;
    left:56px;
    background:url(img/linkedin.svg)center center;
    background-repeat: no-repeat;
    
}


p1{
    
    font-family: 'Merriweather', serif;
    line-height:80px;
    font-weight:900;
    font-size:48px;
    letter-spacing:1px;
    color:#fcfcfc;
}

p2{
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    line-height:10px;
    font-size:16px;
}

p3{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:100;
    color:#fcfcfc;
    font-size: 32px;
    line-height:52px;
}

p4{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    color:#fcfcfc;
    font-size: 24px;
    line-height:32px;
}

p5{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    color:#fcfcfc;
    font-size:16px;
    line-height:32px;
}



p6{
    
    font-family: 'Merriweather', serif;
    line-height:80px;
    font-weight:900;
    font-size:48px;
    letter-spacing:1px;
    color:#16161d;
}

p7{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    color:#16161d;
    font-size:24px;
    line-height:40px;

}

p8{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:100;
    color:#fcfcfc;
    font-size:12px;
    line-height:20px;
}

p10{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    color:#fcfcfc;
    font-size: 16px;

}

nav{
	font-family: 'Montserrat', sans-serif;
    line-height: 70px;
    margin: 0px auto;
    font-size:30px;
    font-weight:700;
    text-align: center;
    letter-spacing:0px;
}

nav ul {
	padding: 30px 0px 0px 0px;
	color: white;
	text-decoration: none;
	list-style:none;
    margin: 0px auto;
}

nav li {
	
    font-family: 'Montserrat', sans-serif;
    line-height: 90px;
    list-style: none;
    font-weight:100;
    font-size:14px;
    line-height:10px;
    margin: 0px auto;
    text-align: center;
   
}