body {
    background-color: #000000;
    color: #ffffff;
    font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p {
    line-height: 20px;
    
}
h1 {
    font-family: 'Crete Round', serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 20px;
}
h2 {
    font-weight: 300;
    color: #ffffff;
    font-size: 150px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    
}
h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    color: #FFD9BD;
}
strong {
    font-weight: bold;
}
small {
    font-size: 13px;
    color: #777;
    font-style: italic;
}
.clear {
    clear: both;
}
.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}

header {
    display: flex;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    border: 2px solid white;
z-index:100;
}
header h1 {
    float: left;
    margin-top: 32px;
}
header h1 .color {
    color: #02b8dd;
}
header nav {
    float: right;
}
header nav ul li {
    float: left;
    display: inline-block;
    margin-top: 50px;
}
header nav ul li a {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-right: 20px;
}
.test{
  background-color: #000000;
  border: none;
  color: white;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  
}
  .icon{
  background: url(b4.JPG);
  border: none;
  font-family: Pacifica Condensed;
  font-weight: bold;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 3px 2px;
  border-radius: 50%;
  
}
.icon:hover{
  background: url(b5.JPG);
}
  .icon2{
  background: url(b5.JPG);
  border: none;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 3px 2px;
  border-radius: 50%;
  
}
#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  
}

#hero-image {
    height: 880px;
    padding-top: 1px;
   
}
#hero-image h2 {
    margin: 180px 0 40px 0;
    position: fixed;
    top: 10;
    left: 0;
    right: 0;
    z-index: -1;
}

section {
    width: 1890px;
    height: 100%;
    background-color: #000000;
    border: 2px solid white;
    padding-bottom:100px;
}
.video2{
margin-left:500px;
}
footer {
    border: 2px solid white;
    background-color: #000000;
    width: 100%;
   position:fixed;
   left:0px;
   bottom:0px;
   height:100px;
}


#footer-info {
    width: 380px;
    float: left;
}



