@font-face {
    font-family: fc-bold;
    src: url(fonts/Campton-BoldDEMO.otf);
    font-weight: bolder;

}

@font-face {
    font-family: opensans;
    src: url(fonts/OpenSans-Regular.ttf);


}

.btns {
    width: 50px;
    border-radius: 10px;
    font-size: xx-small;
    border-style: none;
}


.darkbg {
    background-color: #173B5F;
}

.topbar {

    color: #173B5F;
    width: 100%;
}

.bluecolor {
    color: #173B5F;
}

.fcbold {
    font-family: fc-bold;

}

.opensam {
    font-family: opensans;

}

.upper {
    text-transform: uppercase;
}

.bolder {
    font-family: fc-bold;
}





.flex1 {
    width: 250px;
    height: 100vh;
    position: fixed !important;
    font-family: sans-serif;
    font-weight: bolder;
    background-color: #173B5F;
}

.flex2 {
    margin-left: 250px;

}

.headerpad {
    padding-top: 15%;
}

.cardgame {
    height: 550px !important;
    width: 350px;
    border-style: solid !important;
    border-width: 5px !important;
    border-color: darkblue !important;
    margin: 5px;
    margin-top: 55px;

}

.innercard {
    width: 100px;
    height: 100px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    border-radius: 50px;
    padding: 20px;
    border: 1px solid darkblue;
}




@media only screen and (max-width: 768px) {
    .headerpad {
        padding-top: 25%;
    }

}