body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
input,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    font: 20px/30px "Roboto", sans-serif;
    color: #333;
    line-height: 30px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {}

h2 {
    font-family: "Roboto Slab", serif;
}

header {
    height: 100px;
    position: fixed;
    width: 100%;
    background: transparent;
    margin-top: 0px;
    top: 0px;
    z-index: 10 !important;
    transition: ease-in-out 0.2s;
}

#header-content {
    width: 100%;
    margin-left: 50px;
    padding: 35px 0 0 0;
    overflow: hidden;
}

#header-content h1 {
    font-family: "Roboto Slab", serif;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#header-content nav {
    float: right;
    margin-right: 100px;
}

#header-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header-content nav ul li {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;

    display: inline-block;
}

#header-content nav li {
    float: left;
    font-size: 13pt;
    margin: 0 0 0 0;
    padding-right: 40px;
    list-style: none;
}

#header-content nav li a:hover {
    color: #2ecc71;
    transition: ease-in-out .2s;
}

#header-content nav ul ul {
    display: none;
    vertical-align: middle;
    z-index: 100;
}

#header-content nav ul li:hover>ul {
    display: block;
    text-align: center;
}

#header-content nav ul:after {
    content: "";
    clear: both;
    display: block;
}

#header-content nav ul ul {

    background: #000;
    opacity: .7;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 60%;

    width: 200px;
}

#header-content nav ul ul li {
    float: none;
    padding: 10px 0 10px 0px;
    position: relative;
    display: block;
    text-align: center;
    width: 200px;
    opacity: 1;
}



nav ul ul li a {
    opacity: 1;
    padding: 0px;
    color: #fff;
}

nav ul ul li:hover {
    opacity: 1;
    background: #4b545f;
    padding: 0px 15px 0 15px;
}

header.active {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: ease-in-out 0.2s;
    padding-top: -40px;
}

header.active a {

    color: #333;
}

header.active a: hover {

    color: #FFF !important;
}

header.active #header-content nav ul ul a {


    color: #fff;
}

header.active #header-content nav ul ul a:hover {


    color: #2ecc71;
}

#banner {
    height: 400px;
    position: relative;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg);
    background-size: 100%;
    background-position: bottom center;
    width: 100%;
    top: 0px;
    z-index: 0;
    margin-top: 0;
}

.title h2 {
    width: 100%;
    display: block;
    margin-top: 0px;
    color: #fdc735;
    text-align: center;
    font-size: 75px;
    line-height: 44px;
    float: left;
    font-weight: 700;
    font-family: Roboto Slab;
    margin-top: 200px;
    text-decoration: none;
    background-color: transparent;

    text-transform: uppercase;
    letter-spacing: 1px;
}

#banner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 2%;
    margin-left: 700px;
    width: 500px;
    opacity: .9;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    text-transform: uppercase;
}

.section {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
}

#content {
    background: #fff;
    width: 100%;
    position: relative;
}

#page-wrap h2 {
    font-family: Roboto Slab;
    margin-left: 45%;
}

article {
    width: 1000px;
    padding: 50px 0 50px 0;
    margin: 0 auto;
}

article p {
    margin: 0 0 20px 0;
    padding-top: 0px;
}

article h2 {
    margin: 5px 0 20px 0;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #1eaace;
    font-weight: 700;
    letter-spacing: 1px;
}

article h3 {
    font-family: Roboto;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1px;
}

article h4 {
    font-family: Roboto;

    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px 10px 0;

    color: #1eaace;
}

article img {
    text-align: center;
}

article .leadership p {
    padding-bottom: 50px;
}

article a {
    color: #1eaace;
}

article a:hover {
    color: #1dbb90;
}

#t1 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    word-break: keep-all;
}

#t1 .c1 {
    width: 100px;
}

#t1 td,
th {
    border: 10px solid #fff;
    text-align: left;
    padding: 8px;
    height: 200px;
    width: 100px;
}

#t1 td h2 {
    font-size: 120px;
    text-align: center;
    padding: 0px;
    line-height: 100px;
}

#t1 td h3 {
    font-family: Roboto;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 0;
    color: #333;
}

#t1 td h4 {
    font-family: Roboto Slab;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    color: #1dbb90;
    padding-bottom: 5px;
    line-height: 30px;
}

#t1 td p {
    font-family: Roboto;
    font-size: 18px;
    word-break: keep-all;
    padding: 10px;
    text-align: justify;
    line-height: 20px;
}


.portrait {

    float: left;

    width: 25%;
    margin: 10% 12% 0% 12%;
}

.portrait-2 {

    float: left;

    width: 25%;
    margin: 5% 12% 0% 12%;
}

.portrait img {
    border-radius: 200px;
    max-width: 100%;
}

