@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;700&display=swap');

body {
    font-family: 'Fredoka', sans-serif !important;
    background-image: url(img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    body {
        background-image: url(img/background1200.jpg) !important;
    }
}

@media screen and (max-width: 1000px) {
    .footerImg {
        border: 3px solid #fff;
        margin-left: 1em;
        border-radius: 3px;
        height: 90px !important
    }
}

@media screen and (max-width: 768px) { 
    body {
        background-image: url(img/background768.jpg) !important;
    }
    
    .headerContactText { 
        font-size: 0.9em !important;
        line-height: 14px;
        letter-spacing: 0px !important;
        color: white;
        text-align: right;
    /*    padding-right: 2em;*/
        padding-top: 0.4em !important;
    }

}

a {
    text-decoration: none !important
}

.wrapper {
    max-width: 1366px;
    margin: auto
}

.pt-header {
    padding-top: 488px
}

.headerContactText { 
    font-size: 1em;
    line-height: 14px;
    letter-spacing: 2px;
    color: white;
    text-align: right;
/*    padding-right: 2em;*/
    padding-top: 2em
}

.headerContactText a {
    color: white;
    text-decoration: none
}

.headerContactText a:hover {
    color: white;
    text-decoration: underline
}

.navWrapper {
    padding-left: 2em;
    padding-top: 0.6em
}

.btn-nav {
    background-color: #b52330;
    border: 0;
    color: white;
}

.btn-nav:hover {
    background-color: white;
    border: 0;
    color: #b52330;
}

.btn-nav:active {
    background-color: darkred;
    border: 0;
    color: white;
    box-shadow: none;
    outline: none;
}

.btn-nav:focus {
    background-color: darkred;
    border: 0;
    color: white;
    box-shadow: none;
    outline: none;
}

.btn-nav-active {
    background-color: darkred;
    border: 0;
    color: white;
    box-shadow: none;
    outline: none;
}

.text-primary {
    color: #1f577f !important
}

.hardLine {
    background: #999;
    height: 5px;
    width: 10%;
    margin-bottom: 1em
}

.iframe {
    width: 100%;
    height: 1000px;
    overflow-x: hidden !important
}

.officeSpaceWrapper {
    padding: 1em;
    background-color: #ccc;
    background-image: url(img/officeSpace.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 3px
}

.officeSpaceInner {
    margin-top: 11em;
    padding: 1.3em;
    background-image: url(img/redBack.png);
    border-radius: 3px
}

.officeSpaceWrapper h1 {
    line-height: 35px
}

.fs-7 {
    font-size: 0.8em
}

.text-lightRed {
    color: #e2b7b7
}

.footerImg {
    border: 3px solid #fff;
    margin-left: 1em;
    border-radius: 3px;
    height: 130px
}

.builderLogoImg {
    border: 3px solid #fff;
    border-radius: 3px;
}

.subLogoImg {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contactHud {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    background: #ce2b39
}