body {
  font-family: Comic Sans MS;
  font-weight: 500;
background-color:black;
}

header {
  padding: 5px 5px 5px 5px;

}

header .row,
footer .row {
  display: flex;
  align-items: center;

}

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;
}


p
{
font-size:20px;
font-weight:300;
color:grey;
}
.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%;
}










figure
{

color:white;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin:0;
  color: #FFA200;
}


.jumbotron h3 {
  margin: 0 0 20px;
font-weight:700;
  color:#C70039   ;
}

section .row img {
  margin: 20px 0px 60px 0px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 40px ;
}

.btn.btn-primary {
  border-radius: 5px;
  border: 2px;
  color: #fbc123;
  text-shadow: none;
  background-color: #fjujly;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1tt;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

footer {
  font-size: 20px;
  padding: 20px 10px ;

}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
color:white ;
}

footer.col-sm-8.h3{
color: red;
font-family:Courier new;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

h5{
color:blue;
}

h6{
color:white;
}

