/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

.btn-nb {
padding: 22px 25px;
border: none;
color: #fff;
border-radius: 5px;
outline: 0;
box-shadow: 1px 1px 5px 0 #000;
text-shadow: 1px 1px #000;
font-size: 26px;
text-transform: uppercase;
position: relative;
overflow: hidden;
min-width: 200px;
margin: 20px;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
