@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

.img-small {
    max-width: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 85px;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.back {
    background-image: url("../media/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}

.vote-center {
    transform: translateX(325px);
}

.copy-notification {
    display: none;
    position: absolute;
    background-color: #f44336;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 100;
    white-space: nowrap;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #294F6D;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    color: white;
}

.navbar {
    border-top: 0px !important;
    box-shadow: none;
    border-radius: 0 !important;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    background-color: #123652;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 5px solid #042037;
    margin: 0px;
}

.nav li a {
    color: #8FA8BC !important;
}

.nav li a:hover {
    color: white !important;
}

.navbar-brand {
    color: white !important;
    font-size: 20px;
}

.navbar-toggle , .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    color: white;
}

.navbar-collapse {
    border-color: #123652 !important;
}

.p-1 img {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.p-1 {
    background-image: url("../img/bg-1.jpg");
    background-size: auto;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.p-1 , .p-2 {
    padding-top: 80px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.p-3, .p-5 {
    padding-top: 100px;
    background-color: #042037;
}

.p-4 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.p-4 img {
    display: block;
    margin: 0 auto;
}

.btn-danger {
    border-radius: 0 !important;
    border-bottom: 5px solid #aa3d37;
    margin-bottom: 10px;
}

.vote-button .btn-danger {
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 5px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

hr {
    border-color: #0E314B !important;
}

.well {
    border: 0px;
    background-color: #527590;
    border-bottom: 5px solid #042037;
    border-radius: 0 !important;
}

.well-inside {
    border: 0px;
    background-color: #436D8D;
    border-bottom: 5px solid #042037;
    border-radius: 0 !important;
}

.title {
    text-align: center;
}

.footer-down {
    padding-top: 10px;
    background-color: #042037;
    margin-top: auto;
    margin-bottom: 0;
}

.footer-up {
    background-color: #123652;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .navbar {
        padding-left: 10px;
        padding-right: 10px;
        overflow-x: hidden;
    }
    
    .back {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .vote-center {
        transform: none;
    }
    
    .p-1 img {
        width: 90%;
    }
    
    .img-small {
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
        padding-bottom: 85px;
    }
}

.btn-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.trailer {
    border: none;
    max-width: 100%;
}

.server-title {
    font-weight: bold;
    font-size: larger;
}

.kofi-cont {
    z-index: 999999;
}