@font-face {
  font-family: 'SecondaSoft-Regular';
  src: url('SecondaSoft-Regular.eot?#iefix') format('embedded-opentype'), url('SecondaSoft-Regular.woff') format('woff'), url('SecondaSoft-Regular.ttf') format('truetype'), url('SecondaSoft-Regular.svg#SecondaSoft-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cosmos';
  src: url('../fonts/Cosmos-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  font-family: 'Cosmos', sans-serif;
  color: #fff;
  font-weight: bold;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: all .35s;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
  color: #ddd
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

li {
  list-style: none;
}

.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}

.delaySpan {
  -webkit-animation-duration: 0.5s;
  -moz-animation-delay: 0.5s;
}

.delay2 {
  -webkit-animation-duration: 1s;
  -moz-animation-delay: 1s;
}

.delay3 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-delay: 1.5s;
}

@media (max-width: 980px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .menu span {
    display: inline-block;
    padding-right: 5%
  }
  .menu {
    width: 50%;
  }
}

.header {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

@media (min-width: 767px) {
  .header {
    position: absolute;
    width: 100%;
  }
}

.menu {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.menu span {
  font-weight: 300
}

.menu ul {
  font-size: 40px;
  text-transform: uppercase;
}

.menu ul li {
  margin-bottom: 15px
}

#myDropdown a {
  font-size: 35px;
  text-transform: none;
  display: block;
  margin-left: 20px
}

.homeslider {
  display: table;
  float: right;
}

@media (max-width: 640px) {
  #myDropdown a {
    font-size: 25px;
    margin-left: 0;
  }
  .menu ul li {
    margin-bottom: 0;
  }
}

@media (max-width: 979px) {
  .menu span {
    display: block;
    text-align: center;
  }
  .menu ul {
    text-align: center;
    padding: 0;
    font-size: 35px;
    width: 100%;
  }
  .homeslider {
    float: none;
    text-align: center;
    width: 100%;
  }
  #myDropdown a {
    margin-left: 0;
  }
}


/* The container <div> - needed to position the dropdown content */

.dropdown-content {
  display: none;
}

.dropdown-content a {
  display: block;
  font-size: 22px;
  text-transform: none;
}
