    /*  Temporary Styles */
.twindow_size {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    color: black;
}
    .twindow_size p{
        margin: inherit;
        padding: inherit;
    }

/*      Page Styls  */
@media (max-width: 299px) {
    .main_header .logo_div{
        padding: 3% 2%;
    }
    .main_header .logo{
        width: 5vh;
        height: 5vh;
    }
    .main_header a{
        font-size: 2.5vh;
    }
    .main_container {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('images/featuredImg/featuredImgUltLowRes.png');
        background-size: cover;
        background-position: center center;
    }
    .main_container .container{
        min-height: 80vh;
        padding-top: 30%;
    }
    .main_container h1{
        font-size: 1.2em;
    }
}
/*  min-width: 320px MOBILE SIZE S  */
@media (min-width: 300px) {
    .main_header .logo_div{
        padding: 3% 2%;
    }
    .main_header .logo{
        width: 6vh;
        height: 6vh;
    }
    .main_header a{
        font-size: 2vh;
    }
    .main_container {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('images/featuredImg/featuredImgUltLowRes.png');
        background-size: cover;
        background-position: center center;
        
    }
    .main_container .container{
        min-height: 80vh;
        padding-top: 30%;
    }
    .main_container h1{
        font-size: 1.8em;
    }
}

@media (min-width: 540px){
    .main_header .logo_div{
        padding: 3% 2%;
    }
    .main_header .logo{
        width: 5vh;
        height: 5vh;
    }
    .main_header a{
        font-size: 2.5vh;
    }
    .main_container {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('images/featuredImg/featuredImgUltLowRes.png');
        background-size: contain;
        background-position: center center;
        min-height: 80vh;
    }
    .main_container .container{
        padding-top: 10%;
    }
    .main_container h1{
        font-size: 3em;
    }
    .main_container a{
        font-size: 1.8em;
    }
}

@media (min-width: 890px) {
    .main_header .logo_div{
        padding: 2%;
    }
    .main_header a{
        font-size: 1.5em;
    }
    .main_header .logo{
        width: 5vw;
        height: 5vw;
    }
    .main_container{
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('images/featuredImg/featuredImgUltLowRes.png');
        min-height: 85vh;
        background-size: contain;
    }
    .main_container .container{
        padding-top: 10%;
    }
    .main_container h1{
        font-size: 3em;
    }
    
}

@media (min-width: 1300px) {
    .main_header .logo_div{
        padding: 2%;
    }
    .main_header .logo{
        width: 4vw;
        height: 4vw;
    }
    .main_container{
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('images/featuredImg/featuredImgUltLowRes.png');
        min-height: 90vh;
    }
    .main_container h1{
        font-size: 3em;
        
    }
    .main_container a{
        padding-top: 10%;
    }
}
* {
    box-sizing: border-box;
}
body {
    background-color: black;
    color: lightgray;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Poppins, Verdana, sans-serif;
}
.container {
    max-width: 100%;
    padding: 1;
    display: flex;
    flex-direction: column;
    /*border: 1px dashed green;*/
}
.main_header .logo_div{
    display: flex;
    /*flex-direction: row;*/
    align-items: center;
    justify-content: flex-start;
}
.main_header .logo{
    background-image: url('images/mob/squarecroped100.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.main_header .logo_div > a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-size: 1.5em;*/
    text-decoration: none;
    color: beige;
    display: inline-block;
    margin: 0 1%;
}
.main_container {
    
    /*background-position: center;*/
    /*background-size: contain;*/
    background-repeat: no-repeat;
    /*min-height: 85vh;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    /*align-item: center;*/
    justify-content: center;
}
.main_container .container{
    align-items: center;
    justify-content: center;
}
.main_container h1{
    font-family: "Chakra Petch", Verdana;
    /*font-size: 3em;*/
    font-weight:lighter;
    color: lightgray;
    text-align: center;
    margin: 0;
    /*margin-top: 15%;*/
}
.main_container span {
    font-size: 1.5em;
    color: #abba04;
    font-weight: normal;
}
.main_container p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: darkgray;
    opacity: 0.7;
}
.main_container a{
    margin: 2%;
    color: white;
    display: inline-block;
    font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 5px;
}
.main_container a:hover{
    background-color: #abba04;
    color: black;
}

/* Footer Styles */
.main_footer p{
    text-align: center;
    padding: 100px 5px 0;
    margin-top: auto; /* Pushes footer to the bottom */
    opacity: 0.3;
    /*background-color: black;*/
}