.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.navbar-domingoart {
    padding: 0;
}

.navbar-domingoart .navbar {
    background-color: #ed1c24;
    border: none;
    border-radius: 0;
}

.navbar-domingoart .navbar-nav > li > a {
    text-transform: uppercase;
    color: white;
    font-size: 15pt;
    font-weight: 900;
    font-family: 'Allerta', sans-serif;
}

.navbar-domingoart .navbar-nav > .active > a {
    color: #00aeef;
    background: transparent;
    text-stroke: 2px #000;
    webkit-text-stroke: 2px #000;
}

.navbar-domingoart .navbar-nav > .active > a:focus, .navbar-domingoart .navbar-nav > .active > a:hover {
    background: transparent;
    color: #0072a5;
}

img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

section {
    text-align: center;
    font-size: 25pt;
    font-weight: 900;
    font-family: 'Allerta', sans-serif;
    color: black;
}

section .white {
    padding-top: 20px;
    padding-bottom: 20px;
}

section .white button {
    background-color: #00aeef;
    border-color: #00aeef;
}

section .white button:hover, section .white button:active, section .white button:focus {
    background-color: #008fc2 !important;
    border-color: #008FC2 !important;
    outline:0;
}

section .blue {
    background-color: #00aeef;
    padding-top: 20px;
    padding-bottom: 20px;
}

section .blue button {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

section .blue button:hover, section .blue button:active, section .blue button:focus {
    background-color: #cb1b23 !important;
    border-color: #cb1b23 !important;
    outline:0!important;
}

section .red {
    background-color: #ed1c24;
    padding-top: 20px;
    padding-bottom: 20px;
}

section .red button {
    background-color: #00ca26;
    border-color: #00ca26;
}

section .red button:hover, section .red button:active, section .red button:focus {
    background-color: #00b326 !important;
    border-color: #00b326 !important;
    outline:0 !important;
}

section .green {
    background-color: #00ca26;
    padding-top: 20px;
    padding-bottom: 20px;
}

section .green button {
    background-color: #ffe400;
    border-color: #ffe400;
}

section .green button:hover, section .green button:active, section .green button:focus {
    background-color: #c6ac00 !important;
    border-color: #c6ac00 !important;
    outline:0 !important;
}

section .yellow {
    background-color: #ffe400;
    padding-top: 20px;
    padding-bottom: 20px;
}
section .yellow button {
    background-color: #061D25;
    border-color: #061D25;
}

section .yellow button:hover, section .yellow button:active, section .yellow button:focus {
    background-color: #061118 !important;
    border-color: #061118 !important;
    outline:0 !important;
}

section .col-lg-8, section .col-md-8, section .col-sm-8 {
    margin-top: 80px;
}

section .col-xs-12 img{
    margin-top: 20px;
}
section .col-lg-4, section .col-md-4, section .col-sm-4 {
    margin-top: 0;
}
.social, .footer {
    background: #061D25;
    padding: 10px 0;
}
.footer {
    color: white;
    font-size:14px;
}

.social a {
    color: #70726F;
    font-size: 50px;
    padding: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 20px;
}

.social a:hover {
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
