.services{
    display: flex;
    align-items: center;
    margin-bottom:65px;
}
.services h1{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.services p {
    text-align: center;
    margin: 5vh 0;
}
.services img{
    width: 100%;
    min-height: 215px;
}
.services .link{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #3d3d3d;
    text-decoration: underline;
    letter-spacing: 1.5px;
}
.services .link:hover{    text-decoration: none;    letter-spacing: 0;    font-weight: bold;}

/* Video Modal 
==========================*/

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(#000,.7);
}

.flexy {
  width: 50%;
  margin: 5% auto;
  position: relative;
  height: 0;
  padding-bottom: 33%;
  min-height: 9em;

}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 22px rgba(#000,.9);
}


@media only screen and (max-width: 768px){

.services {    display:block;}
}


.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #01ADEF);
  background-image: -moz-linear-gradient(top, #3498db, #01ADEF);
  background-image: -ms-linear-gradient(top, #3498db, #01ADEF);
  background-image: -o-linear-gradient(top, #3498db, #01ADEF);
  background-image: linear-gradient(to bottom, #3498db, #01ADEF);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}













