/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ B L A C K  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$--*/
/*-- ^^^^^^^^^^^^^^^^^^^^^^^    VAULT SECTION ^^^^^^^^^^^^^^^^^^^^^^--*/
#vault {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}
#vault h2 {
  font-family: montserrat;
  font-weight: 300;
  color: #A2A2A2;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0px;
}
@media(max-width:768px) {
  #vault h2  {
    font-size: 28px;
  }
}
#vault p {
  font-family: montserrat;
  font-weight: 300;
  color: #A2A2A2;
  text-align: center;
  font-size: 18px;
}




/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   ROVERS NATION   $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
#Nation-Main {
  padding-top: 30px; 
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #0d0d0d;
}
#Nation-Main h2 {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: center;
  font-size: 40px;
}
@media(max-width:768px) {
  #Nation-Main h2  {
    font-size: 32px;
  }
}
@media(max-width:768px) {
  #Nation-Main img  {
    width: 200px;
  }
}
#Nation-Main p {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: left;
  font-size: 18px;
}
#Nation-Main a {
  color: #808080;
  font-weight: 500;
  text-decoration: underline;
    font-family: montserrat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Nation-Main a:hover,
#Nation-Main a:focus {
  text-decoration: underline;
  color: #595959;
  font-weight: 500;
    font-family: montserrat;
}

#Black-Nation-Header {
  padding-top: 120px; 
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  background: url(../img/Black/headers/Skull-Header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  color: #f2f2f2;
}
#Black-Nation-Header h1 {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: center;
}
@media(max-width:768px) {
  #Black-Nation-Header  {
    display: none;
  }
}
@media(max-width:768px) {
  #Black-Nation-Header-Mobile  {
    padding-top: 280px; 
    padding-bottom: 50px;
  width: 100%;
  height:auto;
  background-color: #0d0d0d;
    background: url(../img/Black/headers/Skull-Mobile-Header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
#Black-Nation-Header-Mobile h1 {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: center;
}
@media(min-width:768px) {
  #Black-Nation-Header-Mobile  {
    display: none;
  }
}



/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ BLACKHEADER $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#Black-header {
  padding-top: 120px; 
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  background: url(../img/Black/headers/Standings-Black-Desktop.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  color: #f2f2f2;
}
#Black-header h1 {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: center;
}
@media(max-width:768px) {
  #Black-header  {
    display: none;
  }
}
#Black-header p {
  font-size: 12px;
  color: #f2f2f2;
  font-weight: 300;
  font-family: montserrat;
  text-align: center;
  margin-top: 10px;
}
@media(max-width:768px) {
  #Black-header-Mobile  {
    padding-top: 120px; 
    padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #0d0d0d;
    background: url(../img/Black/headers/Next-Game-Back-Mobile.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
#Black-header-Mobile h1 {
  font-family: montserrat;
  font-weight: 300;
  color: #f2f2f2;
  text-align: center;
}
@media(min-width:768px) {
  #Black-header-Mobile  {
    display: none;
  }
}

.btn-Blackheader {
    border: 2px solid #f2f2f2;
   font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
   padding-top: 4px;
   padding-bottom: 4px;
    color: #f2f2f2;
    background-color: transparent;
  }
  .btn-Blackheader:hover,
  .btn-Blackheader:focus {
    border: 2px solid #f2f2f2;
     font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    outline: 0;
    color: #f2f2f2;
    background-color: #595959;
  }
#Blackstores a {
  color: #f2f2f2;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Blackstores a:hover,
#Blackstores a:focus {
  text-decoration: none;
  color: #f2f2f2;
font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
}




/*-- $$$$$$$$$$$$$$$$$$$$$    BLACK NEXT GAME $$$$$$$$$$$$$$$$$$ --*/
#BlackNextGame {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #f2f2f2;
  background: url(../img/Black/headers/Next-Game-Background-Desktop.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
  #BlackNextGame {
    display:none;
  }
}

#BlackNextGame h1 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #b3b3b3; 
}
@media(max-width:768px) {
  #BlackNextGame h1 {
    font-size: 34px;
  }
}
#BlackNextGame h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #595959;
  margin-bottom: 5px;
  text-transform: none;
}
#BlackNextGame  h2 small {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
#BlackNextGame h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #595959;
}
#BlackNextGame h3 small {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
#BlackNextGame p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 300;
  font-size: 22px;
  color: #595959;
}
#BlackNextGame img {
	margin-bottom: 25px;
}


#Blacknext-game p {
  text-align: left;
  font-size: 22px;
}
@media(max-width:768px) {
  #Blacknext-game p {
    text-align: center;
    font-size: 17px;
  }
}
#Blacknext-game a {
  color: #808080;
  font-weight: 500;
  text-decoration: underline;
    font-family: montserrat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Blacknext-game a:hover,
#Blacknext-game a:focus {
  text-decoration: underline;
  color: #595959;
  font-weight: 500;
    font-family: montserrat;
}

#BlackNextGameMobile {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #f2f2f2;
  background: url(../img/Black/headers/Next-Game-Back-Mobile.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(min-width:768px) {
  #BlackNextGameMobile {
    display:none;
  }
}

