@charset "UTF-8";
/* CSS Document */
/*----DEFAULT-----*/
* {
          margin: 0;
          padding: 0;
}
html {
          font-size: 100%;
}
body {
          font-size: 62.5%;
          font-family: Helvetica, Arial, sans-serif;
          border-top: 8px solid #0071b1;
}
h1, h2, h3, h4, h5, h6 {
          font-weight: 100;
}
img {
          max-width: 100%;
}
.clearfloat {
          clear: both;
}
/*----STRUCTURE-----*/
.wrapper {
          width: 960px;
          margin: 0 auto;
}
.section-bg {
          background-size: cover;
          background-position: center;
          background: url(images/cover-image.jpg) no-repeat center center;
}
header {
          background-color: #fff;
          background-attachment: fixed;
}
.white-bg {
          background-color: #FFFFFF;
          border-top: 8px solid #0071b1;
          margin-top: 100px;
}
.blue-bg {
          background-color: #0071b1;
          margin-top: 100px;
          padding-bottom: 100px;
}
#members, #stewards, #agreement, #contact {
          margin-top: 100px;
}
#logo {
          width: 575px;
          margin: 0 auto;
}
#links {
          margin: 20px 0 50px;
}
#content {
          background-color: #f9f9f9;
}
#arrow a:link, #arrow a:visited {
          width: 50px;
          height: 50px;
          background-image: url(images/arrow.svg);
          background-repeat: no-repeat;
          background-size: 100%;
          display: block;
          margin: 0 auto;
          margin-top: 100px;
          position: relative;
          top: 0;
          transition: all 0.2s ease;
}
#arrow a:hover, #arrow a:focus, #arrow a:active {
          position: relative;
          top: 5px;
}
footer {
          height: 8px;
          background-color: #0071b1;
          width: 100%;
          position: fixed;
          bottom: 0;
}
#social-feeds {
          width: 960px;
          margin: 40px auto;
}
#col1, #col2 {
          width: 400px;
          margin: 0 auto;
          padding: 20px;
}
/*----NAV-----*/
nav {
		width: 100%;
          background-color: #0071b1;

	margin: 0 auto;
position: fixed;
            top: 0;
	display: flex;
	justify-content: center;
	z-index: 10000;
	border-bottom: 2px solid #fff;
   
   
}

nav ul {
          list-style: none;
}
nav li {
          float: left;
}
nav li a:link, nav li a:visited {
          background-color: #0071b1;
          color: #fff;
          padding: 25px;
          font-size: 1.4em;
          font-weight: 900;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          margin-right: 2px;
}
nav li a:hover, nav li a:focus, nav li a:active {
          background-color: #3399ff;
}
#content a:link, #content a:visited {
          background-color: #3399ff;
          color: #fff;
          padding: 25px;
          font-size: 1.4em;
          font-weight: 900;
          text-transform: uppercase;
          text-decoration: none;
          display: inline-block;
          margin: 15px 10px 0 0;
}
#content a:hover, #content a:focus, #content a:active {
          background-color: #6333ff;
}
/*---

#content ul.button {
	list-style: none;
	margin: 100px auto 50px;
	text-align: center;
}
#content ul.social {
	list-style: none;
	width:160px;
	margin: 0px auto;
	
}

#content li.button a:link, #content li.button a:visited {
	float: none;
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 25px 25px 25px 100px;
	background-color: #0071b1;
	color: #fff;
	font-weight:900;
	font-size: 2.4em;
	text-decoration:none;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	background-image:url(images/email.svg);
	background-repeat:no-repeat;
	background-size:79px;
	background-position: 0px;
	
}

#content li.button a:hover, #content li.button a:focus, #content li.button a:active {
	background-color:#3399ff;
	}

#content li.social a:link, #content li.social a:visited {
	float: left;
	width: 50px;
	display:block;
	padding: 15px;
	
}

#content li.social a:hover, #content li.social a:focus, #content li.social a:active {
	opacity:.7;
	}---*/
/*----TYPE-----*/
h1 {
          font-size: 1.4em;
          text-align: center;
}
h2 {
          font-size: 1.6em;
          text-transform: uppercase;
          font-weight: 900;
          padding-bottom: 20px;
}
h3 {
          font-size: 2em;
          color: #0071b1;
          text-transform: uppercase;
          font-weight: 100;
          padding-bottom: 20px;
          margin-top: 75px;
}

h3 {
    padding: 0;
    margin: 40px 0 0 0;
}

h4 {
          font-size: 12em;
          color: #0071b1;
          font-weight: 900;
          letter-spacing: -8px;
          padding: 100px 0;
          text-align: center;
    line-height: .8em;
}
.white {
          color: #fff;
}
.small {
          font-size: 12px;
          text-transform: capitalize;
          font-weight: 100;
}
p {
          font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
          font-size: 2.2em;
          line-height: 1.3em;
          padding: 10px 0 20px;
}
p.intro {
          font-size: 4.8em;
          font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
          background-color: #0071b1;
          color: #fff;
          line-height: 1em;
          padding: 100px 25px 25px;
          text-align: center;
}
#content ul {
          margin: 20px 50px 50px;
}
#content li {
          font-size: 1.4em;
          list-style-type: square;
          margin: 0 0 0 10px;
          padding: 10px 0 0 0;
          color: #393939;
}
#members li {
          color: #fff;
          font-size: 1.4em;
}
/*----TABLE-----*/
table {
    margin: 40px 0;
}

thead td {
          background-color: #0071b1;
          color:  #f9f9f9;
          font-size: 1.8em;
          text-transform: uppercase;
          padding: 15px 20px;
    font-weight: 900;
}
tbody td {
          background-color: #fff;
          color: #0071b1;
          font-size: 1.8em;
          padding: 15px 20px;
          width: 100%;
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) {
          .wrapper {
                    width: 95%;
          }
          nav {
                    display: none;
          }
          p.intro {
                    font-size: 3.6em;
          }
          #logo {
                    width: 100%;
          }
          .section-bg {
                    background-size: auto;
                    background-position: center;
                    max-width: 100%;
                    background: url(images/cover-image.jpg) no-repeat center center;
          }
          h4 {
                    font-size: 8em;
                    line-height: .8em;
                    letter-spacing: -3px;
                    padding: 100px 0;
                    text-align: center;
          }
          #content ul {
                    width: 80%;
          }
          #content li.button a:link, #content li.button a:visited {
                    font-size: 1.4em;
          }
          #social-feeds {
                    width: 100%;
                    margin: 0 auto;
          }
          #col1, #col2 {
                    width: 80%;
                    float: none;
                    margin: 20px;
                    padding: 20px;
          }
}