@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');

#logo-div {margin: 0px auto;}

ul li { font-size: 18px; }
.rimg { width: 35%; margin-left: 2%; float: right; }
/*Header Box*/
#hero-plus-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
    border-bottom: 5px solid #242424;
}
#hero-plus-hero{
    align-items: start;
}
.ctab, .ctab:visited {
       background: #2020c0;
    text-decoration: none !Important;
    margin: 50px 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
}
.ctab:hover {color:#eee;}
.hero {max-width: 100%;}
.logo {
    margin: 20px;
    width: 200px;
}
.logo1 {
    height: 150px;
}
a, a:hover { color: #005080; }
.exit-link a, .exit-link a:visited, .exit-link a:hover {
    color: #005080;
    text-decoration: underline;
    font-weight: bold;
}
/*Hero Box*/
#hero-plus-hero{
padding-top: 155px;
}
.social {text-align:center; display:block margin: 20px auto;}
.soc, .soc:visited, .soc:hover {
    padding: 8px 7px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
    border: solid;
    background: #005080;
    border-radius: 100%;
    font-size: 14px;
}
.card-body {
    display: none;
}
h3 {
    color: #242424;
    font-size: 2em;
    padding: 7px 0;
    letter-spacing: -1px;
    text-align: center; margin: 10px auto;
}
.tq {    border: 2px #242424 solid;
     font-style: italic; 
     padding: 15px;
     font-size: 1.4em !important;
    max-width: 100%;
    margin: 0 0 20px;
    line-height: 133%;
    color: #fff;
    text-align: center;
    font-weight: 700;}
h1 {font-size: 2em;}
h1, h2 {color: #fff; font-family: Lato,sans-serif; text-align:center; margin: 20px 0px 30px; }

h2{font-size:24px; font-style:italic;}
/*Body Box*/
#hero-plus-body{
    background: #00263e;
    color: #fff;
    font-family: Lato,sans-serif;
}
.links, .links:visited {padding: 10px 0;
    display: block;
    line-height: 108%;
    font-size: 117%;
    margin: 0px auto;
    color: #fff;
    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; opacity: 0.8;}
.right {
    color: #fff;
    width: 42%;
    float: right;
    margin: 20px 0 20px 20px;
}
.flex-disable {padding: 1% 10%;}
#gallery {
    background: #005080;
    padding: 2% 5%;
    margin: 30px auto;
}

.flex-disable a {
    color: #bbbbbb;
}

.flex-disable p { font-size:18px;}
#gallery h2 {
    display: none;
}
/*Footer Box*/
#hero-plus-footer{
background: #005080;
padding-top: 30px;
padding-bottom: 20px;
color: #fff !important;
text-align: center;
}
@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) {
html,body { overflow-x: hidden; }
.logo, .logo1 { text-align: center; }
.rimg { width: 100%; float: none; margin-left: 0; }
.right {width: 100%; margin: 20px auto; float:none;}
#hero-plus-header {
    display: block;
    text-align: center;
}
#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;
}
.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 568px) {
#hero-plus-hero {
    align-items: start;
    padding-top: 46%;
}
}