#BlackNextGameMobile h1 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #b3b3b3; 
}
@media(max-width:768px) {
  #BlackNextGameMobile h1 {
    font-size: 34px;
  }
}
#BlackNextGameMobile p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  color: #595959;
}


/*-- $$$$$$$$$$$$$$$$$$$$$$$$$ BLACK STANDINGS DESKTOP $$$$$$$$$$$$$$$$$$$$ --*/
#BlackStandingsDesktop {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #f2f2f2;
  background: url(../img/Black/headers/Standings-Black-Desktop.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
  #BlackStandingsDesktop {
    display:none;
  }
}

#BlackStandingsDesktop h1 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #b3b3b3; 
}
@media(max-width:768px) {
  #BlackStandingsDesktop h1 {
    font-size: 34px;
  }
}

/*-- $$$$$$$$$$$$$$$$$$$$$$$$$ BLACK STANDINGS MOBILE   $$$$$$$$$$$$$$$$$$$$ --*/
#BlackStandingsMobile {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #f2f2f2;
  background: url(../img/Black/headers/Standings-Black-Mobile.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(min-width:768px) {
  #BlackStandingsMobile {
    display:none;
  }
}

#BlackStandingsMobile h1 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #b3b3b3; 
}
@media(max-width:768px) {
  #BlackStandingsMobile h1 {
    font-size: 34px;
  }
}
#BlackStandingsMobile p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  color: #595959;
}


/*-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ BLACK TABLE SCHEDULE   $$$$$$$$$$$$$$$$$$$$$$$$$$$--*/
@media(min-width:768px) {
 #Blacktable-schedule {
    display: none;
  }
}
#Blacktable-schedule {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #0d0d0d;
}
#Blacktable-schedule h2 {
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#Blacktable-schedule h6 small {
  font-family: montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #b3b3b3;
}
#Blacktable-schedule p {
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #b3b3b3;
}
#Blacktable-schedule img {
  margin-bottom: 20px;
}
#Blacktable-schedule th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 700;
  text-align: left;
  color: #b3b3b3;
  background-color: #0d0d0d;
  text-transform: none;
}
#Blacktable-schedule td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #b3b3b3;
  background-color:#262626;
  text-transform: none;
}

#Blacktable-schedule a {
  color: #b3b3b3;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Blacktable-schedule a:hover,
#Blacktable-schedule a:focus {
  text-decoration: underline;
  color: #808080;
  font-weight: 600;
}


/*-- $$$$$$$$$$$$$$$$$$$$$$$$$$$     BLACK STORE $$$$$$$$$$$$$$$$$$$$$$$$$$ --*/

#Blackstores {
  height: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #0d0d0d;
  border-top: 1px solid #595959;
  border-bottom: 2px solid #595959;
}
#Blackstores h2 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 40px;
  color: #b3b3b3;
  text-align: center;
}
@media(max-width:768px) {
 #Blackstores h2 {
    font-size: 30px;
  }
}
#Blackstores h2 small {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}
#Blackstores h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align: center;
}
#Blackstores h5 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3px;
}
#Blackstores h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-bottom: 0px;
}

 .btn-Blackstores {
    border: 2px solid #b3b3b3;
   font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
   padding-top: 0px;
   padding-bottom: 0px;
    color: #b3b3b3;
    background-color: transparent;
  }
  .btn-Blackstores:hover,
  .btn-Blackstores:focus {
    border: 2px solid #595959;
     font-family: Montserrat;
    font-weight: 300;
    font-size: 14px;
    outline: 0;
    color: #000;
    background-color: #595959;
  }
#Blackstores a {
  color: #b3b3b3;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Blackstores a:hover,
#Blackstores a:focus {
  text-decoration: none;
  color: #000;
font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
}

#item {
	margin-bottom: 30px;
}

#Blacktable-schedule-player-stats {
  height: auto;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #0d0d0d;
}
@media(max-width:768px) {
 #Blacktable-schedule-player-stats {
    display: none;
  }
}
#Blacktable-schedule-player-stats h2 {
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #000;
}
#Blacktable-schedule-player-stats th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
  text-align: center;
  color: #b3b3b3;
  background-color: #262626;
}
#Blacktable-schedule-player-stats td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 300;
  text-align: left;
  color: #b3b3b3;
}
#Blacktable-schedule-player-stats a {
  color: #b3b3b3;
  text-decoration: underline;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Blacktable-schedule-player-stats a:hover,
#Blacktable-schedule-player-stats a:focus {
  text-decoration: none;
  color: #595959;
font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
}

/*--$$$$$$$$$$$$$$$$$$$$$$    BLACK PLAYER MODALS DESKTOP $$$$$$$$$$$$$$$$$   --*/

@media (max-width: 768px) {
 #Blackplayer-modals-desktop {
    display: none;
  }
}
#Blackplayer-modals-desktop {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #0076B6; 
}

#Blackplayer-modals-desktop h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 300;
  font-size: 40px;
  color: #b3b3b3;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 768px) {
 #Blackplayer-modals-desktop h2 {
    font-size: 30px;
  }
}
#Blackplayer-modals-desktop h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #b3b3b3;
}
#Blackplayer-modals-desktop p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #b3b3b3;
  text-align: left;
}
@media (max-width: 768px) {
 #Blackplayer-modals-desktop p {
    font-size: 18px;
  }
}
#Blackplayer-modals-desktop img {
	margin-bottom: 25px;
  
}

