@font-face {
    font-family: "Comic Sans MS";
    src: url("../fonts/Comic Sans MS.ttf") format("truetype");
}

@font-face {
    font-family: "Comic Sans MS Bold";
    src: url("../fonts/Comic Sans MS Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Black";
    src: url("../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
}

body {
    font-family: "Comic Sans MS";
}

.mawe_bg {
    background: url(../images/loginbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.navbar {
    border-radius: 0;
    border-top: 0;
    margin: 0;
}
.navbar-default {
    background-color: #fff;
}
.navbar-brand {
    font-size: 32px;
    margin-top: 12px;
    color: #423e39 !important;
}
@media (max-width: 720px) {
    .navbar-brand {
        margin-top: 0;
    }
}
.navbar-brand .name {
    color: #E53B51;
    font-weight: bold;
}
.beta-title-top {
    color: #423e39 !important;
    margin-left: -5px !important;
}
.center, .navbar-collapse {
    text-align: center;
}
.navbar-right {
    padding-top: 3px;
}
.top-logo {
    display: inline-block;
}
.page-container {
    display: flex;
}
.side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: url(../images/left_nav.jpg);
    background-repeat: repeat;
    color: #fff;
    min-width: 250px;
    max-width: 350px;
    display: inline-block;
    min-height: 800px;
}
.side-menu a, .side-menu a:hover,
.side-menu a:active, .side-menu a:visited {
    text-decoration: none;
    color: #fff;
    display: block;
}
.side-menu li {
    padding: 20px;
    font-size: 18px;
}
.side-menu .active {
    background-color: rgba(1, 1, 1, 0.4);
}
.side-menu img {
    margin-right: 5px;
    width: 24px;
}
.yellow-dot {
    float: right;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin-top: 10px;
    border: solid 5px yellow;
    display: none;
}
.active .yellow-dot {
    display: block;
}
.beta-title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-left: 3px;
}
@media (max-width: 1024px) {
    .side-menu {
        min-width: 200px;
    }
}
@media (max-width: 720px) {
    .side-menu {
        min-width: 60px;
    }
    .side-menu li .text {
        display: none;
    }
    .user-pic {
        display: none;
    }
}
.user-pic {
    font-size: 20px !important;
    font-family: 'Lato', sans-serif;
    background: rgba(1, 1, 1, 0.1);
    margin-bottom: 20px;
}
.messages {
    position: fixed;
    right: 15px;
    top: 80px;
    margin: 0;
    padding: 0;
    z-index: 1;
    list-style: none;
}
.footer {
    margin-bottom: 50px;
    font-family: 'Lato', sans-serif;
}
.footer hr {
    margin-top: 0;
}
h2 {
    margin-bottom: 30px;
}
h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #423e39;
    font-size: 32px;
    font-weight: 400;

}
h3 img {
    margin-right: 5px;
}
h4, th, .text-bold, .active {
    font-family: "Comic Sans MS Bold";
}
.inline {
    display: inline-block;
}

.btn-primary {
    background: #f97e49;
    color: #fff;
    font-size: 18px;
    padding: 4px 40px;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.btn-primary:hover, .btn-primary:active {
    background: #f97e49;
}

.link, .link:focus, .link:active, .link:visited, .link:hover{
    color: #fff;
    text-decoration: none;
}

ul.errorlist {
    list-style: none;
    padding: 0;
    color: red;
}
.inline-block {
    display: inline-block;
}
.mg-rt-sm {
    margin-right: 5px;
}
.image-contain {
    width: 100%;
}
.text-bold {
    font-weight: bold;
}
.page-content {
    display: inline-block;
    padding: 0 20px 100px;
    flex-grow: 1;
    background-color: #f1f1f1;
}
.page-content-form {
    padding: 0 20px 100px;
}

#header-links li {
    font-size: 18px;
}
@media (max-width: 400px) {
    .btn-primary {
        padding: 2px 15px;
        font-size: 14px;
    }
    .game-item {
        width: 200px !important;
    }
    .page-content {
        padding: 0 10px 100px;
    }
    .page-content-form {
        padding: 0 10px 100px;
    }
}

.cloudinary-img img {
    width: 150px;
    border: solid 1px gray;
}

.edit-question .cloudinary-img img {
    width: 250px;
    float: right;
}

.edit-question .form-group {
    clear: both;
}

@media (max-width: 520px) {
    .page-content-form {
        padding: 0 10px 100px;
    }
    .btn-primary {
        font-size: 18px;
        padding: 4px 40px;
   }
    .edit-question .cloudinary-img img {
        float: none;
    }
}
@media (min-width: 768px) {
    #header-links {
        display: none !important;
    }
}
