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

.card-body {
    background: #000;
    color: #fff;
}

#hero .card-title, #hero .card-body { display: none; }
#gallery-title-uuid { display: none; }
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.vid-inline {
float: right;
width: 40%;
margin: 10px;
}
.card-text { display: none; } 
#maingal h2 { display: none; }
#maingal { background: #054061; margin: auto; width: 100%; padding: 20px 10%;}
#invid { width: 35%; float: right; margin-left: 2%; margin-bottom: 2%; }
ul li { font-size: 18px; font-family: 'Open Sans', sans-serif; }
p { font-family: 'Open Sans', sans-serif; font-size:18px; }

.logo {margin: 10px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
background: #fff; 
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);
}
/*Hero Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{
}
.tq { background: #fb572b; font-weight: bold; color: #fff; width:100%; float:right !important; padding:15px; text-align:center; font-size:1.5em; border: 2px solid #000; }

.twlink { font-size: 150%; display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; font-style: italic; color: #fff; }

.link { font-size: 130%; display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; color: #fff; }
.twlink:hover { color: #fb572b; }
.link:hover { color: #fb572b; }
#ytvid { float: right; width: 40%; margin-left: 2%; margin-bottom: 1%; }
.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fb572b;
    display: inline-block; }

.soc:hover {  color: #fff;}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
h1 {
    font-size: 2rem;
    padding: 0px 0px 20px;
}
h2 { padding: 10px; font-size: 24px; font-style: italic; }
#gallery {
    background: #fb572b;
    padding: 35px 5% 1%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.ctab, .ctab:visited {   background: #000;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 150%;
    display: block;
    margin-top: 25px;
    text-align: center;
    height: 65px; }
.ctab:hover { background: #fb572b; color: #fff; border: 1px solid #a39162; -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 {
    background: #000;
    padding: 50px;
    color: #fff; 
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}
}
@media only screen and (max-width: 768px) {
h1 { padding: 10px; }
h2 { font-size: 20px; }
html,body { overflow-x: hidden;
overflow-y: scroll;
}
.logo { width: 100%; }
#ytvid { float: none; width: 100%; margin-left: 0; margin-bottom: 0; }
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
    display: block;
    margin: 0px auto;
}
.logo {
    margin: 3px auto;
    display: block;
width:120px;
}


element.style {
}


.container-fluid {
    width: 100%;
    padding-right: 0px;
  padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


.ctab, .ctab:visited {
    background: #000;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 150%;
    display: block;
    margin-top: 50px;
    text-align: center;
    height: 65px;
}

h1 {
    font-size: 1.4rem;
    padding: 0px 0px 40px;
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.ctab {margin: 0px 0px 20px;}
}