/*--  $$$$$$$$$$$$$$$$$$$$    PLAYER MODALS MOBILE $$$$$$$$$$$$$$$$$$$$$$$$$$$$ --*/

@media (min-width: 768px) {
 #Blackplayer-modals-mobile {
    display: none;
  }
}
#Blackplayer-modals-mobile {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #0d0d0d;
  color: #0076B6;
  border-top: 1px solid #595959; 
}

#Blackplayer-modals-mobile h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  color: #b3b3b3;
  margin-bottom: 15px;
  text-transform: none;;
}
@media (max-width: 768px) {
 #Blackplayer-modals-mobile h2 {
    font-size: 30px;
  }
}
#Blackplayer-modals-mobile h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #b3b3b3;
}
#Blackplayer-modals-mobile p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #b3b3b3;
  text-align:left;
}
@media (max-width: 768px) {
 #Blackplayer-modals-mobile p {
    font-size: 18px;
  }
}
#Blackplayer-modals-mobile img {
	margin-bottom: 25px;
}

.modal-content {
  background-color: #0d0d0d;
  border-bottom: 1px solid #595959;
}
.modal-content a {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-content a:hover,
.modal-content a:focus {
  font-size: 20px;
  text-decoration: underline;
  color: #595959;
  font-weight: 600;
}
.modal-header {
  border-bottom: 0px;
}
.modal-body img {
  border: 2px solid #b3b3b3;
}

/*-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  DIRECTIONS   $$$$$$$$$$$$$$$$$$$$$$$--*/
/*------------------------- Directions -------------*/
  #directions {
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #1E5645;
  }
#directions h1 {
  font-size: 40px;
  color: #b3b3b3;
  font-weight: 300;
  font-family: montserrat;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
 #directions h1 {
    font-size: 30px;
  }
}
  
#directions h2 {
  font-size: 30px;
  color: #b3b3b3;
  font-weight: 300;
  font-family: montserrat;
  margin-top: 3px;
  }
@media (max-width: 768px) {
 #directions h2 {
    font-size: 22px;
  }
}
 
/*==========DIRSCTIONS 2 ---------------*/
#directions2 {
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0d0d0d;
}
#directions2 h2 {
  font-family:montserrat;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#directions2 h3 {
  font-family:montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 h3 small {
  font-family:montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 p {
  font-family: montserrat;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-size: 18px;
}























/*------- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ E N D  B L A C K $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$---*/

.modal-content {
  background-color: #0d0d0d;
  border-bottom: 1px solid #595959;
}
.modal-content a {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-content a:hover,
.modal-content a:focus {
  font-size: 20px;
  text-decoration: underline;
  color: #595959;
  font-weight: 300;
}
.modal-header {
  border-bottom: 0px;
}
.modal-body img {
  border: 2px solid #b3b3b3;
}

/*------------- PLAYER MODALS DESKTOP -------------------*/

@media (max-width: 768px) {
 #player-modals-desktop {
    display: none;
  }
}
#player-modals-desktop {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: rgb(0, 18, 51, .9);
  color: #0076B6;
  border-top: 2px solid #0141BC; 
}

#player-modals-desktop h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 768px) {
 #player-modals-desktop h2 {
    font-size: 30px;
  }
}
#player-modals-desktop h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #a6a6a6;
}
#player-modals-desktop p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #8c8c8c;
  text-align: left;
}
@media (max-width: 768px) {
 #player-modals-desktop p {
    font-size: 18px;
  }
}
#player-modals-desktop img {
	margin-bottom: 25px;
  
}

/*------------- PLAYER MODALS MOBILE -------------------*/

@media (min-width: 768px) {
 #player-modals-mobile {
    display: none;
  }
}
#player-modals-mobile {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: rgb(0, 18, 51, .9);
  color: #0076B6;
  border-top: 2px solid #0141BC; 
}

#player-modals-mobile h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 768px) {
 #player-modals-mobile h2 {
    font-size: 30px;
  }
}
#player-modals-mobile h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
#player-modals-mobile p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #f2f2f2;
  text-align:left;
}
@media (max-width: 768px) {
 #player-modals-mobile p {
    font-size: 18px;
  }
}
#player-modals-mobile img {
	margin-bottom: 25px;
}





@media (min-width: 768px) {
 #table-schedule {
    display: none;
  }
}
@media (max-width: 768px) {
 #table-schedule-player-stats {
    display: none;
  }
}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #001233; 
  color: #d1d1d1; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
	
		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		td:nth-of-type(1):before { content: "Date"; }
		td:nth-of-type(2):before { content: "Time"; }
		td:nth-of-type(3):before { content: "Home"; }
		td:nth-of-type(4):before { content: "Away"; }
		td:nth-of-type(5):before { content: "Field"; }
		td:nth-of-type(6):before { content: "Uniform"; }
		td:nth-of-type(7):before { content: "Result"; }
	}

