@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

ul {
    list-style-type: none;
    margin: 0;
    background-color:white;
    display: block;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

li {
    display: inline-block;
    background-color:white;
    justify-content: center;
    align-items: center;
    vertical-align: middle;

}

footer{
    padding: 3vh;
    height: 10vh;
    text-align: center;
    font-size: 1rem;
    color: #444;
}


.top-left-logo {
    font-size: 24px;
    color: #4f4f4f;
    font-variant: small-caps;
    font-weight: bold;
    font-family: 'FreeMono', monospace;
}

.logo{
    background: transparent;
    display: table-cell;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 55%;
    padding: 1%;

}

.logo > img{
    flex-shrink: 0;
    min-width:2%;
    min-height: 2%;
}

.nav{
    margin: 0 auto;
    background-color:white;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.5) 0px 10px 30px;
    display: table;
    border-bottom: 1px solid #f8f8f8;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    height: 9vh;
}

.nav_item{
    vertical-align: middle;
    padding-left: 10px;
    background-color: white;
    font-family: 'FreeMono', monospace;
}

.menu{
    display: table-cell;
    vertical-align: middle;
    background: white;
}

.menu-mobile {
    display: none;
}

.item{
    margin: 0px ;
    position: relative;
    padding: 0 8px;
    white-space: nowrap ;
    border: none;
    background: transparent;
    vertical-align: middle;
}

.item_con{
    padding: 15px ;
    line-height: 1 ;
    border-bottom: 2px solid transparent;
    background: transparent;
    vertical-align: middle;
    color: #4f4f4f;
    font-size: 1.5rem;

}

.item_con:hover{
    border-bottom: 3px solid #4f4f4f;
}

.titleLayer {
    width: 100vw;
    position: absolute;
    padding: 12vh;
    left: 0vw;
    z-index: 1;
    transition: opacity 250ms;
    visibility: visible;
    opacity: 1;
    display: block;
    font-family: 'Bradley Hand', cursive;
}

.title-home {
    margin-top: 25vh;
}

.contact-title {
    width: 100vw;
    font-size: 3rem;
    height: 20rem;
    word-wrap:break-word;
    text-align: center;
    background: rgba(255,255,255,0);
    left: 0vw;
    z-index: 1;
    transition: opacity 250ms;
    visibility: visible;
    opacity: 1;
    margin:10vh;
    font-family: 'Bradley Hand', cursive;
}

.back-pic {
    height: 100vh;
    background-size: cover;
    padding: 10vh
}

.bg-white {
  background-color: white;
}

.profile_pic2 {
    display: none;
}

.see_gallery {
    text-align: center;
    width: 100%;
    border-radius:5px;
    min-height: 10vh;
    font-size: 36px;
    background-color: skyblue;
    color: white;
    font-family: 'Chalkduster', 'fantasy';
}

.gallery-btn {
    display:block;
    text-align: center;
    width: 100%;
    border-radius:5px;
    min-height: 10vh;
    font-size: 36px;
    background-color: skyblue;
    color: white;
    font-family: 'Chalkduster', 'fantasy';
    margin-top: 5rem;
}

.gallery-btn-mobile {
    /*display: none;*/
    /* Should be or be not different?*/
    display:block;
    text-align: center;
    width: 100%;
    border-radius:5px;
    min-height: 10vh;
    font-size: 36px;
    background-color: skyblue;
    color: white;
    font-family: 'Chalkduster', 'fantasy';
    margin-top: 0.5rem;
}

.content {
    text-align: left;
    font-size: 2rem;
    font-family: Comic Sans MS, Comic Sans, cursive;
}

.email {
    width: 90vw;
    border: solid;
    margin: 1rem;
}

.message {
    width: 90vw;
    border: solid;
    margin: 1rem;
}

.contact-btn {
    margin-left: 60vw;
}

.contact-row {
    margin-left: -8vw;
}

.category {
    text-align: center;
    height: 5rem;
    font-size: 3rem;
    font-family: Jazz LET, fantasy;
    margin-top: 3rem;
}

.gallery-arrow {
    width: 5vw;
    margin-top: 15rem;
    margin-left: 1.5rem;
}

.see-project-btn {
    font-size: 2rem;
    right: 0;
    margin-left: 83vw;
    width: 20rem;
    height: 3rem;
}

.small-icon {
    width:2rem;
    height:2rem;
}

