.alliedtesting-frontpage-popup{
    /*background-image: url('https://www.alliedtesting.com/wp-content/themes/allied/img/intro_bg.jpg');*/
    background-color: #d0d0d0;
    color: white;
    font-family: Century Gothic;
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 100;
    border: 7px solid #9e4430;
}

.alliedtesting-frontpage-popup h2{
    color:black;
    text-align: justify;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.alliedtesting-frontpage-popup-logo {
    background: url('https://www.alliedtesting.com/wp-content/themes/allied/img/logo.png') left top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 100px;
    margin-right: auto;
    margin-left: 10%;
    top: 80px;
    left: 80px;
    width: 275px;
}

.alliedtesting-frontpage-popup-button{
    box-sizing: border-box;
    background: #9C4434;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: 3pt;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 235px;
    height: 70px;
    box-shadow: none;
    border: none;
    font-family: 'Titillium Web', sans-serif;
}

.alliedtesting-frontpage-popup-spacer-50{
    height: 5vh;
}

.alliedtesting-frontpage-popup-text{
    width: 80%;
}

@media screen and (min-width: 1440px){
    
    .alliedtesting-frontpage-popup-spacer-100{
        height: 10vh;
    }
    
    .alliedtesting-frontpage-popup-spacer-150{
        height: 10vh;
    }
}
@media screen and (max-width: 1440px){
    .alliedtesting-frontpage-popup-spacer-150{
        height: 10vh !important;
    }
    .alliedtesting-frontpage-popup-spacer-100{
        height: 5vh !important;
    }
    
    .alliedtesting-frontpage-popup-logo {
        top: 30px;
        width: 160px;
    }
}

@media screen and (max-width: 1024px){
    .alliedtesting-frontpage-popup-spacer-150{
        height: 5vh !important;
    }
    .alliedtesting-frontpage-popup-spacer-100{
        height: 5vh !important;
    }
}

@media screen and (max-width: 768px){
    .alliedtesting-frontpage-popup-spacer-150{
        height: 5vh !important;
    }
    .alliedtesting-frontpage-popup-spacer-100{
        height: 5vh !important;
    }
    .alliedtesting-frontpage-popup h2{
        font-size: 24px;
    }
}

@media screen and (max-width: 425px){
    .alliedtesting-frontpage-popup-spacer-150{
        height: 0vh !important;
    }
    .alliedtesting-frontpage-popup-spacer-100{
        height: 5vh !important;
    }
    .alliedtesting-frontpage-popup h2{
        font-size: 18px;
    }
    .alliedtesting-frontpage-popup-logo {
        top: 30px;
        width: 70px;
    }
    .alliedtesting-frontpage-popup-button{
        margin-top: 10px;
    }
}

@media screen and (max-width: 320px){
    .alliedtesting-frontpage-popup-spacer-150{
        height: 0vh !important;
    }
    .alliedtesting-frontpage-popup-spacer-100{
        height: 5vh !important;
    }
    .alliedtesting-frontpage-popup h2{
        font-size: 18px;
    }
    .alliedtesting-frontpage-popup-logo {
        top: 30px;
        width: 70px;
    }
    .alliedtesting-frontpage-popup-button{
        margin-top: 10px;
    }
}


