@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans+Condensed:300|Raleway');
@import "foundation.css";
body {
	background-color: black;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
}
#imgMenu{
    width: 100%;
}
#mainMenu{
	position: absolute;
	top: 8%;
	left: 25%;
    padding: 0px;
    margin: 0 0 0 0;
    width: 50%;
    text-align: center;
}
#mainMenu li{
    font-size: 2.3em;
    display: block;
}
#mainMenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
    text-decoration: none;
}
#mainMenu:hover li a{
	text-shadow: 0px 0px 10px #eeb213;
	color: transparent;
	background: rgba(0,0,0,0.2);
}
#mainMenu li a:hover{
	background: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 1px #eeb213;
}
a {
    color: black;
}
h2{
    text-align: center;
    color: darkred;
}
h3{
    text-align: center;
    color: #eeb213;
}
.accordion-item{
    text-align: justify;
}
@media only screen and (max-width: 1150px) {
    #mainMenu{
        top: 5%;
    }
}
@media only screen and (max-width: 900px) {
    #mainMenu{
        top: 5%;
    }
}
@media only screen and (max-width: 790px) {
    #mainMenu{
        top: 2%;
    }
}
@media only screen and (max-width: 670px) {
    #mainMenu{
        top: 1%;
    }
}
@media only screen and (max-width: 670px) {
    #mainMenu{
        top: 2%;
    }
    #mainMenu li{
        font-size: 2em;
    }
}
@media only screen and (max-width: 600px) {
    #mainMenu{
        top: 1%;
    }
    #mainMenu li{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 500px) {
    #mainMenu{
        top: 1%;
    }
    #mainMenu li{
        font-size: 1em;
    }
}
@media only screen and (max-width: 400px) {
    #mainMenu{
        top: 1%;
    }
    #mainMenu li{
        font-size: 0.6em;
    }
}

.contact-us-section {
  padding: 2rem;
  background: #fefefe;
}

.contact-us-section .contact-us-section-left {
  padding-right: 2rem;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-left {
    border-right: 1px solid #e6e6e6;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #e6e6e6;
  }
}

.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}

.contact-us-section .responsive-embed {
  margin-bottom: 0;
  padding-bottom: 55%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
}

.contact-us-form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-us-form-actions .contact-us-file-button {
  background: transparent;
  color: #8a8a8a;
}

.button{
    background-color: #eeb213;
}
.button:hover{
    background-color: #fff;
    color: #eeb213;
}
.button:active{
    background-color: #fff;
    color: #000;
}
.sticky-footer-css {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    background-color: #000;
}
.sticky-footer-css .footer {
  width: 100%;
  color: #fff;
  padding: 2%;;
}
.sticky-footer-css .footer .menu a {
  color: #fff;
    text-align: center;
}
.sticky-footer-css .footer .menu a:hover {
  color: #eeb213;
}
@media only screen and (min-width: 40.063em) {
.footer {
  .columns:nth-child(n+2) {
     border-left: 1px solid scale-color(#fff, $lightness: -30%);
     min-height: 280px;
  }
 }
}

.footer-links {
  list-style-type: none;
}
.footer-links a {
    color: #fff;
    font-weight: 300;
    font-size: .8rem;
  }
.footer-links li {
    margin-top: .5rem;
  }