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

table { text-align: center; margin: auto; }
.tdctr { text-align: center; }
.tdlft { text-align: left; }
ul li { margin-bottom: 20px; }

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#vidline { display: block; margin-left: 3%; margin-bottom: 2%; float: right; width: 45%; }
.card-title, .card-text, .card-body { display: none; }
table { margin-bottom: 20px; }
.social-icons .fa {
    font-size:24px;
    color:#ffffff;
    margin:5px 15px;
}


.uppercase{text-transform:uppercase;}

.right{float:right; width:37%; margin:2%;}

ol li, ul li, p { font-family: 'Open Sans', sans-serif; font-size:18px; }
#gallery h2 { display: none; }
#gallery .card-body { display: none; }

.logo {margin: 20px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;
    width: 100%;
    word-break: break-word;}
/*Header Box*/
#hero-plus-header{
border-bottom: 2px solid #fff; 
background: #000;
}
/*Hero Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{
}
.tq { width:100%; background: #FF6400; color: #fff; padding:15px; font-style: italic; text-align:center;  font-size:1.5em; }

.link { display:block; padding:5px; margin:10px; text-decoration:none !important; color: #fff; font-size: 1.2em; }


.link:hover { color: #fff; font-weight: bold; text-decoration: underline; }

.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block; }

.soc:hover {  color: #06C5AC;}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
h1 { font-size: 1.7em; padding: 2% 2%; color:#000; font-weight: bold; }
.h2, h2 {
    font-size: 1.3rem;
    font-style: italic;
    padding: 20px 0px 40px;
}
#gallery {
   background: #000;
    padding: 15px 10%;
}
#undergallery {
    padding: 10px 5%;
    background: #000;
}
.truecar { background: #000; width: 100%; max-width: 100%; }

.ctafoot { width: 300px; margin: auto!important; }
.ctab, .ctab:visited { background: #00ADEE; border-radius: 3px; color: #fff; padding: 15px;font-weight:bold; margin: 50px; font-size: 1.4em; }

.ctab:hover { background: #0090F0; color: #fff; -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: background: rgb(0,144,240);
background: linear-gradient(90deg, rgba(0,144,240,1) 0%, rgba(0,173,238,1) 35%, rgba(46,49,145,1) 100%);
    padding: 50px;
    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) {
.tq { margin: 10px; float: none; width: 100%; }
.right{float:right; width:100%; margin:0%;}

.ctab, .ctab:visited {
    padding: 20px;
    font-size: 150%;
    margin: 30px;
 }
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#gallery { padding: 15px; }
table { width: 100%!important; }
#vidline { float: none; width: 100%!important; margin-left: 0; }
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
      margin: 0px auto;    left: 0;
}
.logo {
    margin: 10px auto;
    display: block;
}

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