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

.top-video { float: right; width: 45%; margin: 3%; }
.logo{
margin:10px;
margin-left:40px;
}
#hero-plus-footer {
    background: #000;
    color: #fff;
    text-align: center;
}

.link { display: block; font-weight: bold; color: #fff; font-size: 120%; }

.h4, h4 {
    font-size: 1rem;
font-family: 'Lora', serif;
}

#hero-plus-footer h3 {
    color: #fff;
    display: block;
    margin: 10px auto;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
body {
    font-size: 17px;
font-family: 'Barlow', sans-serif;
color:#160c1f;
}
#hero-plus-body .col-md-8 {
    float: left;
}
#hero-plus-header {

    background: #fff;
    z-index: 1;
}
#hero-plus-body .col-md-4 {
    max-width: 32%;
    flex-basis: 32%;
    clear: both !important;
    display: inline-block;
font-family: 'Barlow', sans-serif;
}
.play-overlay {
    background: rgba(0,0,0,0.0)!important;
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
font-size: 3em!important;
}


.hero {width: 100%; max-width:100%;}
#txt {
    padding: 2% 10%;
}
h1 {
    font-size: 30px;
   color:#160c1f;
    text-align: center;
    margin: 30px auto;
font-family: 'Lora', serif;
}
h2 {
  color:#160c1f;
    font-size: 24px;
font-family: 'Barlow', sans-serif;
    text-align: left;
    margin: 20px auto 30px;
text-align:center;
}

.ctab, .ctab:visited {
font-family: 'Lora', serif;
    font-size: 100%;
    line-height: 120%;
    text-align: center;
    box-shadow: rgb(83, 83, 83) 0px 9px 12px -9px;
margin-bottom:50px; margin-top:30px;
    color: rgb(255, 255, 255) !important;
    background: #2d1642;
    padding: 15px;
    border-radius: 3px;
    text-decoration: none !important; 
}
#sidebar-2 {
    text-align: center;
    background: #ffffff;
    padding: 20px 20px 40px;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#sidebar-2 .card-text {
    display: none;
}

.card-title{
display:none;
margin-bottom: .05rem;
}
#sidebar-2 h2 {
    display: none;
}
#sidebar-2 h3 {
    margin-top: 20px;
    color: rgb(255, 255, 255);
 font-family: 'Barlow', sans-serif;
}
#sidebar-2 .card-body {
    color: rgb(255, 255, 255);
    background: #404040;
    padding: 5px 0px;
}
.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.sidebar-link, .sidebar-link:visited {
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin: 20px auto;
}



.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: rgb(1, 102, 158);
    transition: all 0.3s ease-in-out 0s;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link:hover {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: rgb(1, 102, 158);
}
.card {
    border: none;
    margin: 20px auto;
}
.h5, h5 {
    font-size: 1.1rem;
}
.ctab.ctab-mobile {
    display: none;
}


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

#hero-plus-body .col-md-8 {
    float: none;
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-body .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
    clear: both !important;
    display: block;
}
}

@media only screen and (max-width:768px) {
.top-video {
float: none; width: 100%; margin: 0; 
}
.ctab.ctab-mobile {
    display: block;
}
#hero-plus-header {
    display: block !important;
    text-align: center;
    margin: 0px auto;
}
.ctab { display: block;
    margin: 20px auto; width: auto;
}
}