
@media (min-width: 750px) {

    #title>.cross::before{
        border-bottom: 15px solid red;
    }

    #title>.cross::after{
        border-bottom: 15px solid red;
    }
    
    .button{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 10px;
        text-decoration: none;
        color: white;
        background-color: #171614;
    }

    .button:hover{
        background-color: white;
        color: #171614;
    }

    #hamburger{
        display: none;
    }
    #mobile-nav{
        display: none !important;
    }
    #desktop-nav{
        font-family: 'Anton', sans-serif;;
        display: block;
        float: right;
        line-height: 50px;
        padding-right: 20px;
    }
    #title{
        font-size: 45px;
    }
    #tagline{
        font-size: 25px;
    }
    .info-box{
        width: 45vw;
        height: 45vw;
    }
    .flip-card{
        width: 45vw;
        height: 45vw;
    }
    .row>h1{
        padding-left: 50px !important;
    }
    #welcome{
        background-position-y: center;
        background-position-x: center;
        background-size: 110vw;
        height: 500px;
    }
    #post>p>img{
        float: left;
        width: auto;
        max-width: 40vw;
        max-height: 60vh;
    }
    .post-thumb {
        float: left;
        width: 25%;
        padding: 10px;
        display: inline;
    }

    .post-gallery{
        flex-direction: row;
    }

    #sponsors>.flex-boxes {
        justify-content: left;
    }

    #sponsors>.flex-boxes>a>img {
        height: 15vh;
        max-height: 150px;
        width: inherit;
    }

    #sponsors>.flex-boxes>a {
        padding-left: 50px;
    }
    #gallery>.flex-boxes>img {
        width: 20vw;
        padding: 10px;
        height: 14vw;
    }
}
