﻿
/*Foundation 6 Full Screen Image Slider*/
@font-face {
    font-family: myFirstFont;
    src: url(Audiowide/Audiowide-Regular.ttf);
}

body{
	overflow: hidden;
	font-family: myFirstFont;
	background-color: black;
}

.hero-full-screen {
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: myFirstFont;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home{
	background: url("img/main4.png") center center no-repeat;
	background-size: cover;
}

.financials{
	background: url("img/darkback.png") center center no-repeat;
	background-size: cover;
}

.hero-full-screen .top-content-section {
  width: 100%;
}

.hero-full-screen .middle-content-section {
  width: 100%;
  text-align: center;
}

.hero-full-screen .middle-content-section h1, .hero-full-screen .middle-content-section h2, .hero-full-screen .middle-content-section h4{
	font-size: 24;
	font-family:myFirstFont;
}

.hero-full-screen .bottom-content-section {
  padding: 1rem;
}

.reveal h1 {
	font-family:myFirstFont;
}

.top-bar {
  background: transparent;
  height:60px;
}

.top-bar .menu {
  background: transparent;
}

.top-bar .menu-text {
  color: #fefefe;
}

.menu-logo{
	width:240px;
	height:40px;
	border:1px solid gray;
	border-radius:3px;
	padding-right:4px;
	padding-left:4px;
	margin-right:20px;
}
@media screen and (max-width: 640px){
	.menu-logo{
		display: none!important;
	}
}

.menu-logo-small{
	width:60px;
	height:35px;
	border:1px solid gray;
	border-radius:3px;
	padding-right:4px;
	padding-left:4px;
	margin-right:20px;
	background:transparent;
}

.menu-fancy li {
  position: relative;
  margin: 0 5px;
}

.menu-fancy li a {
  padding: 0.5rem 0;
  color: #8a8a8a;
}

.menu-fancy li:after,
.menu-fancy li:before,
.menu-fancy a:before,
.menu-fancy a:after {
  position: absolute;
  content: '';
  border-radius: 4px;
}

.menu-fancy li:after,
.menu-fancy li:before {
  bottom: -4px;
  height: 4px;
}

.menu-fancy li:not(.is-selected):before {
  left: 0;
  right: -2px;
}

.menu-fancy li.is-selected:after {
  left: 0;
  right: 39px;
}

.menu-fancy li.is-selected:before {
  right: -2px;
  width: 13px;
}

.menu-fancy .is-selected a:before {
  height: 22px;
  width: 4px;
  bottom: -22px;
  right: 7px;
}

.menu-fancy .is-selected a:after {
  height: 4px;
  width: 40px;
  bottom: -13px;
  right: 5px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.menu-fancy .menu-fancy-option a:hover {
  color: #1779ba;
}

.menu-fancy .menu-fancy-option:after,
.menu-fancy .menu-fancy-option:before,
.menu-fancy .menu-fancy-option a:after,
.menu-fancy .menu-fancy-option a:before {
  background-color: #1779ba;
}

.menu-fancy .menu-fancy-option2 a:hover {
  color: #cc4b37;
}

.menu-fancy .menu-fancy-option2:after,
.menu-fancy .menu-fancy-option2:before,
.menu-fancy .menu-fancy-option2 a:after,
.menu-fancy .menu-fancy-option2 a:before {
  background-color: #cc4b37;
}

.menu-fancy .menu-fancy-option3 a:hover {
  color: #1779ba;
}

.menu-fancy .menu-fancy-option3:after,
.menu-fancy .menu-fancy-option3:before,
.menu-fancy .menu-fancy-option3 a:after,
.menu-fancy .menu-fancy-option3 a:before {
  background-color: #1779ba;
}

.menu-fancy .menu-fancy-option4 a:hover {
  color: #ffae00;
}

.menu-fancy .menu-fancy-option4:after,
.menu-fancy .menu-fancy-option4:before,
.menu-fancy .menu-fancy-option4 a:after,
.menu-fancy .menu-fancy-option4 a:before {
  background-color: #ffae00;
}
.menu-fancy .menu-fancy-option5 a:hover {
  color: #609B9A;
}

.menu-fancy .menu-fancy-option5:after,
.menu-fancy .menu-fancy-option5:before,
.menu-fancy .menu-fancy-option5 a:after,
.menu-fancy .menu-fancy-option5 a:before {
  background-color: #609B9A;
}
.panel {
	background: transparent;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  	color: black; 
 }
 


