@charset "utf-8";
/* CSS Document */
html {
  background: #616161;
  height: 100%;
}
body {
  background-image: url("eagle-clouds.jpg");
  display: table;
  color: #dbdbdb;
  height: 100%;
  overflow: auto;
  margin: auto;
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: none;
  font-family: Arial !important;
  opacity: .8;
  transition: 1.2s opacity ease .23s;
  overflow-x: hidden;
  text-align: center;
}
/*table {
  border: 3px solid black;
  border-collapse: collapse;
  width: 35%;
  color: black;
  text-align: center !important;
}
th {
  height: 50px;
  font-size: 16pt;
  font-weight: bold;
  border-bottom: 3px solid black;
  text-align: center !important;
  vertical-align: middle;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:nth-child(odd) {
  background-color: #ffffff;
}
td {
  height: 50px;
  text-align: center !important;
  vertical-align: middle;
}
tr {
  text-align: center !important;
  vertical-align: middle;
}*/

body.fade-out {
  opacity: 0;
  transition: none;
}
nav {
  margin-top: 45px !important;
}
nav a {
  margin-left: 20px;
  margin-right: 20px;
}
a {
  color: white !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.logo {
  opacity: 1;
}
.EIG h1 {
  color: white !important;
  text-emphasis-color: white !important;
}
.header {
  width: 100%;
  min-width: 460px;
  height: 80px;
  z-index: 55;
  top: 0;
  overflow: visible;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
}
a.header {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 10px 0px 0px 10px;
}
.h4 {
  margin: 10 0 20 0;
  align-content: center;
  text-align: center;
}
.header h1 {
  display: block;
  color: #FFF;
  font: 24px/32px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 1.2px;
  align-content: center;
  text-align: center;
  padding-top: 15px;
  /* display: none; */
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -ms-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
}
.header h2 {
  display: block;
  color: #FFF;
  font: 16px/32px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin-top: 1em;
  margin-right: 1.5em;
  padding: 0;
  /* display: none; */
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -ms-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
  float: right;
}
h3.cover-heading {
  font-weight: 700;
}
i.fa, i.fas {
  margin-left: 0;
}
.fa, .fas {
  font-weight: 900;
  font-size: 1.2em !important;
}
.masthead-brand {
  color: #efefef;
  font-size: .8em;
  letter-spacing: 1.6px;
}
.all {
  text-align: center;
  margin-top: 6%;
}
.top-buffer {
  margin-top: 20px;
}
main {
  margin-top: 2%;
  color: #dbdbdb;
}
footer {
  color: #dbdbdb;
  width: 100%;
  bottom: 0;
  line-height: 19px;
  position: absolute;
}
.company {
  background-repeat: none;
}
.col-md-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
p.contact {
  padding-top: 15px;
  color: white;
  text-align: center;
}
.masthead-brand {
  margin-top: 5px;
}
.monsterrax {}
.hercke {}
.modal {
  z-index: 1 !important;
  padding-top: 100px;
  left: 13%;
  top: 22% !important;
  bottom: 22% !important;
  width: 66%;
  height: 60%;
  overflow: auto !important;
  background-color: rgb(0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  margin-top: 55px;
  margin: 0 auto;
  color: black;
}
.modal-content {
  width: 66% !important;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  background-color: #d1d1d1 !important;
}
#myBtn {
  font-size: 1.3em;
  margin: 0 auto;
  display: block;
  color: black;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 12px;
}
.ip {
  font-size: 1.8em;
  font-weight: 600;
  display: block;
  color: black !important;
  border-radius: 10px;
}
.close {
  color: #c92227 !important;
  float: right !important;
  font-size: 40px !important;
  font-weight: bold !important;
  opacity: .8 !important;
}
a.info {
  color: #337ab7 !important;
}
p.copyright {
  color: #000739;
  font-weight: 600;
}
p.address {
  margin-top: 0%;
}
/* Media Queries */
@media only screen and (max-width: 600px) {
  /*a.contact {
    display: block;
    text-align: center!important;
  }*/
}
i.fa, i.fas {
  margin-left: 0px !important;
}
.all {
  margin-top: 17% !important;
}
.header {
  height: 300px;
  min-width: 220px;
}
.container {
  padding-left: 0px !important;
  padding: 0px !important;
}
.modal {
  z-index: 1 !important;
  left: 13%;
  top: 10% !important;
  width: 90%;
  height: 90%;
  overflow: auto !important;
  background-color: rgb(0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  margin-top: 55px;
  margin: 0 auto;
  color: black;
}
#outer-ip-div {
  width: 100%;
  text-align: center;
}
#inner-ip-div {
  display: inline-block;
  height: auto;
  width: 50%;
  margin: 0 auto;
  padding: 3px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  body {
    position: initial !important;
  }
  /*a.contact {
	display: block;
    text-align: center!important;}
		*/
  .header {
    height: 1000px;
    min-width: 220px;
  }
  .header h1 {
    float: none;
    text-align: center;
    font-size: 1.2em;
    margin-left: 0px !important;
  }
  .header h2 {
    float: none;
    text-align: center;
    padding-left: 30px;
    width: 100%;
    font-size: 1em;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  nav {
    margin-top: 40px !important;
  }
  img .logos {
    margin-top: 30px;
    display: inline-block;
  }
  .nav-link {
    opacity: 1 !important;
  }
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .all {
    margin-top: 25%;
  }
  .contact {
    display: block;
    float: none;
    text-align: center!important;
    align-content: center;
    margin-left: 0px !important;
  }
  @media only screen and (max-width: 1622px) {
    .header h1 {
      float: none;
      text-align: center !important;
      margin-left: 0px !important;
    }
  }