body{
    font: 15px/1.5 Arial, Helvetica, Sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
/*Globals*/
ul{
    padding:0;
    margin:0;
}
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}
#header{
  background-color: #ffffff;
  width: 100%;
  min-height: 70px;
  position: sticky;
  top: 0;
  
@media(max-width: 600px){
    flex-wrap: wrap;
}
  
}
#nav-bar{
    float: right;
    margin-top: 75px;
}
#nav-bar li{
 float: left;
 display: inline;
 padding: 0 20px 0 20px;
}
#nav-bar a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}
.nav-link{
    color:#111111;
}
.nav-link:hover{
    color:rgb(111, 111, 116);
    font-weight: 500;
}
.logo{
    float: left;
}
#news-letter{
    background-color:#373737;
    color: #ffffff;
}
#news-letter h2{
    float: left;
}
#form1{
    float: right;
    padding-top: 20px;
}
input[type="email"] {
    padding: 5px;
  }
input[type="submit"]{
  background-color: lightseagreen;
  border: none;
  color: white;
  padding: 6px 35px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
#image-cover{
    background-image: url("images/background-photo.jpeg");
    background-color: #cccccc;
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container .h1-bob{
    text-align: center;
    font-size: 100px;
    color: #ffffff;
    margin-top: 200px;
}
#section-title{
    background-color:#373737;
    color: #ffffff;

}

.services-flex{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.box1{
    flex-basis: 25%;
    background: lightpink;
    padding: 10px;
}
.box2{
    flex-basis:25%;
    background: #C0B283;
    padding: 10px;
}
.box3{
    flex-basis:25%;
    background: lightgreen;
    padding: 10px;
}
#vids{
    padding: 2%;
    background-color: #f4f4f4;
    width: 96%;
    margin: auto;
}
.fuck{
    display: flex;
    justify-content: center;
}
iframe {
    max-width: 560px;
    width: 100%;
}

footer{
    width: 100%;
    height: 100px;
    background-color:#373737;
    color: white;
}
.footer-text{
    margin-top: 35px;
}