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: 100px;
    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-top: 15px;
    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;
}
.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);
}
.video1{
    margin-top: 700px;
    
}
section {
height: 100vh;

display: flex;

justify-content: center;
align-items: center;
text-align: center;
padding-bottom:200px;
}
input[type="file"]{
 font-family: Pacifica Condensed;
 font-size: 30px;
 font-weight: bold;
 display:none;
}
.choose1{
 background: url(b4.JPG); 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
}
.choose1:hover {
    background: url(b5.JPG);
}
.choose2{
 background: url(b4.JPG); 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.choose2:hover {
    background: url(b5.JPG);
}
input[type="button"]{
 font-family: Pacifica Condensed;
 font-size: 30px;
 font-weight: bold;
 
}

.playSoundAndVideo{
  background: url(b4.JPG); 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.playSoundAndVideo:hover {
    background: url(b5.JPG);
}
footer {
    border: 2px solid white;
    background-color: #000000;
    width: 100%;
   position:fixed;
   left:0px;
   bottom:0px;
   height:100px;
}
#footer-info {
    width: 380px;
    float: left;

}