/*--------------- TABLE SCHEDULE 1 --------------*/
#table-schedule-1 {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #0d0d0d;
}
#table-schedule-1 h2 {
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#table-schedule-1 h6 small {
  font-family: montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
}
#table-schedule-1 p {
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}
#table-schedule-1 img {
  margin-bottom: 20px;
}
#table-schedule-1 th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #ff4500;
  text-transform: none;
}
#table-schedule-1 td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #000;
  background-color:#fff;
  text-transform: none;
}

#table-schedule-1 a {
  color: #ff4500;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#table-schedule-1 a:hover,
#table-schedule-1 a:focus {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

/*--------------- TABLE SCHEDULE --------------*/
#table-schedule {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #000919;
}
#table-schedule h2 {
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#table-schedule h6 small {
  font-family: montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
}
#table-schedule p {
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}
#table-schedule img {
  margin-bottom: 20px;
}
#table-schedule th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #ff4500;
  text-transform: none;
}
#table-schedule td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #000;
  background-color:#fff;
  text-transform: none;
}

#table-schedule a {
  color: #0141bc;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#table-schedule a:hover,
#table-schedule a:focus {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}
#table-schedule-player-stats a {
  color: #0141bc;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#table-schedule-player-stats a:hover,
#table-schedule-player-stats a:focus {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}
#practice-schedule a {
  color: #679cfe;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#practice-schedule a:hover,
#practice-schedule a:focus {
  text-decoration: underline;
  color: #0141bc;
  font-weight: 600;
}







.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}
@media (min-width: 768px) {
 #agenda {
    display: none;
  }
}
@media (max-width: 768px) {
 #month {
    display: none;
  }
}

#rovflix-header {
    height: auto;
    width: 100%;
    padding-top: 100px; 
    padding-bottom: 130px;
   background-color: #fff;
    background: url(../img/tv/rovflix_header.png) no-repeat center center scroll; 
    color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
#rovflix-header img {
  margin-top:80px;
  margin-bottom: 0px;
}
#rovers-tv-thumbnails {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #1A1D21;
  }
#rovers-tv-thumbnails img {
  margin-bottom: 10px;
}
#rovers-tv-thumbnails h2 {
  text-align: left;
  font-family: montserrat;
  font-weight: 500;
  font-size: 28px;
  color: #f2f2f2;
}
#rovers-tv-thumbnails p {
  text-align: center;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #f2f2f2;
}

/*----------------- HALL OF HEROES -----------------*/
#hoh-header {
    height: auto;
    width: 100%;
    padding-top: 120px; 
    padding-bottom: 50px;
}
@media (max-width: 768px) {
 #hoh-header img {
    height: 480px;
   width:300px;
  }
}

#hoh-text {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #0d0d0d;
}
#hoh-text p {
  color: #f2f2f2;
  font-size: 20px;
  font-family: montserrat;
  font-weight: 500px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}
/*--------------- BANNERS ------------*/
#banners {
  padding-top: 0px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: transparent;
}
#banners h2 {
  font-size: 70px;
  font-weight: 700;
  font-family: Old Standard TT;
  text-shadow: 1px 1px 2px black, 0 0 15px #DF8301, 0 0 15px #DF8301;
}
@media (max-width: 768px) {
 #banners h2 {
    font-size: 40px;
  }
}

/*ALERT MESSAGE MODAL */
.modal-body {
  h4 { 
    font-weight:700; 
    font-size:26px;
    text-transform:uppercase;
    font-family: montserrat;
    color: #000;
  }
  p { 
    font-weight:500; 
    font-size:20px;
    text-transform:none;
    font-family: montserrat;
    color: #f2f2f2;''
  }
 
  a.pre-order-btn { 
    color:#000;
    background-color:#fff;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:100%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#fff;
      text-decoration:none;
      color:#fff;
    }
  } 
}



.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
/*
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/headers/Header-Image.png') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}


/*--- AWESOME ORIGINAL GREEN --  #1E5645 ----*/
.fa-trophy {
  color: #E7D295;
}
#video-breaking-news {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0d0d0d;
  width: 100%;
  height: auto;
}

#myModal h2 {
	font-size: 24px;
	font-family: montserrat;
	font-weight: 600;
	text-transform: none;
	text-align: center;
}
#myModal h6 {
	font-size: 18px;
	font-family: montserrat;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	color: #000;
}
#myModal1 h2 {
	font-size: 24px;
	font-family: montserrat;
	font-weight: 600;
	text-transform: none;
	text-align: center;
}
#myModal1 h6 {
	font-size: 18px;
	font-family: montserrat;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	color: #000;
}
.btn-modal {
    border: 1px solid transparent;
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    font-family: montserrat;
  margin-bottom: 0px;
  }
  .btn-modal:hover,
  .btn-modal:focus {
    border: 1px solid transparent;
    outline: 0;
    color: #E7D285;
    background-color: transparent;
    font-weight: 600;
    font-family: montserrat;
    margin-bottom: 0px;
  }
  /*.modal-body {
	  background-color: #F1D480;
	  border: 7px solid #000;
  }*/
  
