@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

/*Header Box*/
#hero-plus-header {
}

.ctab, .ctab:visited {
    background-color: #004f45;
    color: #fff!important;
    padding: 15px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 9px 12px -9px rgba(83, 83, 83, 0.53);
    text-decoration: none;
    margin: 30px;
}

.ctab:hover {
    color: #003830;
    text-decoration: none;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.logo {
    width: 130px;
    margin: 5px 20px;
}

.hero {
    max-width: 100%;
}

/*Footer Box*/
#hero-plus-footer {
    text-align: center;
    background: #004f45;
    padding-bottom: 20px;
    display: block;
}

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

#txt {
    padding: 2% 10%;
}

.vid-1 {
    width: 35%;
    float: right;
    margin: 10px;
}

.click-tweet {
    text-align: center;
    margin: 20px 0px;
    padding: 15px;
    font-size: 150%;
    font-weight: bold;
    color: #0c4f44;
    border-top: 2px solid #0c4f44;
    border-bottom: 2px solid #0c4f44;
}

.card {
    width: 40%;
    float: right;
    margin: 10px;
}

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

.side {
    float: right;
    width: 40%;
    margin: 1%;
}

.h1, h1 {
    margin-bottom: 3%;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    color: #0c4f44;
    line-height: 108%;
}

.box-link, .box-link:visited {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    margin: 20px auto;
}

.box-link:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -2px;
    color: #fff;
}

.icons, .icons:visited, .icons:hover {
    padding: 12px;
    margin: 8px 3px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #fff;
    text-align: center;
    color: #004f45;
    border-radius: 38px;
    font-size: 80%;
}

.h2, h2 {
    font-size: 1.5rem;
    font-style: italic;
    margin: 30px 0px 40px;
}

@media only screen and (max-width: 768px) {
    .img-inline {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

  .logo {max-width: 100px; margin: 5px 50px;}
  h1 {font-size: 2em;}
}