﻿html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

img {
	max-width:100%;
	height:auto !important;
}

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
}
#strap  {
	width:96%;
	text-align:center;
	padding-left:2%;
	padding-right:2%;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#06061C;
}
#left-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
	margin-bottom:20px;
}
#bottom-images {
	position: relative;
	width: 70%;
	float: left;
}
#facebook {
	position: relative;
	width: 30%;
	float: left;
	/*height:1000px;
	overflow:auto;*/
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}
.topnav {
  overflow: hidden;
  background-color: #06061C;
}

.topnav a {
	float: left;
	display:block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	font-family: "Encode Sans Condensed", sans-serif;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;

}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}

}


/*FONT */

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 3em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 2em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}

.strap {
	font-family: 'Courgette', cursive;
	font-size:3em;
	color:white;
}

.footer-txt {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #FFFFFF;
	font-size: medium;
}

.auto-style2 {
	vertical-align: bottom;
}
.auto-style1 {
	color: #FFFFFF;
}

/*Button */


.button {
    background-color: #05061B; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 20%;
}

.button1 {
    background-color: #05061B; 
    color: white; 

}

.button1:hover {
    background-color: #ccc;
    color: black;
}


/* SCROLL BACK UP CODE link page */


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #05061B url('../../images/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #F29E92;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.auto-style3 {
	border-width: 0px;
}
