/*************************************************************
*                           Header                           *
**************************************************************/
/*.header {*/
    /*display: flex;*/
    /*display-direction: column;*/
    /*align-content: flex-end;*/

/*}*/
/*.header-item {*/
    /*flex: 0 0 50%;*/
    /*max-height: 10%;*/
    /*min-height: 10%;*/
    /*max-width: 50%;*/
    /*padding: .5em;*/
    /*overflow: hidden;*/
/*}*/

/*.header-left {*/
    /*width: 99%;*/
    /*order: 1;*/
/*}*/

/*.header-right {*/
    /*flex: auto;*/
    /*order: 2;*/
/*}*/

/*************************************************************
*                           Footer                           *
**************************************************************/
footer {
    height: 50px;
    background: #312c2b;
    background: darkred;
    background: #b30000;
    padding: 0 48px;
    margin: 0;
    position: fixed;
    left: 0;
    color: #cacaca;
    font-size: 13px;
    font-family: 'futura_lt_btlight', sans-serif;
}

.footer-buffer {
    width: 100vw;
    height: 30px;
    position: fixed;
    left: 0;
    bottom: calc(40px + 12.5vw + 4px );
    background-color: #fff;
}
.footer-pic {
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 40px;
    border-bottom: 4px solid silver;
    margin-top: 20px;
}

.footer {
    flex: 0 0 100%;
    max-height: 3%;
    min-height: 3%;
    max-width: 100%;
    background: #0BDA51;
    border: 1px solid red;
    padding: .5em;
    overflow: hidden;
}

footer .copy {
    color: #fff;
    font-size: 12px;
}

footer .copy a {
    color: #fff;
}

footer .links {
    list-style-type: none;
    padding: 13px 10px 0 0;
    float: right;
}

footer .links li {
    color: #fff;
    float: left;
    /*padding-right: 30px;*/
    padding-right: 20px;
}

footer .links li a {
    color: #fff;
}

.footer-personal {
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.footer-personal ul {
    list-style: none;
    padding: 0;
}

.footer-personal li {
    display: inline;
}

.footer-personal a {
    display: inline;
    font-family: Work Sans;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    /*padding: 20px;*/
    padding: 5px;
    color: red;
    text-decoration: underline;
}

.footer-personal a:hover, .footer-personal a:focus {
    color: #ef0a05;
    text-decoration: line-through;
}

.footer-credits {
    font-family: Work Sans;
    font-size: 14px;
    margin-top: 0;
}

/*************************************************************
*                           Navbar                           *
**************************************************************/
.navbar-nav a{
    text-transform: uppercase;
}

.navi {
    margin:0;
    padding: 5px;
    border-bottom: 4px solid silver;
}

.navbar-header .logo {
    display: block;
    position: absolute;
    left: 35px;
    top: 0;
    z-index: 2;
}

/*************************************************************
*                           Modals                           *
**************************************************************/
.modal-header {
    padding-bottom: 30px;
}

.modal-body {
    padding: 60px 60px 600px 60px;

    height: 80vh;
    overflow-y: auto;
}

.modal-dialog {
    width: 60vw;
    overflow-y: initial !important
}

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

.modal-content p {
    font-size: 1.3em;
    margin-bottom: 30px;
}

.modal-footer > .btn.btn-primary {
    background-color: darkgray;
    border-radius: 2px;
    border-color: darkgrey;
    padding: 10px 40px 10px 40px;
}

/*************************************************************
*                           Boxes                            *
**************************************************************/
.logo-box {
    height: 90px;
    width: 90px;
    background-color: darkred;
    background-color: #b30000;
    /*background-color: white;*/
}

.logo-box p {
    /*color: lightgray;*/
    color: white;
    padding: 45px 6px 3px 5px;
    margin: 0;
    font-size: 18px;
    text-align: right;
}

.masonary-image {
    width: 50%;
    height:auto;
    float: left;
}

.text-box1 {
    width:100%;
    height:100%;
    float: left;
    padding-left: 10px;
    background-color: black;
    color: white;
}

.text-box2 {
    background-color: black;
    float: left;
    width: 50%;
    padding-top: 50%;

    /*position: relative;*/
    /*width: 50%; */
    /*height: 50%;*/
    /*overflow: hidden;*/
}

.text-box2:before {
    content: "";
    display: block;
    /*padding-top: 100%;*/
    /*overflow:hidden;*/
}

.text-box2 .text-box-content {
    margin-top: -100%;
    color: yellow;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    font-stretch: ultra-expanded;
    letter-spacing: 0.50em;
    text-align: center;
}

@media only screen and (min-device-width: 1055px) {
    .text-box2 .text-box-content {
        padding-top: 12px;
    }

    .text-box2 .text-box-content h1 {
        font-size: 2.5em;
        margin: 0;
    }
}

@media only screen and (min-device-width: 909px) and (max-device-width: 1054px) {
    .text-box2 .text-box-content {
        padding-top: 8px;
    }

    .text-box2 .text-box-content h1 {
        font-size: 2.0em;
        margin: 0;
    }
}

@media only screen and (min-device-width: 729px) and (max-device-width: 908px) {
    .text-box2 .text-box-content {
        padding-top: 5px;
    }

    .text-box2 .text-box-content h1 {
        font-size: 1.8em;
        margin: 0;
    }
}

@media only screen and (min-device-width: 650px) and (max-device-width: 728px) {
    .text-box2 .text-box-content {
        padding-top: 3px;
    }

    .text-box2 .text-box-content h1 {
        font-size: 1.5em;
        margin: 0;
    }
}

@media only screen and (min-device-width: 500px) and (max-device-width: 649px) {
    .text-box2 .text-box-content {
        padding-top: 1px;
    }

    .text-box2 .text-box-content h1 {
        font-size: 1.3em;
        margin: 0;
    }
}


.text-box {
    width:100%;
    height:100%;
    float: left;
    padding-left: 10px;
    background-color: black;
    color: white;
}

.text-box-33 {
    width:33.33%;
    height: auto;
    float: left;
    padding-left: 10px;
    background-color: black;
    color: white;
}

.masonary-image2 {
    width:33.33%;
    height:auto;
    float: left;
}

.masonary-image3 {
    width: 50%;
    height: 40%;
    float: left;
    filter: grayscale(100%);
}

.masonary-image4 {
    width: 12.5vw;
    height: 12.5vw;
    float: left;
    filter: grayscale(100%);
}

.masonary-image4:hover {
    filter: grayscale(1%);
}

.masonary-image3:hover {
    width:50%;
    height:40%;
    float: left;
    filter: grayscale(1%);
}