.home-s{
    display: none!important;
}


.top{
    position:absolute;
    z-index: 2;
    width: 100%;
    
}

.logo{
    height:60px;

}

nav{
    padding: 0.5rem 1rem;
    color: white;
    padding-top: 50px;
}

.navbar-right{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 17px;
 }

.dropdown-menu {
    background-color: #151616b6;
    border-color: transparent;
}

.dropdown-menu :hover{
    background-color: #151616b6;
}

.dropdown-item{
    color: #edf2f4;
}

.dropdown-item:hover{
    color :rgba(255,255,255,.5);
}



.picture{
    margin-left: 30px;
    z-index: 1;
    border: 20px solid; 
    box-shadow: inset 0 0 10px #000;   
    display: inline-block;     
    border-image: linear-gradient(to right bottom,#dad9d5,#a09f9a) 1 / 10px; 
    height: 30vw;
   
    object-fit: cover;
    transform: rotate(-15deg)
 }
 
 .theme{
     z-index: 2;
     font-size: 20vw;
     margin-left:-5%;
     padding-right: 15px;
     font-family: 'Caveat', cursive;
 }

.home{
    padding: 15vh 0 0 0;
    background:url(https://static.igem.wiki/teams/4206/wiki/concrete.jpg);
    background-position: center;
    background-size: cover;
     width: 100%; 
    height: 100vh;
    display: flex;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
    justify-content: center;
    
    
}

.top-bar{
    width: 100%;
    background-color: #222;
    height: 80px;
    /* position: relative; */
    overflow: hidden;
    opacity: 0;
    animation-name: top-bar-slide;
    animation-duration:3s;
    animation-fill-mode: forwards;
    transform: translateX(-100%);
}

/* .top-bar:after{
    position: absolute;
    width: 100%;
    height: 80px;
    top:0;
    left: 0;
    z-index: -1;
    
    animation-name: top-bar-slide;
    animation-duration:10s;
    animation-fill-mode: forwards;
    transform: translateX(-100%);
    background-color: #222;
} */

@keyframes top-bar-slide {
    from {
        opacity: 0;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}


.page{
    background:url(https://static.igem.wiki/teams/4206/wiki/dsc-0770-1.jpg);
    background-position: center!important;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    background-attachment: fixed!important;

}

.page-title{
    position: absolute;
    margin-top: 33vw;
    
    margin-left: 10vw; 
    color: #e4e8eb;
    height: 200px;
    font-size: 5vw;
    animation: anim 1.5s forwards;
    transform: translateX(-10px);
}

@keyframes anim {
    0% {
    transform: translateX(-10px);
    }
  
    100% {
    transform: translateX(150px);
    }
  }

/* @media (max-width: 768px) {
    
      .home {
        width: 100%;
      }
    
    } */

.bar{
    background-color: #edf2f4;
    width:100%;
    height: 3vw;
    margin-top: 40vw;
    margin-bottom: 20vw;
    z-index: 0;
}

.pictures{
    /* background-color: #edf2f4; */
    color: #222;
    width: 100%;
    background: rgba(242, 245, 245, 0.6);
    z-index: 1;
}

.main{
    background-color: white;
    padding-bottom: 5vw;
    padding-top: 5vw;
    color: #222;
    font-size: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    opacity: 0;
    transform: translateY(1vw);
	transition: opacity .5s, transform .5s;
}

.main.show{
    opacity: 1;
    transform: translateY(0px);
}

.main img{
    width: 20vw;
}



.s-item{
    margin-right: 2vw;
    
}

.container-vcenter{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container-hcenter{
    display: inline-flex;
    display: flex;
}

.item-title{
    color: #222;
    font-weight: bold;
}

.item-sub{
    color: #222;
    font-weight: bold;
}

ul {
    list-style: none;
  }

footer{
    background: #222;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-top: 4px solid #bdbfc0;
}

.container{
    padding-top:30px;
}

.row{
    opacity:0.6;
    color:white;
    
}

.title{
    font-size: 16px;
    border-left: 4px solid #eff1f1;
    padding-left: 5px;
}

section{
    background: #111;
    padding: 1vw 0;
    color: #999;
    font-size: 13px;
    text-align: center;
}


.footer ul{
    padding-left: 4px;
}

.footer-item{
    color: white;
}

a:hover {
    color: #bdbfc0;
}

@media (max-width: 700px) {
    .home{
        display: none!important;
    }

    .home-s{
        display: flex!important;;
        background:url(https://static.igem.wiki/teams/4206/wiki/concrete.jpg);
        background-position: center;
        background-size: cover;
        /* width: 100%; */
        /* height: 100vh; */
        display: flex;
        position: relative;
        background-attachment: fixed;
        z-index: 0;
        padding-bottom: 10vh;
    }

    .picture-s{
        width: 100%;
        height: 60vw;
        z-index: 1;
        border: 20px solid; 
        box-shadow: inset 0 0 10px #000;   
        display: inline-block;     
        border-image: linear-gradient(to right bottom,#dad9d5,#a09f9a) 1 / 10px;        
        object-fit: cover;
        transform: rotate(-15deg)
    }

    .theme-s{
        z-index: 2;
        font-family: 'Caveat', cursive;
        font-size: 30vw;

    }

    .imple{
        font-size: 0;
    }
     
    .imple:before{
        content: "proposed imple leader";
        color: #222;
        font-weight: bold;
        font-size: 4vw;

    }

    .edu{
        font-size: 0;
    }

    .edu:before{
    
        content: "educ.-collab leader";
        color: #222;
        font-weight: bold;
        font-size: 4vw;
    }

    .edu-title{
        margin-left: -10vw;
    }

    .imple-title{
        margin-left:-10vw;
    }

    
    
}
