body {
    font-family: 'Rajdhani', sans-serif;
    transition: background-color .5s;
}
/*HEAD NEWS*/

.alignment {
    text-align: center;
}

.alignment h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (max-width: 480px) {
    .alignment h1 {font-size: 30px;}
}
.alignment p {
    padding-top: 40px;
}

.alignment h4 {
    font-weight: 600;
    font-size: 25px;
}

.ligue-index {
    padding-top: 70px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 480px) {
    .ligue-index {padding-top: 20px;}
}

.ligue-index h5 {
    background-color: #1892ED;
    color: #fff;
    font-weight:bold;
    display: inline;
    padding: 5px 10px;
}

.date-index {
    font-size: 16px;
    font-weight: 300;
    padding-right: 30px;
}

.background-image-1
{
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 2px 1px 2px 0px rgba(0, 23, 43, 0.57);
    height: 500px;
    padding: 0%;
    overflow: hidden;
    color: #FFFFFF;
    top:-80px;
    z-index: 0;
}
@media only screen and (max-width: 480px) {
    .background-image-1 {height: 300px;}
}
.color-over-image{
    background: rgba(114, 167, 177, 0.45);
    background-size: cover;
    background-position: center top;
    height: 500px;
    overflow: hidden;
    z-index: 2;
    margin: 0%;
    padding: 0%;
    box-shadow: 2px 1px 2px 0px rgba(0, 23, 43, 0.57);
}
@media only screen and (max-width: 480px) {
    .color-over-image {height: 300px;}
}

.margin-news {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-image-section {
    height: 250px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    background-size: cover;
    background-position: 50% 50%;
}

.news-text-section {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    height: 250px;
    padding: 20px;
    font-family: 'Rajdhani',sans-serif;
}
@media only screen and (max-width: 480px) {
    .news-text-section {height: auto;}
}



.news-text-section h1 {
    font-weight: bold;
    color: #000;
}

.news-section-comments {
    height: 80px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.comment-news-section {
    float: right;
}

.table-border {
    border-left: 4px solid #1892ED;
    height: 70px;
    background-color: #fff;
}
.table-border h2 {
    line-height: 50px;
    color: #D2232A;
    font-size: 20px;
    font-weight: 600;
}

.table-standing {
    font-size: 14px;
}

.table-standing-picture {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
}

.date-standing {
    text-align: center;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #1892ED;
    padding: 20px;
}


.row-team-name {
    font-size: 15px;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    color : #000;
    background-color: #fff;
    padding : 5px 15px;
    border-radius: 4px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.pill-team-name {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.pill-result {
    font-size: 20px;
    padding: 10px;
}

.pill-details {
    color: #D2232A;
    font-size: 20px;
    padding-bottom: 10px;
}

.pill-link a:hover {
    color: #fff;
    text-decoration: none;
}

.pill-image {
    height: 80px;
}

@media only screen and (max-width: 615px) {
    .pill-team-name {
        font-size: 12px;
    }
}
@media only screen and (max-width: 656px) {
    .pill-image {
        height: 50px;
    }
}
@media only screen and (max-width: 494px) {
    .pill-image {
        height: 25px;
    }
}
@media only screen and (max-width: 440px) {
    .pill-image {
        display: none;
    }
}
@media only screen and (max-width: 370px) {
    .pill-result {
        display: block;
    }
}

.submit-result {
    color: #fff;
    background-color: #1892ED;
    border-radius: 4px;
    font-size: 15px;
    margin: 6px;
}

/*END OF HEAD NEWS*/

/*SIDE NAV*/
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #00172B;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Rajdhani', sans-serif;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
    text-decoration: none;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}



#main {
    transition: margin-left .5s;
    background-color:#e9e9e9;
    /*padding: 16px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.logo {
    text-align:center;
}

.clubName {
    color: #fff;
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
}

.aBorder {
    border-bottom: 1px solid;
}

.social-area {
    padding: 15px;
}
.social-glyph {
    padding: 10px;
}

/*END OF SIDE NAV*/

.menu {
    font-size:30px;
    cursor:pointer;
}


/*ul.nav.nav-tabs.nav-justified {
    margin-top: 20px;
}*/



.match-center {
    text-align: center;
    padding: 30px;
}
.match-info-row li {
    display: inline-block;
    text-transform: uppercase;
    color: grey;
    font-size: 20px;
    font-family: 'Do Hyeon', sans-serif;
}

@media only screen and (max-width: 600px) {
    .result {display: block;}
}

@media only screen and (max-width: 600px) {
    .picture {display: block;}
}

.match-report {
    margin-top: 30px;
    margin-left: 30px;
}
.match-report a {
    color: #E32118;
    font-size: 15px;
    padding: 15px;
    margin-top: 10px;
    text-decoration: none;
}

.matchNames {
    font-size: 30px;
    font-family: 'Do Hyeon',sans-serif;
    text-transform: uppercase;
    color: #00559F;
    font-weight: bold;
}

/*END OF MATCH TABS */

.pageLoader {
    border: 16px solid #caf3c1; / Light grey /
border-top: 16px solid #3498db; / Blue /
border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*END OF SPINNER */

/* registration-success page */

hr.message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

/* end of registration-success page */
.weather-forecast {
    padding-right: 0px;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .weather-forecast {
        padding-right: inherit;
    }
}