:root {
    --main-color:#d99558;
    --main-bg: #100a18;
    --white-color: #fff;
    --color-one: #100a18;
    --color-two: #100a18;
    --main-font: "Open Sans", sans-serif;
    --heading-font: "Poetsen One", sans-serif;
    --topnavbtn-bg: #85c63d;
    --topnavbtn-font-color: #fff;
    --topnavbtn-font-size: 1.4rem;
    --topnav-btn-hoover-bg: #109441;
    --mainbtn-bg: #85c63d;
    --mainbtn-font-color: #fff;
    --mainbtn-font-size: 1.4rem;
    --main-btn-hoover-bg: #109441;
}
.header-content img {
        border-radius: 5%;
        border: 0px solid var(--main-color)
    }   
body {
    font-family: var(--main-font)
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--heading-font);
    font-weight: 400;
    color: var(--main-color)
}
p {
    font-family: var(--main-font)}
a {
    text-decoration: none
}
/* misc */
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,651);
    background: linear-gradient(to right, var(--color-one) 0%, var(--color-two) 100%);
    opacity: .85;
}

.topnav-btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    padding: 16px 36px;
    color: var(--topnavbtn-font-color);
    background-color: var(--topnavbtn-bg);
    font-family: var(--heading-font);
    font-size: var(--topnavbtn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    top: 15px;
    float: right;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    text-decoration: none;
    
}
.topnav-btn:hover {
    background-color: var(--topnav-btn-hoover-bg)
}

.main-btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    padding: 16px 36px;
    color: var(--mainbtn-font-color);
    background-color: var(--mainbtn-bg);
    border-bottom: 0px solid var(--main-color);
    font-family: var(--heading-font);
    font-size: var(--mainbtn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    top: 15px;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    
}
.main-btn:hover {
    background-color: var(--main-btn-hoover-bg)
}

/* navigation */
.top-nav {
    background-color: var(--main-color);
    padding: 0px 0px 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99

}
.logo-img {
    width: 100px;
    top: 5px;
    position: relative;
}

/* header */
.header {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center center;
    border-top: 1px solid var(--main-color);
    min-height: 200px;
    padding: 200px 0px 130px;
    position: relative
}
.header .container {
    position: relative;
    z-index: 9
}
.header h2 {
    color: var(--white-color);
    font-size: 2.1rem;
    margin-bottom: 40px;
}
.pr-80 {
    padding-right: 80px;
}
/* main section */
.main-section {
    background-color: var(--main-bg);
    padding: 80px 0px;
}
.main-section h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.main-section p {
    font-size: 1.2rem;
}


/* pages */

.page-header {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    padding: 140px 0px 40px;
    position: relative
}
.page-header .container {
    position: relative;
    z-index: 9
}
.page-header h2 {
    color: var(--white-color);
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.page-section {
    min-height: 200px;
    padding: 60px 0px 60px;
    position: relative;
}
.page-section p {
    line-height: 2rem;
}
.page-section ol li {
    line-height: 2rem;
}

.game-div {
    background-color:#545c73;
    min-height: 550px;
}
.ms-content p {
    color: var(--white-color)
}
/* footer */
.footer {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    padding: 40px 0px 0px;
    position: relative
}
.footer p {
    color: #fff;
    font-size: 1.2rem;
}
.footer .container {
    position: relative;
    z-index: 9
}
.footer strong {
    color: var(--main-color)
}
.footer img {
    height: 30px
}
.footer-nav {
    margin-top: 20px;
}
.footer-nav li {
    display:inline-block;
    list-style-type: none;
}
.footer-nav li a {
    color: var(--main-color);
    font-weight: 600;
    margin-right: 15px;
    text-transform: uppercase;
}
.footer-bottom {
    background: var(--color-one);
    margin-top: 50px;
    padding: 20px 0 10px;
    position: relative;

}
.footer-bottom p {
    color: #fff;
    font-size: 0.9rem;
}
.footer-bottom a {
    color: var(--main-color);
    font-size: 0.9rem;
}
   
/*-- responsive--*/

@media (max-width: 600px) {
    :root {
        --topnavbtn-font-size: 1rem;
    }
    .logo-img {
        width: 70px;
    }
    .topnav-btn {
        font-size: 0.8rem;
        top:0;
        padding: 10px 15px;
    }
    .pr-80 {
        padding-right: 0px;
    }
    .header {
        padding: 100px 15px 60px 15px;
    }
    .header h2 {
        font-size: 1.3rem;
    }
    .header-content img {
        margin-top: 50px;
    }
    .main-section {
        padding: 40px 15px
    }
    .main-section h3 {
        font-size: 1.8rem
    }
    .main-section p {
        font-size: 1rem;
    }
    .ms-content img {
        margin-bottom: 20px;
    }
    .page-header {
        min-height: 100px;
        padding: 100px 15px 0px;
    }
    .page-header h2 {
        font-size: 1.6rem;
    }
    .page-section p {
        font-size: 0.9rem;
        line-height: 1.5rem;
}
.page-section ol li {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

    .footer p {
        font-size: 1rem;
    }
    .footer-nav li a {
        font-size: 0.9rem
    }



}

