body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5dcc9+43 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5dcc9 43%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5dcc9 43%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5dcc9 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5dcc9',GradientType=0 ); /* IE6-9 */

}

/*Header Box*/
#hero-plus-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
}
#hero-plus-hero{
    align-items: start;
}
.ctab, .ctab:visited {
       background: #000;
    text-decoration: none !Important;
    margin: 50px 10px;
    padding: 10px 15px;
    color: #eabb59;
    font-size: 1.3em;
    font-weight: 600;
}
.ctab:hover {color:#eabb59;}
.hero {max-width: 100%;}
.logo {margin: 20px; width:180px;}
/*Hero Box*/
#hero-plus-hero{
}
.social {text-align:center; display:block margin: 20px auto;}
.soc, .soc:visited, .soc:hover {
    padding: 8px 7px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #000;
    display: inline-block;
    border: solid;
    background: #eabb59;
    border-radius: 100%;
    font-size: 14px;
}
.card-body {
    display: none;
}
h3 {
    color: #fff;
    font-size: 2em;
    padding: 7px 0;
    letter-spacing: -1px;
    text-align: center; margin: 10px auto;
}
.tq {  font-size: 1.4em !important;
    max-width: 100%;
    margin: 0 0 50px 5%;
    line-height: 133%;
    color: #eabb59;
    text-align: center;
    font-weight: 700;}
h1, h2 {text-align:center; margin: 20px 0px 30px;}
/*Body Box*/
#hero-plus-body{
}
.links, .links:visited {padding: 10px 0;
    display: block;
    line-height: 108%;
    font-size: 117%;
    margin: 0px auto;
    color: #eabb59;
    text-decoration: none !important;
    width: 307px;
    max-width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    border-bottom: 1px dotted;
    text-transform: uppercase;}
.links:hover {color: #fff;}
.right {
    background: #000;
    color: #fff;
width: 38%;
    float: right;
    padding: 45px 25px;
    margin: 20px 0 20px 20px;
}
.flex-disable {padding: 1% 10%;}
#gallery {
    padding: 2% 5%;
    background: url('images/bg.jpg') top left repeat fixed;
    margin: 30px auto;
}

.flex-disable p { font-size:18px;}
#gallery h2 {
    display: none;
}
/*Footer Box*/
#hero-plus-footer{
}
@media only screen and (max-width: 980px) {
.right {    width: 50%;}
#hero-plus-hero {
    align-items: start;
    padding-top: 17%;
}
}
@media only screen and (max-width: 768px) {
.right {width: 100%; margin: 20px auto; float:none;}
#hero-plus-header {
    display: block;
}
#hero-plus-hero {
    align-items: start;
    padding-top: 32%;
}
.ctab {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.logo {
    margin: 20px auto;
    text-align: center;
    display: block;
}
}
@media only screen and (max-width: 568px) {
#hero-plus-hero {
    align-items: start;
    padding-top: 46%;
}
}