@charset "UTF-8";
@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.eot');
    src: url('../fonts/Caveat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Caveat-Regular.woff2') format('woff2'),
         url('../fonts/Caveat-Regular.woff') format('woff'),
	   	 url('../fonts/Caveat-Regular.ttf') format('truetype'),
         url('../fonts/Caveat-Regular.svg#Caveat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Bold.eot');
    src: url('../fonts/Caveat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Caveat-Bold.woff2') format('woff2'),
         url('../fonts/Caveat-Bold.woff') format('woff'),
		 url('../fonts/Caveat-Bold.ttf') format('truetype'),
         url('../fonts/Caveat-Bold.svg#Caveat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*CSS Reset*/

header, section, footer, aside, nav, main, article, figure {
  display: block;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, header, section, footer, aside, nav, main, article, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: 400;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
}

/*Global Styles*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  min-width: 260px;
}
h1, h2, h3 {
  font-family: 'Caveat', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 80px;
  color:#F00000;
  font-weight: bold;
  padding-top: 1%;
}
h2 {
  font-size: 40px;
  font-weight: normal;
}
h3 {
  font-size: 30px;
  font-weight: normal;
}
h4 {
  font-size: 25px;
  font-weight: 500;
  color:#fff;
  background:#002448;
  padding: 0;
  border-top: 2px solid #FFF;
  border-bottom-right-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -webkit-border-bottom-right-radius: 45px;
}
h5 {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 2px solid #0061CB;
  color: #0061CB;
  margin-bottom: 3%;
}
h6 {
  font-size: 20px;
  font-weight: 500;
  color: #0061CB;
  padding-bottom: 3%;
}
a {
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:focus {
  color: #0061CB;
}
a:hover {
  color: #0061CB;
}
a:active {
  color: #0061CB;
}
p {
  padding: 0.5% 0;
}
.contentWrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 50px;
  overflow: hidden;
}
.contentWrapPageHeader {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0 30px 50px;
  overflow: hidden;
}
:target::before {
  content:"";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

/*Header and Footer*/

header, footer {
  background: #002448;
  color: #FFFFFF;
  text-align:center;
}

/*Header*/

header {
  padding-top: 20px;
}

/*Footer*/

footer {
	font-size: 12px;
}
footer h2 {
	color: #F00000;
	font-weight: bold;
}
footer h3 {
	font-size: 30px;
}
footer p {
	padding-top: 5%;
}

/*Navigation*/

nav {
  text-align: center;
  background: #002448;
  position: fixed;
  top: 0;
  width: 100%;
}
nav a {
  font-size: 18px;
  display: inline-block;
  padding: 30px 20px;
  color: #FFFFFF;
}
nav a:link {
  color: #FFFFFF;
}
nav a:visited {
  color: #FFFFFF;
}
nav a:focus {
  color: #6699cc;
}
nav a:hover {
  color: #6699cc;
}
nav a:active {
  color: #6699cc;
}

/*Main*/

main {
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}
.list {
	padding-left: 2%;
}
.list li {
	list-style-type: square;
}
.disc {
	padding-left: 2%;
}
.disc li {
	list-style-type: disc;
}
.numeric {
	padding-left: 2%;
}
.numeric li {
  list-style-type: decimal;
}
.border {
	border: 2px solid #000000;
	padding: 15px;
	margin: 15px 0 15px 0;
}
.borderBottom {
	border-bottom: 2px solid #ccc;
	width: 100%;
}
.bold {
  font-weight: 600;
  color: #2E2F3E;
  padding: 1.5% 0;
}
b {
  font-weight: 600;
  color: #2E2F3E;
}
.letterSpacing {
  word-spacing: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.smiley {
  padding: 30px;
}
.paddingTop {
	padding-top: 3%;
}
.paddingTopZero {
    padding-top: 0;
}
.paddingBottom {
	padding-bottom: 3%;
}
.paddingBottomZero {
	padding-bottom: 0;
}
.marginBottomZero {
	margin-bottom: 0;
}
section {
	padding-top: 3%;
}
.paddingTopList {
	padding-top: 0.5%;
}
.paddingBottomList {
	padding-bottom: 0.5%;
}
.logo {
  padding: 6% 15% 3% 0;
}
.logo-activities {
  padding: 5% 15% 3% 0;
}
.activities {
  margin-left: -4%;
}

/*Contact Form*/

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type=submit] {
  background-color: #002448;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #0061CB;
}
.contactForm {
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 20px;
}

/*Scroll To Top Button*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 2px solid #FFFFFF;
  outline: none;
  background-color: #002448;
  color: white;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 18px;
}
#myBtn:hover {
  background-color: #0061CB;
}

/*Media Queries*/

@media (max-width: 1200px) {
#myBtn {
	display: none;
	visibility: hidden;
}
}

@media (max-width: 860px) {
nav {
  text-align: left;
  position: relative;
}
nav a {
  display: block;
  padding: 10px 35px 0 35px;
  font-weight: 700;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 30px;
}
}
@media print {
body {
font-family: Helvetica, Arial, sans-serif;
margin: 0;
color: #000;
background-color: #fff;
}
.contentWrap {
  padding: 0 0 20px 0;
}
header {
  text-align: left;
}
header h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
	color: #000;
	}
header h2 {
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
}
main h4 {
	padding-bottom: 20px;
	}
nav {
  display: none;
}
footer {
  display: none;
}
input[type=submit] {
  display: none;
}
}