#rover {
  margin-left: 10px;
}
/*------------ Wells --------*/
.well {
  border: 2px solid #ff4500;
  border-radius: 10px;
  background-color: #000;
  padding-top: 25px;
  color: #1a1a1a;
  margin-right: 15px;
  margin-left: 15px;
}
.well2 {
  border: 1px solid #FFFF00;
  border-radius: 10px;
  background-color: #333;
  padding-top: 25px;
}
.well3 {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #566D52;
  color: #fff;
  padding-top: 25px;
}
.well4 {
  border: ;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
  padding-top: 25px;
}
.welltournament {
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
#roverstv {
    height: 100%;
    width: 100%;
    padding-top: 100px; 
    padding-bottom: 50px;
}

/*---------------- Home Header Section ---------------------*/
  #homeheader {
    height: auto;
    width: 100%;
    padding-top: 150px; 
    padding-bottom: 80px;
   /*background-color: #fff;
    background: url(../img/header-img/Rovers-Header-2019-8.jpg) no-repeat center center scroll; 
    color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
@media (max-width: 768px) {
 #homeheader {
    padding-top: 70px; 
  }*/
}
  #homeheader h2 {
    font-weight: 700;
    font-family: Niconne/*Montserrat*/;
    text-transform: none;
    font-size: 60px;
    padding-bottom: 0px;
    color: #C6A95D/*#FF00FF*/;
    margin-bottom:0px;
    margin-top: 10px;
    text-shadow: 1px 1px 2px white/*change to black*/, 0 0 15px #009933, 0 0 15px #009933;
  }
@media (max-width: 768px) {
 #homeheader h2 {
    font-size: 40px;
   margin-top: 10px;
  }
}
  #homeheader h3 {
    font-weight: 700;
    font-family: Montserrat;
    text-transform: none;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #D1D1D1;
    text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
    margin-bottom: 0px;
  }
@media (max-width: 768px) {
 #homeheader h3 {
    font-size: 22px;
   margin-top: 0px;
  }
}
#homeheader p {
    font-weight: 700;
    font-family: Old Standard TT;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    color: #E7D294;
  margin-top: 5px;
    text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
  }
@media (max-width: 768px) {
 #homeheader p {
    font-size: 20px;
   margin-top: 0px;
  }
}
#homeheader p small {
    font-weight: 700;
    font-family: Old Standard TT;
    text-transform: none;
    font-size: 20px;
    padding-bottom: 0px;
  padding-top: 0px;
    color: #E7D294;
  margin-top: 0px;
    text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
  }
@media (max-width: 768px) {
 #homeheader p small {
    font-size: 14px;
   margin-top: 0px;
  }
}
#homeheader img {
  padding-bottom: 0px;
  margin-top: 0px;
  opacity: ;
}
@media (max-width: 768px) {
 #homeheader img {
   margin-top: 0px;
   height: 50%;/*change to 100*/ /*for square logo change to 50% */
   width:100%;/*change to 100*/
   opacity: ;
  }
}
.btn-adidas2 {
    border: 1px solid #E82547;
    color: #fff;
    background-color: #E82547;
    font-weight: 600;
    font-family: montserrat;
  margin-bottom: 5px;
  }
  .btn-adidas2:hover,
  .btn-adidas2:focus {
    border: 1px solid #000;
    outline: 0;
    color: #E82547;
    background-color: #000;
    font-weight: 600;
    font-family: montserrat;
    margin-bottom: 5px;
  }

/*---------------- SAMPLE Header Section ---------------------*/
  #sampleheader {
    height: 100%;
    width: 100%;
    padding-top: 60px; 
    padding-bottom: 80px;
   *background-color: #fff;
    background: url(../img/various/Summer-2021.jpg) no-repeat center center scroll; 
    color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
@media (max-width: 768px) {
 #homeheader {
    padding-top: 70px; 
  }
}
  #sampleheader h3 {
    font-weight: 700;
    font-family: Niconne/*Montserrat*/;
    text-transform: none;
    font-size: 50px;
    padding-bottom: 0px;
    color: #F8F5A1/*#FF00FF*/;
    margin-bottom:0px;
    margin-top: 10px;
    text-shadow: 1px 1px 2px #2D93EF/*change to black*/, 0 0 15px #2D93EF, 0 0 15px #2D93EF;
  }
@media (max-width: 768px) {
 #sampleheader h3 {
    font-size: 40px;
   margin-top: 10px;
  }
}


/*------------- PRACTICE SCHEDULE -------------------*/
#practice-schedule {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #001233;
  color: #0076B6;
  border-top: 2px solid #0141BC; 
}

#practice-schedule h1 {
  font-family: open sans;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #fff;
  
}
#practice-schedule h2 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: none;
}
#practice-schedule  h2 small {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#practice-schedule h3 {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
#practice-schedule h3 small {
  padding: 0px;
  font-family: montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#practice-schedule p {
  padding: 0px;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #f2f2f2;
}
#practice-schedule img {
	margin-bottom: 25px;
}


#next-game p {
  text-align: left;
  font-size: 18px;
}
@media(max-width:768px) {
  #next-game p {
    text-align: left;
    font-size: 15px;
  }
}
#next-game a {
  color: #0E01F3;
  font-weight: 500;
  text-decoration: underline;
    font-family: montserrat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#next-game a:hover,
#next-game a:focus {
  text-decoration: underline;
  color: #ff00ff;
  font-weight: 500;
    font-family: montserrat;
}


