body {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    background-color: floralwhite;
}

h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 1em 0;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
    margin: 1em 0;
}

p {
    font-size: 16px;
    font-family: 'Droid Serif', serif;
    line-height: 1.7em;
}

a {
    /* #9BC33C */
    color:#FF4C4C;
}

a:visited {
    color:#FF4C4C;
}

a:hover {
    text-decoration: underline;
    color:#FF4C4C;
}

a:focus {
    color: #000;
    outline: none;
}

a:active {
    color: #000;
    outline: none;
}

@media (min-width: 769px) {
    header {
        background: url(../images/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }
}

@media (max-width: 768px) {
    header {
        background: url(../images/background.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }
}

.img-responsive.img-center {
    margin: 2em auto;
}

.logo {
    padding-top: 30px;
    /*padding-left: 30px;*/
    padding-bottom: 30px;
} 

.top-space {
    padding-top: 1em;
}

.footer {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*WORKS.HTML */

.italic {
    font-style: italic;
    margin-bottom: 3em;
}

.works ul li {
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    padding: 6px 10px;
    text-decoration: none;
    margin: 23px 6px;
    display: inline-block;
    cursor: pointer;
}

.works ul li:hover {
    border: 1px solid #000;
    color: #000;
}

.works ul li.active {
    color: #fff;
    background-color: #000;
}

.single-work img {
    width: 100%;
    height: 100%;
}

.single-work {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(256, 256, 256, 0.9);
    margin-top: -400px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.overlay_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-work:hover .overlay {
    margin-top: 0;
}

.overlay h3 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin-top: 25%;
    margin-bottom: 10px;
}

.overlay a i.fa {
    font-size: 25px;
    color: #000;
    padding: 10px;
}

.overlay a i.fa:focus {
    outline: none;
}

.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
}

.modal-header {
    border: none;
}

.modal-header .close {
    font-size: 120px;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-body img {
    margin-bottom: 35px;
}

.modal-body p {
    text-align: left;
}

.modal-body img {
    cursor: pointer;
}

.modal-body ul {
    display: inline-block;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}

.modal-body ul li {
    border: none;
    margin: 0;
    cursor: inherit;
    border-right: 1px solid #dddddd;
    font-style: italic;
    text-transform: inherit;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1;
}

.modal-body ul li:last-child {
    border: none;
}

.modal-body ul li:hover {
    background: inherit;
    color: inherit;
    border-color: inherit;
}

.modal-footer {
    text-align: center;
    border: none;
}

.works .mix {
    display: none;
}

button.close {
    outline: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .2;
}