@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
	
html, body {
	background-color:#333333;
	font-size: 1em;
	height: 100%;
}

a {
	color: #579bdb;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-family: Montserrat, sans-serif;
	font-size: 1.50em;
	color: #FFF;
	letter-spacing: 8px;
	line-height: 5px;
	font-weight: 700;
	margin:.4rem;
	}

	
h4 {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 400;
	color: #B5B1B1;
	letter-spacing: 1px;
	}

h4a {
	font-family: Montserrat, sans-serif;
	font-size: .90em;
	font-weight: 400;
	color: #B5B1B1;
	letter-spacing: 0px;
	}
	
h4b {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 500;
	color: #B5B1B1;
	letter-spacing: 1px;
	}

h4c {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 500;
	color: #999;
	letter-spacing: 1px;
	}
h4d {
	font-family: Roboto;
	font-size: 1em;
	font-weight: 500;
	color: #579bdb;
	letter-spacing: 1px;
	}
	
h5 {
	font-family: Montserrat, sans-serif;
	font-size: 0.75em;
	font-weight: 800;
	color: #FFF;
	letter-spacing: 4px;
	margin:0.5rem;
	}	


h5a {
	font-family: Montserrat, sans-serif;
	font-size: 0.75em;
	font-weight: 400;
	color: #B5B1B1;
	letter-spacing: 3px;
	margin:0.5rem;
	}
	
h5b {
	font-family: Montserrat, sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 3px;
	margin:0.5rem;
	}

h6  {
	font-family: Montserrat, sans-serif;
	font-size: 0.60em;
	font-weight: 700;
	color: #B5B1B1;
	letter-spacing: 3px;
	margin:0.5rem;
	}


.fade-in-image {animation: fadeIn 5s;
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* =Footer */


.list-unstyled{
	line-height: 5px;
	}	
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 95px;
  background-color: #333333;
}

/* The element at the top of the page right after the fixed navigation bar
   MUST have sufficient top margin or else it will be covered by the bar */
.content {
  margin-top: 20px;
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a { 
  height: 50px;
  line-height: 50px;
}
.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.menu a, .menu a:visited {
  color: #ffffff;
}
.menu a:hover, .menu a:target {
  color: #ebebeb;
}
.menu-items {
  display: inline-block;
}
.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
a.sitename, a:visited.sitename {
  color: #e0e0e0;
}
.menu-items li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.menu-items a {
  text-decoration: none;
}
.show, .hide {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #dde1e2;
}
.show {
  background-image: url(assets/down-arrow-icon.png);
}
.hide {
  background-image: url(assets/up-arrow-icon.png);
}

@media only screen and (max-width: 800px) {
  .menu { 
    position: relative;
    width: 100%;
  }
  .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
  }
  .menu-items {
    display: none; 
    width: 100%;
    margin-top: 50px;
    background-color: #008378;
  }
  .menu-items li {
    display: block;
    text-align: center;
  }
  .show, .hide {  
    position: absolute;
    top: 0;
    right: 15px;
  }
  .show {
    display: inline-block;
  }
  .hide {
    display: none;
  }
  #menu:target .show {
    display: none;
  }
  #menu:target .hide, #menu:target .menu-items {
    display: inline-block;
  }
}

@media only screen and (max-width: 220px) {
  .sitename, .show, .hide {
    font-size: 14px;
  }
}
	

				
.container {
    margin: 0;
    padding: 0px 0;
}
#navbar {
  background-color: #333333;
  position: fixed;
  top: 0;
	left: 20;
  width: 100%;
  display: block;
  transition: top 0.8s;
}

#navbar a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  
}

#trust {
	height: 45px;
	}

/* =Footer */

#back {
	background-color: #333333;
	height:20px;
	}

#site-footer {
	height:150px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 768px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


	



