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

main{
    
    width:100%;
    height:1570px;
    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:700px;
    background: url("img/hero-image-portfolio.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    top:0px;
 

    
    
}
#title{
    
    width:574px;
    height:180px;
    top:450px;
    position:relative;
    float:right;
    margin-right:50px;

  
    
    
}



#tile{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/homepage.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    
}

#tile:hover {
		background-image:url(img/tile_9_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        opacity: 100%;
        transform:scale(.75)
}

#tile_2{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/search.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
}

#tile_2:hover{
    
        background-image:url(img/tile_6_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        opacity: 100%;
        transform:scale(.75)
}

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

#tile_3:hover{
    
        background-image:url(img/tile_3_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        opacity: 100%;
        transform:scale(.75)
}

#tile_4{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/7g_bottles_%20copy.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    display:none;
}

#tile_4:hover{
    
        background-image:url(img/tile_2_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        opacity: 100%;
        transform:scale(.75)
}

#tile_5{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/marcommtile.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    display:none;
}

#tile_5:hover{
    
        background-image:url(img/tile_4_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        transform:scale(.75)
    
}

#tile_6{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/bv.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    display:none;
}

#tile_6:hover{
    
        background-image:url(img/tile_7_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        transform:scale(.75)
}

#tile_7{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/machinal_480.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    display: none;
}

#tile_7:hover{
    
        background-image:url(img/tile_8_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        transform:scale(.75)
}

#tile_8{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/tortugassign_.jpg) center center;
    background-size:cover;
    float:left;
    transition: all .5s ease;
    display: none;
}

#tile_8:hover{
    
        background-image:url(img/tile_5_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        transform:scale(.75)
}

#tile_9{
    
    width:33.3333333333333%;
    height:480px;
    top:0px;
    position:relative;
    margin:0px auto;
    background:url(img/zm_cover.jpg) center center;
    background-size:cover;
    background-position: center center;
    float:left;
    transition: all .5s ease;
    display:none;
}

#tile_9:hover{
    
        background-image:url(img/tile_1_hover.svg);
		background-repeat:no-repeat;
	    transition: all .5s ease;
        transform:scale(.75)
}

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

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

#ankr{
    
    width:50px;
    height:50px;
    top:290px;
    position:absolute;
    float:right;
    right:20px;
    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;
    background:url(img/linkedin.svg)center center;
    background-repeat: no-repeat;
    
}


p1{
    
    font-family: 'Merriweather', serif;
    line-height:60px;
    font-size:64px;
    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:40px;
}

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

p9{
    
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    color:#fcfcfc;
    font-size: 12px;
    line-height:40px;
}

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

}



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

nav ul {
	padding: 30px 0px 0px 0px;
	color:#fcfcfc;
	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;
   
}