.portrait-2 img {
    border-radius: 200px;
    max-width: 100%;
}

.portrait h3,
.portrait-2 h3 {
    padding: 15px 0 15px 0;
    text-align: center;
    font-size: 30pt;
    color: #2ecc71;
    font-family: "Montserrat", sans-serif;
}

.portrait p {
    text-align: center;
}

.portrait-2 p {
    text-align: center;
    padding-bottom: 10%;
}

* {
    margin: 0;
    padding: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.1,0.7, 1.0, 0.1);
}

.contact-side {
    width: 300px;
    height: 600px;
    float: right;
    margin: 0px 400px 0 0px;
    background-color: gray;
}

.contact-side p {
    padding: 20px;
}

.bg-contact {
    width: 100%;
    float: right;
    margin-top: 150px;
    height: 600px;
    padding: 50px;
    background-color: #2c3e50;
    border-radius: 50px;
}

#page-wrap {
    float: left;
    width: 700px;

    background: transparent;
    padding: 20px 50px 20px 20%;
    margin: 0px auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#page-wrap h2 {

    font-family: Roboto Slab, serif;
    font-size: 50pt;
    float: none;
    padding-bottom: 20px;
    color: #3498db;
    text-align: center;
}

#page-wrap h3 {
    margin-top: 100px;
    font-family: Roboto Slab, serif;
    font-size: 30pt;
    float: none;
    color: #3498db;
    text-align: center;
    line-height: 40pt;
}

#page-wrap a {

    font-family: Roboto Slab, serif;
    font-size: 12pt;
    float: none;
    color: #000;
    margin-left: 40%;
}

#contact-area {
    width: 700px;
    margin-top: 25px;
}

#contact-area input,
#contact-area textarea {
    padding: 5px;
    width: 500px;
    font-family: Roboto, sans-serif;
    font-size: 13pt;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
}

#contact-area textarea {
    height: 300px;
}

#contact-area textarea:focus,
#contact-area input:focus {
    border: none;
}

#contact-area input.submit-button {
    width: 100px;
    float: right;
    background-color: #3498db;
    color: #fff;
    border: none;
    margin-right: 10%;
}

#contact-area input.submit-button:hover {

    background-color: #2ecc71;
}


label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 15pt;
    font-weight: bold;
    font-family: Roboto Slab, serif;
    color: #3498db;
}



.sidebar {
    position: fixed;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 1;
    border: 2px #333;
    text-align: center;
}

.sidebar p {
    width: 300px;
    text-align: center;
    padding: 12.5px;
    color: #000;
    word-wrap: break-word;
}

.sidebar a {
    color: #1eaace;
}

.sidebar h3 {
    color: #1dbb90;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.sidebar h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    text-align: center;
    padding: 25px;
}

.news-content {
    margin-left: 350px;
    padding-bottom: 50px;
    width: 70%;
    position: relative;
    background-color: #fff;
    overflow: auto;
}

.news-info {
    width: 80%;
    height: 80%;
    margin-left: 5%;
    margin-top: 0px;
    position: relative;
    background: #fff;
    border-radius: 50px;
}

.news-info a {
    color: #1eaace;
}

.news-info a:hover {
    color: #1dbb90;
}

.news-info h2 {
    padding: 50px 0 25px 50px;
    font-size: 30pt;
    color: #1eaace;
    text-align: center;
    text-transform: uppercase;
}

.news-info p {
    padding: 0 0 25px 50px;
}

.news-info h3 {
    padding: 0px 0 25px 50px;
    text-align: center;
}

#header-content img {
    width: 6%;
    margin-top: -30px;

    float: none;
}


ul.a {
    list-style-type: circle;
}



.contact {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 35px;
    margin-left: 12%;
}

#program-content {
    margin-left: 350px;
    padding-bottom: 50px;
    width: 70%;
    position: relative;
    background-color: #fff;
    overflow: auto;
}

#program-info {
    width: 80%;
    height: 80%;
    margin-left: 5%;
    margin-top: 0px;
    position: relative;
    background: #fff;
    border-radius: 50px;
}
#program-sidebar h2{
    padding: 0.5rem !important;
}
#program-sidebar p{
    padding: 0 !important;
    margin: auto;
}

#tournament-content {
    margin-left: 350px;
    padding-bottom: 50px;
    width: 70%;
    position: relative;
    background-color: #fff;
    overflow: auto;
}

#tournament-info {
    width: 80%;
    height: 80%;
    margin-left: 5%;
    margin-top: 0px;
    position: relative;
    background: #fff;
    border-radius: 50px;
}
#tournament-sidebar h2{
    padding: 0.5rem !important;
}
#tournament-sidebar p{
    padding: 0 !important;
    margin: auto;
}

form p{
    margin-left: 55px;
}