* {
    box-sizing: border-box;
}

body {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #252525;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
}

.wrapper .content {
    width: 960px;
    padding: 50px;
    margin: auto;
}

.menu-wrapper {
    position: relative;
    z-index: 99;
}

.menu-wrapper.sticky .action.open-it {
    bottom: 0;
    color: #000;
}

.cursor {
    cursor: pointer;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.menu .content {
    padding: 20px 0;
    position: relative;
}

.menu .btn {
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    background: #70A7DA;
    position: absolute;
    right: 5px;
}

h1, .h1 {
    font-family: "prenton";
    font-style: italic;
    font-size: 48px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.bio {
    height: 900px;
    padding-top: 50px;
}

.bio .text-wrapper {
    background: rgba(255,255,255, .65);
    text-align: center;
    line-height: 50px;
}

.action.open-it {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    
    transition: bottom 200ms;
}

.action.open-it img {
    transform: rotate(180deg);
}

.action.close-it {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    display: inline-block;
}


.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: none;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    z-index: 999;
}

.back-to-top:hover {
    background: #DC0A17;
}

.back-to-top i {
    font-size: 18px;
}

.gallery-wrapper {
    position: relative;
}

.gallery {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255, .65);
    padding: 10px 10px;
}

.gallery .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-img {
    height: 1035px;
}

.footer {
    font-family: "prenton";
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    background: #DDD9D9;
    height: 419px;
}

.footer span {
    margin: 0 10px;
}


/*-------------- RESPONSIVE --------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1018px) {
    
}

@media screen and (max-width: 980px) {

    
    .bio {
        height: auto;
        padding-bottom: 50px;
    }
    
    .wrapper .content {
        width: 100%;
        padding: 20px 10px;
        margin: auto;
    }
    
    .footer-img {
        height: 600px;
    }
    
    .footer {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .bio .text-wrapper {
        line-height: 30px;
    }
    
    .gallery .row {
        margin-top: 20px;
        margin-bottom: 20px;    
        margin-right: 0;
        margin-left: 0; 
    }
    
    .gallery .row div[class*=col-]{
        width: 33%;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .action.open-it img {
        width: 26px;
    }
    
    .footer-img {
        height: 400px;
    }
    
}

@media screen and (max-width: 480px) {
    
    .gallery {
        padding: 20px 10px;
    }
    
    .gallery .row {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .gallery .row div[class*=col-]{
        width: 100%;
        float: none;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .gallery .row div[class*=col-] div {
        margin-bottom: 20px;
    }
}