.btn-adidas {
    border: 1px solid #E82547;
    color: #000;
    background-color: #E82547;
    font-weight: 600;
    font-family: montserrat;
  margin-bottom: 5px;
  }
  .btn-adidas:hover,
  .btn-adidas:focus {
    border: 1px solid #000;
    outline: 0;
    color: #E82547;
    background-color: #000;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }

/*--------------- STANDINGS SCHEDULE --------------*/
#standings-schedule {
  height: auto;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1a1a1a;
  border: 2px solid #0141BC;
  border-radius: 10px;
}
#standings-schedule h2 {
  font-family: montserrat;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
#standings-schedule th {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #0141BC;
  padding-right: 10px;
}
#standings-schedule td {
  font-size: 14px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #000;
  padding-top: 6px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
 #standings-schedule {
    display:none;
  }
}
@media (min-width: 768px) {
  #mobile-standings {
    display:none;
  }
}




/*---------------- STORE -------------*/

#stores {
  height: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 2px solid #0141BC;
  border-bottom: 2px solid #0141BC;
}
#stores h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  text-align: center;
}
#stores h2 small {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}
#stores h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align: center;
}
#stores h5 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-bottom: 0px;
}
#stores h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-bottom: 0px;
}

 .btn-stores {
    border: 2px solid #000;
   font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
   padding-top: 0px;
   padding-bottom: 0px;
    color: #000;
    background-color: #000;
  }
  .btn-stores:hover,
  .btn-stores:focus {
    border: 2px solid #000;
     font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    outline: 0;
    color: #000;
    background-color: #fff;
  }
#stores a {
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#stores a:hover,
#stores a:focus {
  text-decoration: none;
  color: #000;
font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
}

#item {
	margin-bottom: 30px;
}

/*---------------- TOURNAMENT HEADER Section ---------------------*/
  #tournament-header {
    height: auto;
    width: 100%;
    padding-top: 100px; /*---- go back to 100 after halloween*/
    padding-bottom: 50px;
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #E7D285;
    background: url(../img/tournaments/gold-2.png) no-repeat top center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  #tournament-header h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #E7D285;
    /*text-shadow: 1px 1px 2px black, 0 0 15px #43A27A, 0 0 15px #43A27A;*/
  }
#tournament-header h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 22px;
    padding-bottom: 0px;
    padding-top: 10px;
    color: #E7D285;
  }
#tournament-header img {
  margin-bottom: 10px;
}
/*---------------- TOURNAMENT LIST Section ---------------------*/
  #tournament-list {
    height: auto;
    width: 100%;
    padding-top: 50px; /*---- go back to 100 after halloween*/
    padding-bottom: 20px;
    background-color: #0d0d0d;
    color: #f2f2f2;
}
#tournament-list h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 30px;
    margin-bottom: 50px;
    color: #E7D285;
}
#tournament-list h2 small {
    font-weight: 500;
    font-family: montserrat;
    font-size: 16px;
    color: #E7D285;
}
#tournament-list h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #E7D285;
    text-align: left;
}
#tournament-list p {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 20px;
    color: #f2f2f2;
    text-align: left;
}
#tournament-list img {
  margin-bottom: 20px;
  border-radius: 10px;
}
#tournament-list a {
  color: #E7D285;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#tournament-list a:hover,
#tournament-list a:focus {
  text-decoration: underline;
  color: #fff;
}

#tournament-list-2 {
    height: auto;
    width: 100%;
    padding-top: 20px; /*---- go back to 100 after halloween*/
    padding-bottom: 20px;
    background-color: #0d0d0d;
    color: #f2f2f2;
}
#tournament-list-2 h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 30px;
    margin-bottom: 50px;
    color: #E7D285;
}
#tournament-list-2 h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #E7D285;
    text-align: left;
}
#tournament-list-2 p {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 20px;
    color: #f2f2f2;
    text-align: left;
}
#tournament-list-2 img {
  margin-bottom: 20px;
  border-radius: 10px;
}
#tournament-list-2 a {
  color: #E7D285;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#tournament-list-2 a:hover,
#tournament-list-2 a:focus {
  text-decoration: underline;
  color: #fff;
}

 
/*--------------- GOLD SCHEDULE --------------*/
#table-schedule-gold {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #000;
}
#table-schedule-gold h2 {
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
  color: #E7D285;
}
#table-schedule-gold h6 small {
  font-family: montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
}
#table-schedule-gold p {
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
#table-schedule-gold img {
  margin-bottom: 20px;
}
#table-schedule-gold th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 700;
  text-align: left;
  color: #E7D285;
  background-color: #000;
}
#table-schedule-gold td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #000;
}
#table-schedule-gold a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#table-schedule-gold a:hover,
#table-schedule-gold a:focus {
  text-decoration: underline;
  color: #E7D285;
}
#Gold-Well {
border: 2px solid #E7D285;
  border-radius: 10px;
  background-color: #000;
  padding-top: 25px;
  color: #1a1a1a;
}




/*--------------- Ecwid Store ---------------*/
#online-store {
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbf0e7;
}
#online-store h2 {
  font-family: montserrat;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  text-align: center;
}
#online-store h3 {
  font-family: Raleway;
  font-weight: 700;
  color: #000;
  text-align: left;
}
#online-store p {
  font-family: Raleway;
  font-weight: 500;
  font-size: 19px;
  color: #000;
  text-align: left;
}


