@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: headings;
  src: url(fonts/Ikaros-Regular.otf);
}

* {
  font-family: 'Didact Gothic';
  color: white;
}

body {
  background: url(images/gradient.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.logolink {
	position: absolute;
	display: block;
	top: 100px;
	height: 50px;
	width: 350px;
	z-index:999999999999999;
}
.logo2 {
		  display: block;
  position: absolute;
  top: 0px;
  margin-left: 30px;
      width: 320px;
      overflow: hidden;
	    z-index: 99999;

}

.row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 70px;
  padding-right: 70px;
}

.bg-dark {
  background-color: transparent !important;
}

a {
  color: #E8E8E8;
}

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

a.redlink {
	color: red!important;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999999999;
}

.icon-bar img {
  display: block;
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 60px;
}

.white-col {
  background-color: #130131;
  background-color: #001a33;
  background-color: black;
  background-color: transparent;
}

.breakpoint {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 1px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.nowrap {
  white-space: nowrap;
}

.padded-text {
  font-family: headings;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 45px;
  margin-left: 30px;
}

.padded-text {
  color: white;
  text-shadow: 2px 2px black;
  letter-spacing: 0.8em;
}

.dropdown {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 100px;
  right: 0px;
}

.dropdown-toggle {
  margin-right: 40px;
}

.dropdown-menu {
  position: absolute;
  text-align: center;
  z-index: 999999;
  width: 100%;
  background-color: rgb(0, 15, 63);
  background-color: rgb(0, 15, 63, 0.7);
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  color: white;
}


/*button*/

.btn-secondary {
  color: #fff;
  background-color: red;
  border-color: #005a5a
}

.btn-secondary:hover {
  color: #fff;
  background-color: red;
  border-color: #009a9a
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: red;
  border-color: #005a5a
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: #000
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-outline-secondary {
  color: red;
  background-color: transparent;
  background-image: none;
  border-color: red
}

.btn-outline-secondary:hover {
  color: #222;
  background-color: #009a9a;
  border-color: red
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: red;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #009a9a;
  border-color: red
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}


/*end button*/

@media only screen and (max-width: 1200px) {
  .logo2 {
    z-index: 99;
    width: 200px;
  }
  .padded-text {
    letter-spacing: 0.2em;
    margin-left: 5px;
  }
  
  .logolink {
	position: absolute;
	display: block;
	top: 100px;
	height: 50px;
	width: 230px;
	z-index:999999999999999;
}
}

@media only screen and (max-width: 584px) {
  .padded-text {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media only screen and (max-width: 530px) {
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .icon-bar img {
    display: inline-block;
  }
  .icon-bar {
    position: relative;
    top: auto;
    transform: none;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
	.logolink {
		display: none;
	}
  .logo2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 999999999!important;
  }
  .dropdown {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-toggle {
    width: 100%;
    margin-right: 0px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .dropdown-item {
    padding: 0.55rem 1.5rem;
  }
  
}
/*
@media only screen and (min-width: 501px) and (max-height: 556px) {
		  .show>.dropdown-menu {
  top: 142px !important;
}
}

@media only screen and (max-width: 500px) and (max-height: 603px) {
	  .show>.dropdown-menu {
  top: 242px !important;
}
}
*/
@media (hover: none) {
  .bird-box {
    background-attachment: initial !important;
  }
}