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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}

.center{text-align:center;}


.logo{width:90px; 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: 'Roboto', sans-serif;
font-size:110%;
line-height:165%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 73%, rgba(254,225,216,1) 100%);
}

.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: #b24936;
}

h1{text-align:center; font-weight:700; color:#b24936;}

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: #b24936;
}

.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:#ffece6;
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;
}

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

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

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

.right {
    width: 100%;
    float: right;
    margin: 0%;
}

}