/*----------------------------Font and Body*/
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');

body {
    font-family: "Righteous", cursive;
    background-color: #EFEFEF;
}


/*----------------------------Nav Bar*/

.navbar {
    width: 100%;
    background-color: #fff200;
    border-bottom: 1px solid #fff200;
}


.navbar-brand {
    color: #000000;
    padding: 0;
    font-size: 18px;
    margin: 0;
}

#navbar-brand {
    color: #000000
}

#navbar-brand:hover {
    color: #00a650;
    text-decoration: none;
}

.navbar-link {
    color: #000000;
    text-decoration: none;
    padding: 0 7px 0 7px;;
    font-size: 16px;
    margin-left:5px;
}

.navbar-divider {
    color: #fff200;
}

.navbar-link:hover {
    color: #00a650;
    text-decoration: none;
}


/*----------------------------Header*/


.hub-heading {
    color: #fff200;
    font-size: 130px;
    text-align: center;
    margin-bottom: 70px;
}

.hub-heading h1 {
    font-size: 130px;
    margin-top: 70px;
}

.hub-canary {
    max-height: 85px;
    margin: 0;
}

.hub-row-index {
    background: url("../images/Celebrate1.jpg") no-repeat fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}

@media screen and (max-width: 1024px) {
   .hub-row-index {
    background: url("../images/Celebrate1.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}
} 

.hub-line {
    width: 20%;
    height: 10px;
    background-color: #00a650;
    border-radius: 15px;
    margin-top: 0;
}

.hub-tagline {
    font-size: 30px;
    margin: 0;
    color: #D3D3D3;
}

.opaque-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 943px){
 #hub-heading-text {
       font-size: 90px;
  }
 }
/*----------------------------------------welcome*/

.welcome-section {
    border-top: 1px solid #fff200;
}

.welcome-heading {
    color: #000000;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.welcome-reason-heading {
    color: #000000;
    text-align: center;
    padding-top: 30px;
}

.welcome-headings-icons {
    display: block;
    color: #00a650;
    padding-top: 4px;
}

.welcome-reason {
    color: #000000;
    text-align: center;
    padding-bottom: 35px;
}

.welcome-line {
    width: 10%;
    height: 7px;
    background-color: #00a650;
    border-radius: 15px;
    margin-top: 0;
}

.reason-block {
    background-color: #D3D3D3;
    margin: 0 auto;
}

@media screen and (max-width: 943px){
    .welcome-reason {
        padding: 0 10px 0 10px;
    }
}
/*----------------------------------------Recent Match*/

.match-section {
    padding-top: 0;
}

.match-heading {
    color: #000000;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.match-line {
    width: 10%;
    height: 7px;
    background-color: #00a650;
    border-radius: 15px;
    margin-top: 0;
}

.match-border {
    margin: 20px;
    padding-top: 20px;
    height: 400px;
}

.card {
    background-color: #D3D3D3;
    text-align: center;
    height: 380px;
}

.card-img-top{
    height: 220px;
}

.card-title, .card-date {
    color: #000000;
    text-align: center;
}

.match-btn {
    background-color: #696968;
    color: #ffffff;
}

.match-btn:hover {
    color: #000000;
}



