@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#herohead img { border: 0; }
.hero { border: 0; }
.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 34%;
}
/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #010417;
}
/*Header Box*/
#hero-plus-header {  
font-family: 'Montserrat', sans-serif;
}

strong{color:#9dc0fb;}

.ctab{
    display: block;
    background-color: #9dc0fb;
    color: #000;
    padding: 15px;
    font-size: 120%;
    margin-top: 30px;
    margin-left: 30px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
border-radius:3px;
}

.ctab:hover{
    display: block;
    background-color: rgb(208, 176, 103);
    color: #000;
    padding: 15px;
    font-size: 120%;
    margin-top: 30px;
    margin-left: 30px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
}

.hero{
max-width:100%;
width:100%;
}

.center{text-align:center;}


.logo{width:170px; margin:6px 20px;}

.logo2{width:130px; margin:6px 20px;}
.logo2:hover{width:130px; margin:6px 20px; opacity:7;}

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


/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
font-family: 'Montserrat', sans-serif;
font-size:110%;
line-height:165%;
background: #010417;
color:#fff;
}

.play-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
color: rgb(208, 176, 103);
}

h1{text-align:center; font-weight:700; color: rgb(208, 176, 103);}

h2{text-align:center; font-weight:700; color:#656565; margin-bottom:1em;}

.press-body{
padding:2% 14%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
color: rgb(208, 176, 103);
}

.gallery-inline h2{display:none;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(156,74,58,.5);
    border-radius: .25rem;

}



.gallery-inline{
background-color:#000;
padding:50px 8%;
padding-top:40px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
}

/*Footer Box*/
#hero-plus-footer{
}

.icons{
    font-size: 200%;
    margin: 4% 5%;
    display: inline-block;
color: rgb(208, 176, 103);
}

.icons:hover{
    font-size: 200%;
    display: inline-block;
color:#9dc0fb;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

.right {
    width: 100%;
    float: right;
    margin: 0%;
}
.press-body {
    padding: 2% 2%;
}

h1{font-size:24px;}
h2{font-size:20px;}

.logo{width:90px; margin:6px 20px;}

.ctab{
    display: block;
    background-color: #9dc0fb;
    color: #000;
    padding: 10px;
    font-size: 120%;
    margin-top: 10px;
    margin-left: 10px;
border-radius:3px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
}

.ctab:hover{
    display: block;
    background-color: rgb(208, 176, 103);
    color: #000;
     margin-top: 10px;
    margin-left: 10px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
}

}