body {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/f191a12c-fb8a-400b-b7d9-dd8ac4aa1185/background-2.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/f191a12c-fb8a-400b-b7d9-dd8ac4aa1185/background-2.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

a {
    color: #cbcbcb;
    transition: .3s;
}




header.body,
footer.body .outer-wrapper {
    display: none;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    margin: 10% 0 15%;
}

.btnContainer a {
    flex: 0 0 36%;
    color: white;
    margin: 0px 15px;
    position: relative;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    text-align: center;
    flex-flow: column;
}

.btnText span {
    position: relative;
}

.btnText h3 {
    font-family: 'DINPro-Bold-Cd';
    font-size: 45px;
    margin: 0;
    text-shadow: 1px 1px 1px black;
}

.btnText span {
    position: relative;
    font-family: 'DINPro-Bold-Cd';
    font-size: 23px;
    letter-spacing: 1px;
}

.btnText span:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: black;
    position: absolute;
    bottom: -2px;
    left: 35%;
}

.homeContainer {
    padding: 60px 0;
    position: relative;
}

.slogan {
    position: absolute;
    color: rgb(0 0 0 / 11%);
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 188px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: -1;
    display: flex;
    justify-content: center;
}

.slogan span:nth-child(1) {
    margin-right: 150px;
}

.homeContainer > img {
    display: block;
    margin: auto;
    width: 250px;
}

.copyright {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer.body {
    position: relative;
}





@media (max-width: 1199px) {
.btnText h3 {
    font-size: 36px;
}
}




@media (max-width: 991px) {
.btnText h3 {
    font-size: 27px;
}

.btnText span {
    font-size: 20px;
}

.slogan {
    font-size: 121px;
    top: 20px;
}

.slogan span:nth-child(1) {
    margin-right: 200px;
}
}




@media (max-width: 767px) {
.btnContainer {
    flex-flow: column;
}

.btnContainer a {
    margin: 15px;
}

.slogan {
    display: none;
}

.btnText span {
    font-size: 6vw;
}

.btnText h3 {
    font-size: 9vw;
}
}






