@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #282828;
    color: #d3d3d3;
    -webkit-tap-highlight-color: #222;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #9c27b0;
}

.navbar-default {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-color: transparent;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/img/background.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
         
.btn-yt  {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    border: 0;
    border:1px solid #f0f0f0;
    border-radius: 290px;
    border-color:#f0f0f0;
    background-color: #ea0000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
          }
              
.btn-yt:hover  {
    text-decoration: none;
    background-color: white;
    border:3px solid #ea0000;
    border-color:#ea0000;
    color: #ea0000;
                }
                
.btn-ig {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    border: 0;
    border:1px solid #f0f0f0;
    border-radius: 290px;
    border-color:#f0f0f0;
    background-color: #C13584;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
          }
          
.btn-ig:hover {
    text-decoration: none;
    background-color: white;
    border:3px solid #C13584;
    border-color:#C13584;
    color: #C13584;
                }
                
.btn-pub {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    border: 0;
    border:1px solid #f0f0f0;
    border-radius: 290px;
    border-color:#f0f0f0;
    background-color: #f79e36;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
          }
          
.btn-pub:hover {
    text-decoration: none;
    background-color: white; 
    border:3px solid #f79e36;
    border-color:#f79e36;
    color:#f79e36;
                }
                
.dml:hover {
    color:#f79e36; 
           } 
h4{
     color: black;
}
.btn-ivt {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    border: 0;
    border:1px solid #f0f0f0;
    border-radius: 290px;
    border-color:#f0f0f0;
    background-color: #3537c1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
          }
.btn-ivt:hover {
    text-decoration: none;
    background-color: white;
    border:3px solid #3537c1;
    border-color:#3537c1;
    color: #3537c1;
                }