﻿body {
    color: rgb(146,122,122);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-light .navbar-brand {
    background-image: url("/images/logo/GameChangeLogoSMWhite.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    background-position: center;
    background-size: 80%;
}

#navcol-1 {
    text-transform: uppercase;
}

.h1, h1 {
}

#title1 {
    font-weight: bold;
}

#title2 {
    font-weight: bold;
}

#title_detail {
    font-size: 14px;
    word-wrap: normal;
}

.btn-nav {
    border-radius: 30px;
    min-width: 7.5rem;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

#contentCntr {
    color: #275c7e;
}

#hero {
    width: 100%;
    height: 100vh;
    color: rgb(255,255,255);
    background-image: url("/images/background/meditation1transsm.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

@media (min-width: 768px) {
    #hero {
        background-image: url("/images/background/meditation1trans.png");
    }
}
