@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Calibri';
  src: url(../font/Calibri.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: Calibri;
  line-height: 1.5;
  background-color: #FFFFFF;
}
p {
  font-size: 16px;
  color: #323b40;
}
b {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
ul li{
  font-size: 16px;
  margin: 0 0 0 20px;
}
ol, ol li{
  font-size: 16px;
  margin: 0 0 0 30px;
  padding: 5px;
  line-height:160%
}
li {
  margin: 0 0 0 20px;
}
h1 {
  font: 16px "Lato", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  background-color: #f46708;
}
h2 {
  color: #f46708;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0 0;
}
h3 {
  color: #000000;
  font-size: 18px;
  font-weight: bolder;
  margin: 0;
}
h4 {
  color: #f7be08;
  font-size: 16px;
  font-weight: bolder;
  margin: 20px 0 0 20px;
}
hr {
  height: 1px;
  background-color: #dedede;
  border: none;
}
/*GLOBAL*/
section {
  background-color: #ffffff;
}
.container {
  padding: 20px 40px;
  margin: auto;
  overflow: hidden;
  background-color: #efefef;
}
img {
  clear: both;
}
.responsive {
  width: 10%;
  height: auto;
}
iframe {
  border: none;
}
/*HEADER SELECTION*/
header {
  background-color: #323b40;
}
header p {
  text-align: right;
  font-size: 12px;
  color: #f7be08;
  padding: 8px 20px;
}
/*NAV SELECTION*/
.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}
.brand-title {
  margin: 0 20px;
}
.navbar-links {
  height: 100%;
  font: 16px "Lato", sans-serif;
}
.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.navbar-links li {
  list-style: none;
}
.navbar-links li a {
  display: block;
  text-weight: bolder;
  text-decoration: none;
  color: #f46708;
  padding: 6px;
  text-transform: uppercase;
}
.navbar-links li a:hover {
  color: #cb5a10;
  background-color: #f7be08;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*NEWS SELECTION*/
#news {}
#news p {
  padding: 20px;
}
#news h2 {
  margin: 10px 0 0 20px;
}
#news .list {
  padding: 0 0 10px 0px;
  background-color: #ededed;
}
#news .list ol {
  padding: 0 0 0 40px;
}
.boxes /*clearfix*/ {
  background-color: #D6EEEE;
}
.boxes:after {
  content: "";
  clear: both;
  display: table;
}
#news .box1 {
  float: left;
  width: 15%;
  padding: 20px;
}
#news .box2 {
  float: left;
  width: 70%;
  padding: 20px 40px;
}
#news .box3 {
  float: left;
  width: 15%;
  padding: 20px;
}
/*ABOUT SELECTION*/
#about {
  min-height: 200px;
  background-color: #000000;
  font-size: 16px;
}
#about p {
  padding: 10px 0px;
}
#about .box1 {
  float: left;
  text-align: left;
  color: #ffffff;
  border: none;
  vertical-align: center;
  width: 240px;
}
#about .box2 {
  float: left;
  text-align: left;
  color: #ffffff;
  border: none;
  vertical-align: center;
  min-width: 480px;
}
#about img {
  float: left;
  margin: 20px 30px 20px 2px;
}
#about li {
  text-align: left;
  color: #000000;
}
/*TEAMS SELECTION*/
#teams {
  min-height: 200px;
  background-color: #eeeeee;
  font-size: 16px;
}
#teams a {
  vertical-align: top;
  font-size: 15px;
}
#teams b {
  vertical-align: top;
  font-size: 15px;
}
#teams .box {
  text-align: left;
  width: 25%;
}
#teams th {
  color: #FFFFFF;
  background: #323b40;
  text-align: left;
  padding: 6px;
}
#teams td {
	border-bottom: 1px solid #323b40;
	border-left: 1px solid #323b40;
	border-right: 1px solid #323b40;
  margin: auto;
  font-size: 16px;
  text-align: left;
  padding: 5px;
}
/*TEAMS SELECTION*/
#schedule th {
  color: #FFFFFF;
  background: #323b40;
  text-align: left;
  padding: 6px;
}
#schedule td {
  text-align: left;
  padding: 6px;
}
#schedule tr:nth-child(odd) {
  background: #CCC
}
#schedule tr:nth-child(2) {
  font-weight: bold;
  text-align: left;
  background: #f4d788;
  padding: 6px;
}
#schedule tr:nth-last-child(1) {
  font-weight: bold;
  text-align: left;
  background: #f7be08;
  padding: 6px;
}
/*PORTFOLIO SELECTION*/
#portfolio {
  min-height: 200px;
  background-color: #000000;
  font-size: 16px;
}
#portfolio p {
  padding: 20px;
}
#portfolio .box {
  float: left;
  text-align: left;
  color: #ffffff;
  width: 320px;
  padding: 10px;
  border: none;
}
#portfolio img {
  width: 100%;
  height: 100%;
}
#portfolio img:hover {
  opacity: 0.5;
  cursor: pointer;
}
/*CONTACT SELECTION*/
#contact {
  min-height: 300px;
  background-color: #efefef;
}
#contact h2 {
  font-size: 24px;
  color: #e78000;
}
#contact h3 {
  font-size: 24px;
  color: #41b7f2;
  letter-spacing: 10px;
}
#contact p {
  font-size: 20px;
  color: #ffffff;
}
#contact a, a:visited, a:active {
  font-size: 18px;
  color: #ff7f2b;
  text-decoration: none;
  text-transform: lowercase;
}
#contact a:hover {
  color: #3d87c3;
}
#contact .box {
  float: left;
  text-align: center;
  color: #ffffff;
  width: 33%;
}
/*FOOTER*/
footer {
  text-align: center;
  color: #f7be08;
  background-color: #323b40;
  padding: 10px;
}
/******MOBILE*******/
@media screen and (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
  }
  .container {
    padding: 10px;
    margin: auto;
    overflow: hidden;
  }
  /*Mobile - Header*/
  header p {
    text-align: center;
    font-size: 12px;
    color: #f7be08;
    padding: 8px 20px;
  }
  /*Mobile - Navigation Section*/
  .navbar {
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 40px 0 0;
  }
  .navbar-links ul {
    display: block;
  }
  .navbar-links li a {
    display: block;
    font-weight: bolder;
    font-size: 14px;
    text-decoration: none;
    color: #f46708;
    padding: 4px;
    text-transform: uppercase;
  }
  .brand-title img {
    display: flex;
    justify-content: center;
    margin: 0 20px;
  }
  /*Mobile - News Section*/
  #news .box1 {
    float: center;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  #news .box2 {
    float: center;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  #news .box3 {
    float: center;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  /*Mobile - About Section*/
  #about img {}
  #about .box1 {
    display: flex;
    justify-content: center;
    vertical-align: center;
    height: 100%;
    width: 100%;
  }
  #about .box2 {
    display: flex;
    justify-content: center;
  }
  /*Mobile - Teams Section*/
  #teams a {
    vertical-align: bottom;
    font-size: 11px;
  }
  #teams img {
    vertical-align: center;
    width: 20%;
  }
  /*Mobile - Contact Section*/
  #contact {
    text-align: center;
  }
  #contact .box {
    vertical-align: center;
    width: 420px;
    padding: 60px;
  }
  /*Mobile - Footer*/
  footer {
    text-align: center;
    color: #f7be08;
    padding: 10px;
  }
}