body {
  font-family: Comic Sans MS;
  font-weight: 500;
background-color:black;
}

header {
  padding: 5px 5px 5px 5px;

}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

header .row,
footer .row {
  display: flex;
  align-items: center;

}
h1
{
font-size:30px;
font-weight:300;
color:white;
}
h3
{
font-size:25px;
font-weight:300;
color:white;
}

p
{
font-size:20px;
font-weight:300;
color:grey;
}


header h2{
font-family:AR DESTINE;
  font-weight: 300;
font-size 35px;
  color:white;
padding: 25px 10px 5px 5px;
}

header nav {
  display: flex;
  justify-content: flex-end;
padding: 20px 0px 0px 5px;
}

header p {
  padding: 25px 10px 10px 0px;
color:gold;  
 
}


.col-sm-7
{
color:white;
} 




.jumbotron {
  display: flex;
  flex-wrap:flex;
  align-items: left;
 background-color:black;
  background-size: cover;
  color: #ffffff;
  height: 700px;
  text-shadow: 0.25px 0.25px 0.25px #00000;
}