.navbarCustom{
    padding-top: 15px;
    padding-bottom: 30px;
}
.GolaRed {
    color: #C02126;
}
.background-color{
    background-color: #f8f8f8;
}
.card{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    border: 0;
    box-shadow: 0 0 3px #BDBDBD;
    border-radius: 0.25rem;
    font-size: 80%;
}
.loader,
.loader:before,
.loader:after {
    background: #C02126;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #C02126;
    text-indent: -9999em;
    margin: 0px auto;
    position: relative;
    font-size: 5px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
#footer{
    position: fixed;
    height: 45px;
    width: 100%;
    display: block;
    background: #C02126;
    color: #f2f2f2;
    bottom:0;
    margin-top: -40px;
    z-index: 4;
}
.nav-link{
    color: #444344;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.nav-link:hover{
    color: #C02126;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
body {
    margin-bottom: 65px;
    font-family: 'Oswald', sans-serif;
    color: #444344;
    font-weight: 300;
}
.modal-title{
    font-weight: 600;
}
.dropbtn {
    background-color: #F8F8F8;
    color: #C02126;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F8F8F8;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.dropdown a:hover {
    background-color: #ddd
}
.show {
    display:block;
}
.avatar  {
    cursor: pointer;
    width: 100px;
    height: 100px;
    max-width: 40px;
    max-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #ce200a;
    /*border: 5px solid rgba(0,0,30,0.8);*/
}

ul#socials{
    list-style: none;
    width: 100%;
    display: table;
    margin-top: 10px;
}
ul#socials li{
    display: table-cell;
    font-size: 25px;
    font-weight: 400;
}
ul#socials li a{
    color: #f2f2f2;
    text-decoration: none;
}
ul#socials li a:hover#facebookicon{
    color: #3C5A99;
}
ul#socials li a:hover#instagramicon{
    background: -webkit-linear-gradient(315deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    background: -moz-linear-gradient(315deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    background: -ms-linear-gradient(315deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul#socials li a:hover#youtubeicon{
    color: #ff0000;
}
ul#socials li a:hover#twittericon{
    color: #00aced;
}
ul#layoutfooter{
    display: table;
    width: 50%;
    font-weight: 500;
    margin-top: 10px;
}
ul#layoutfooter li{
    display: table-cell;
    white-space: nowrap;
}
ul#layoutfooter li a{
    text-decoration: none;
    color: #f2f2f2;
}
.btn-gola{
    background-color: #C02126;
    color: white;
}
.btn-gola:hover{
    background-color: #C91111;
}
#profile-imagech {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border:2px solid #ce200a;
}

#profile-image1 {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border:2px solid #ce200a;
}