@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#right {
    float: right;
}
.videobox {
padding: 20px;
border: #0033ff 1px solid;
background-color: #b1cae3;
margin: 20px auto;
text-align: center;
display: block;;
}

.logo1 {
    padding: 24px 10px 0px;
    width: 350px;

}

.mvologo { float: right; }

h3 { margin-top: 4em; margin-bottom: 15px; }
#sidebar { padding: 1em; }
#sidebar .ctab:hover { text-decoration: none; }
.card-body, .card-title{ display: none; }
.inline-video-asset { max-width: 100%; width: 100%; }
p { font-family: 'Open Sans', sans-serif; font-size:17px; }

#sidebar { padding: .7em;
    background: #ccc;

}

table{
font-size:.87em;
padding-bottom:20px;
line-height:125%;
}

.videobox {
    padding: 20px;
    border: #0033ff 1px solid;
    background-color: #b1cae3;
    margin-bottom: 20px;
}
.logo {margin: 10px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
 display:block;
background: #fff;
z-index: 1;
width: 100%; 
position: fixed;
}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body {
    background: #b9ecf7;
}
.tq { width:40%; float:right !important; padding:15px; text-align:left; margin-left:1%; font-size:1.1em; }

.link { display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; color: #fff; }

.link:hover { }

.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #000;
    display: inline-block; }
#hero-plus-body .col-md-8 {
    background: #fff;
    float: left;
}
#hero-plus-body .col-md-4 {
    max-width: 32%;
    flex-basis: 32%;
    clear: both !important;
    display: inline-block;
}
.soc:hover {  color: #000;}
h1 { margin-top: 3em; }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1{
font-size:1.75rem;
}
.h2, h2 {
    font-size: 1.25rem;
    padding: 20px 0px 40px;
}
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;

}
#gallery {
    background: #b8babd;
   padding: 20px 5% 5%; text-align: center;
 
}
.ctab, .ctab:visited { background-color: #000;
    padding: 12px 5px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    margin: 0px 0 15px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s ease;}

.ctab:hover { background: #2f2f2f; color: #eee; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }
.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
/*Footer Box*/
#hero-plus-footer {
display:none;
    background: #333;
    padding: 50px;
    text-align: center;
}

@media only screen and (max-width: 980px) {

}
@media only screen and (max-width: 768px) {
h1 { margin-top: 6em; }

#right {
    float: none;
    display: block;
    text-align: center;
}
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
    display: block;
    margin: 0;
    left: 0;
}
.logo {
    margin: 10px auto;
    display: block;
}
#txt {
    padding: 2% 0px;
}
#hero-plus-hero {
    padding-top: 10%;
}
#hero-plus-body .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0px auto;
}
.logo1 {
    margin: 1px auto;
    width: 350px;
    text-align: center;
}
.ctab {margin: 0px 0px 20px;}
}