@media screen and (max-width: 768px) {
    .card {
        height:400px;
        width: 62%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .reason-block {
        width: 62%;
        margin: 0 auto;
        padding: 2px 0 2px 0;
    }
}

@media screen and (max-width: 768px) {
    .match-border {
        height: 1350px;
    }
}

@media screen and (max-width: 414px) {
    .match-posts {
        padding: 2px;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .card {
        height:400px;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .reason-block {
        width: 100%;
    }
}
/*----------------------------------------Footer*/

footer {
    background-color: #fff200;
    min-height: 100px;
    width: 100%;
}

.footer-col {
    text-align: center;
}

.footer-header {
    padding-top: 15px;
    color: #000000;
}

.canaries-link {
    color: #000000;
    text-decoration: none;
    padding-top: 8px;
}

.canaries-link:hover {
    color: #00a650;
    text-decoration: underline;
}

.hub-canary-footer {
    max-height: 85px;
    padding-top: 5px;
}

.social-icons li a i {
    color: #000000;
    font-size: 20px;
    padding-top: 8px;
}

.social-icons li a i:hover {
    color: #00a650;
}

@media screen and (max-width: 414px) {
    footer{
        margin: 0;
    }
}

@media screen and (max-width: 414px) {
    .hub-canary-footer {
        max-height: 50px;
        margin: 0;
    }
}

/*----------------------------------------News Page*/

.hub-row-news {
    background: url("../images/ncfc4.jpg") no-repeat fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}

@media screen and (max-width: 1024px) {
.hub-row-news {
    background: url("../images/ncfc4.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}
}

.transfer-line {
    width: 40%;
    height: 2px;
    background-color: #00a650;
    border-radius: 15px;
    margin-top: 0;
}

.news-card {
    background-color: #D3D3D3;
    text-align: center;
    height: 380px;
    margin: 0 auto;
    width: 100%;
    height: 470px;
}

.news-section {
    height: 600px;
    border-top: 1px solid #fff200;
}

.transfer-section {
    height: 600px;
}

.btn-news {
    background-color: #696968;
    color: #ffffff;
    border: 0;
}

.btn-news:hover {
    color: #000000;
    background-color: #696968;
}

@media screen and (max-width: 1024px) {
    .news-card {
        height: 525px;
        margin-top: 3px;
    }
 }

@media screen and (max-width: 1024px) {
    .news-section, .transfer-section {
        height: 655px;
    }
}

@media screen and (max-width: 768px) {
    .news-card {
    width: 62%;
    height: 490px;
 }
}

@media screen and (max-width: 768px) {
    .news-section, .transfer-section {
    height: 1580px;
 }
}

@media screen and (max-width: 415px) {
    .news-section {
        height: 1730px;
    }
}

@media screen and (max-width: 415px) {
    .news-card {
        height: 525px;
        margin-top: 3px;
        width: 100%;
    }
}

@media screen and (max-width: 415px) {
    .transfer-section {
    height: 1730px;
 }
}


/*----------------------------------------Squad*/

.hub-row-squad {
    background: url("../images/ncfc3.jpg") no-repeat fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
   background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}

@media screen and (max-width: 1024px) {
.hub-row-squad {
    background: url("../images/ncfc3.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
   background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}
}

.player-section {
    height: 2000px;
    border-top: 1px solid #fff200;
}

.lineup-heading {
    margin-top: 0;
    text-align: center;
}

.player-card {
    background-color: #efefef;
    text-align: center;
    height: 450px;
}

.defenders {
    margin: 0 auto;
}

.player-img {
    height: 300px;
    width: 300px;
    border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
    .player-img {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
    .player-card {
    height: 350px;
    width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
    .player-img {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
    .player-section {
    height: 1700px;
  }
}

@media screen and (max-width: 768px) {
    .player-section {
    height: 5250px;
  }
}

@media screen and (max-width: 768px) {
    .player-card {
    height: 450px;
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
    .player-img {
    height: 300px;
    width: 300px;
  }
}

@media screen and (max-width: 414px) {
    .player-section {
    height: 4280px;
  }
}

@media screen and (max-width: 414px) {
    .player-card {
    height: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
    .player-img {
    height: 200px;
    width: 200px;
  }
}

/*----------------------------------------Sign Up*/

.hub-row-sign {
    background: url("../images/ncfc2.jpg") no-repeat fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}

@media screen and (max-width: 1024px) {
.hub-row-sign {
    background: url("../images/ncfc2.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    align-content: center;
    margin-left: 0%;
}
}

.sign-up-container {
    margin: 0 auto;
    text-align: center;
}


.form-group, .form-check {
    width: 90%;
}

.sign-up-left {
margin-bottom: 10px;
 }

 .sign-up-right {
margin-bottom: 10px;
 }