#awards {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  color: #fff;
   background: url(../img/award-background.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#awards h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
}
#awards h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
}
#awards h3 small {
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 15px #000, 0 0 15px #000;
}

/*------------------- Gallery ---------------------*/
  #gallery {
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1E5645;
    /*background: url(../img/wallpaper.png) repeat center center scroll;*/
  }
  #gallery img {
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
  }
  #gallery h2 {
    font-family: montserrat;
    font-weight: 400;
    color: #fff;
  }
  #gallery h3 {
    font-family: open sans;
    font-weight: 400;
    color: #000;
  }
  #gallery h2 small {
    font-family: montserrat;
    font-weight: 400;
    color: #fff;
  }










#fb-page {
  padding-top:20px;
}
#social-feed {
  padding-bottom: 20px;
}


hr {
       display: block;
       position: relative;
       padding: 0px;
       margin: 8px auto;
       height: 0;
       width: 100%;
       max-height: 0;
       font-size: 1px;
       line-height: 1.5px;
       clear: both;
       border: none;
       border-top: ;
       border-bottom: 1px solid #ffffff;
    }
.fix { 
position:fixed; 
bottom: 0; 
left: 50%;  /** this is w the location of the image 50% is centered**/
}  
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.nav-justified {
  width: 98%;
}

.nav-justified>li {
  float: none;
}

@media (min-width: 768px) {
  .nav-justified {
    width: 97%;
  }
}

#top2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 600;
  color: #fff;
}


/*--------- top bar --------*/

#top-bar {
  padding-top: 6px;
  padding-bottom: 4px;
  width: 100%;
  background-color: #000919;
  text-align: center;
  font-size: 16px;
  color: #ffff00;
  font-family: montserrat;
  font-weight: 600;
}
#top-bar h6 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.fix {
  position: fixed;
  bottom: 0px;
  left: 0%;
  /** this is w the location of the image 50% is centered**/
}
#top-bar img {
	position: fixed;
  bottom: 22px;
  left: 0%;
}




/*--- login --*/
#login {
  height: auto;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 200px;
  background-color: transparent;
  color: #000;
}
#login h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  text-align: center;
}

/*-------------- PLAYER STATS PAGE ----------------*/
#table tr2 {
  background-color: #000;
  color: #fff;
}
#table-schedule-player-stats {
  height: auto;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #000919;
}
#table-schedule-player-stats h2 {
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #000;
}
#table-schedule-player-stats th {
  font-size: 18px;
  font-family: open sans;
  font-weight: 600;
  text-align: center;
  color: #d1d1d1;
}
#table-schedule-player-stats td {
  font-size: 16px;
  font-family: open sans;
  font-weight: 400;
  text-align: left;
  color: #001233;
}
#table tr2 {
  background-color: #000;
  color: #fff;
}
#table-schedule-player-stats-winter-soccer {
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #DBF0E7;
}
#table-schedule-player-stats-winter-soccer h2 {
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
  color: #000;
}
#table-schedule-player-stats-winter-soccer h2 small {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000;
}
#table-schedule-player-stats-winter-soccer th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
  color: #000;
}
#table-schedule-player-stats-winter-soccer td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  color: #000;
}


/*----- Online Class -------*/
#online-announcement {
  background-color: #333333;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
}
#online-class {
  height: auto;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 10px;
  background-color: #43A27A;
}
#online-class h2 {
  font-family: montserrat;
  font-weight: 400;
  text-align: center;
  color: #1a1a1a;
}
#online-class h2 small {
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  color: #1a1a1a;
}
#online-class h3 {
  font-family: montserrat;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#online-class h6 {
  padding-top: 5px;
}
#online-class p {
  font-family: montserrat;
  font-weight: 400;
  text-align: left;
  color: #1a1a1a;
  font-size: 18px;
}
#online-class img {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #1a1a1a;
}
#online-class a {
  color: #1a1a1a;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#online-class a:hover,
#online-class a:focus {
  text-decoration: none;
  color: #f2f2f2;
}

 /*------------------------- Directions -------------*/
  #directions {
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #1E5645;
  }
  #directions img {
    border: ;
    border-radius: ;
    box-shadow: ;
  }
  #directions h2 {
    font-family: montserrat;
    font-weight: 600;
    color: #fff;
  }
  #directions h2 small {
    font-family: montserrat;
    font-weight: 600;
    color: #fff;
  }
  #directions h3 {
    font-family: open sans;
    font-weight: 400;
    color: #000;
  }
/*==========DIRSCTIONS 2 ---------------*/
#directions2 {
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #215e4c;
}
#directions2 h2 {
  font-family:montserrat;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#directions2 h3 {
  font-family:montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 h3 small {
  font-family:montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 p {
  font-family: montserrat;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-size: 18px;
}








#my-store-9974464 {
  background: #fff;
}

