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





/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fededd;
}
/*Header Box*/
#hero-plus-header {  
  background-color: #fededd;
font-family: 'Raleway', sans-serif;
}
/*Hero Box*/
#hero-plus-hero {
  background-color: #fededd;
}
/*Body Box*/
#hero-plus-body {
  background-color: #fededd;
font-family: 'Raleway', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{
  background-color: #fededd;
font-family: 'Raleway', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.right{width:37%; float:right; margin: 0px 0px 30px; 30px;}

.txt{padding:10px 13%;

font-size:110%;}

strong{color:#ff557e;}

.gallery-inline{padding:2% 10%}

.hero{width:100%; max-width:100%;}
.logo{height:60px; margin:10px 20px;}
.logo2{height:60px; margin:10px 20px;}
.logo3{height:70px; margin:10px 20px;}
.logo4{height:52px; margin:20px 20px;}
.logo5{height:47px; margin:20px 20px;}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    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: 0px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-title{display:none;}

#gallery-title-uuid{display:none!important;}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

h1{color:#ed0a4b;
 text-align:center;
margin:30px 0px 20px 0px;
font-weight:700;}
h2{color:#ed0a4b; text-align:center;
margin:10px 0px 30px 0px;
}
h3{color:#ed0a4b; font-weight:700;
margin-top:40px;}

.socpad{display:block; width:100%; max-width:100%; text-align:center; padding:25px 10%; padding-bottom:40px;}

.soc, .soc:visited{
    color: #ed0a4b;
    padding: 12px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 transition: all 0.6s ease;
}

 .soc:hover {
    color: #ff557e;
    padding: 12px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 transition: all 0.6s ease;
}

.ctab, .ctab:visited{
    background: #ed0a4b;
    text-align: center;
margin: 0 auto;
    margin-top: 20px;
margin-bottom:20px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 20px;
display:block;
    text-transform: uppercase;
    border-radius: 60px;
    margin-bottom: 25px;
width:490px;
  z-index: -1;
  transition: all 0.6s ease;
font-size:95%;
}

.ctab:hover{
background: #ff557e;
color:#fff!important;
}

@media only screen and (max-width: 960px) {
.logo{height:40px; margin:10px 25px;}
}

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

#hero-plus-header{text-align:center; display:block;}
.logo{height:32px; margin:5px 5px;}
.logo2{height:30px; margin:5px 5px;}
.logo3{height:32px; margin:5px 10px;}
.logo4{height:33px; margin:5px 10px;}
.logo5{height:27px; margin:5px 10px;}

.txt {
    padding: 10px 3%;
    font-size: 110%;
}

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

.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;
}

.ctab, .ctab:visited{
    background: #ed0a4b;
    text-align: center;
margin: 0 auto;
    margin-top: 20px;
margin-bottom:20px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px 20px;
display:block;
    text-transform: uppercase;
    border-radius: 60px;
    margin-bottom: 25px;
width:100%;
max-width:100%;
  z-index: -1;
  transition: all 0.6s ease;
font-size:100%;
}

}