#my-cart-9974464 {
  padding-top: 10px;
  padding-bottom: 50px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
 #video {
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #0d0d0d;
  }
  #video iframe {
    border-radius: 10px;
  }
  #video h2 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  #video h3 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  #video2 {
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #0d0d0d;
  }
  #video2 iframe {
    border-radius: 10px;
  }
  #video2 h2 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  #video2 h3 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  #video-top {
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: #1a1a1a;
  }
  #video-top iframe {
    border-radius: 10px;
    border-color:
  }
  #video-top h2 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  #video-top h3 {
    font-family: open sans;
    font-weight: 400;
    color: #fff;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



body {
  width: 100%;
  height: 100%;
  font-family: open sans;
  color: #fff;
  background-color: #0d0d0d;
  /*background: url(../img/we-are-one-12.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media(min-width:768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

a {
  color: #FF591C;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #ff00ff;
}

#footer a {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer a:hover,
#footer a:focus {
  text-decoration: underline;
  color: #0141BC;
}



.light {
  font-weight: 400;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: ;
  text-transform: uppercase;
  font-family: sans-serif;
  background-color: rgb(13, 13, 13, .7);
}

.navbar-collapse {
  max-height: 100% !important;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: #cccccc;
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: transparent;
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media(min-width:768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: ;
    background: rgb(13, 13, 13, .7);
  }
}
  .intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/5.png) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle;
  }
  .intro .intro-body .brand-heading {
    font-size: 30px;
    font-family: open sans;
    font-weight: 300;
  }
  .intro .intro-body .intro-text {
    font-size: 18px;
  }
  @media(min-width:768px) {
    .intro {
      height: 100%;
      padding: 0;
    }
    .intro .intro-body .brand-heading {
      font-size: 80px;
      font-family: sans-serif;
    }
    .intro .intro-body .intro-text {
      font-size: 26px;
    }
  }
  .btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
  .btn-circle:hover,
  .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
  }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }
  .content-section {
    padding-top: 100px;
  }
  .download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  #map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
  }
  @media(min-width:767px) {
    .content-section {
      padding-top: 250px;
    }
    .download-section {
      padding: 100px 0;
    }
    #map {
      height: 400px;
      margin-top: 250px;
    }
  }
  .btn {
    padding-top: 10px;
    border-radius: 10;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .btn-default {
    border: 1px solid #439CA0;
    color: #fff;
    background-color: #439CA0;
  }
  .btn-default:hover,
  .btn-default:focus {
    border: 1px solid #F3E659;
    outline: 0;
    color: #000;
    background-color: #F3E659;
  }
  .btn-fb {
    border: 1px solid #0084FF;
    color: #fff;
    background-color: #0084FF;
  }
  .btn-fb:hover,
  .btn-fb:focus {
    border: 1px solid #f2f2f2;
    outline: 0;
    color: #000;
    background-color: #f2f2f2;
  }
  .btn-ua {
    border: 1px solid #43A27A;
    color: #fff;
    background-color: #43A27A;
    font-weight: 500;
    font-family: montserrat;
  }
  .btn-ua:hover,
  .btn-ua:focus {
    border: 1px solid #2d6c52;
    outline: 0;
    color: #fff;
    background-color: #2d6c52;
    font-weight: 500;
    font-family: montserrat;
  }
.btn-event {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
  font-weight: 500;
  font-family: montserrat;
  }
  .btn-event:hover,
  .btn-event:focus {
    border: 1px solid #43A27A;
    outline: 0;
    color: #fff;
    background-color: #43A27A;
    font-weight: 500;
  font-family: montserrat;
  }
  .btn-blog {
    border: 1px solid #388E3C;
    color: #388E3C;
    background-color: transparent;
    padding-bottom: 10px;
  }
  .btn-blog:hover,
  .btn-blog:focus {
    border: 1px solid #388E3C;
    outline: 0;
    color: #fff;
    background-color: #f2f2f2;
  }
  .btn-hangouts {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
  }
  .btn-hangouts:hover,
  .btn-hangouts:focus {
    border: 1px solid #2d6c52;
    outline: 0;
    color: #000;
    background-color: #2d6c52;
  }
  ul.banner-social-buttons {
    margin-top: 0;
  }
  @media(max-width:1199px) {
    ul.banner-social-buttons {
      margin-top: 15px;
    }
  }
  @media(max-width:767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0;
    }
    ul.banner-social-buttons li:last-child {
      margin-bottom: 0;
    }
  }
  #footer {
    padding-top: 5px;
    padding-bottom: 40px;
    background-color: #001233;
    font-family: montserrat;
    font-weight: 300;
    width: 100%;
    height: auto;
  }
  #footer p small {
    font-weight: 400;
    font-family: montserrat;
    font-size: 12px;
  }
  ::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
  }
  ::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
  }
  img::selection {
    background: 0 0;
  }
  img::-moz-selection {
    background: 0 0;
  }
  body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
  }
  
  
  
  
 

/*-------------- CONTACT FORM STYLSES-------------------------*/
#contact{
    padding:10px 0 10px;
  }
.
  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 80%;
    padding: 15px;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom:25px;
    color:#014833 !important;
    font-size:18px;
    font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
  }

  .form:hover{
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .form:focus{
    color: #fff;
    outline: none;
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
    background-color: #fff;
  }
  
/* Generic Button Styles */

  .button{
    padding: 6px 10px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    font-size:18px;
    font-family: montserrat;
    font-weight: 500;
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#8BC3A3;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
   
}
