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

body {font-size:20px;     background-color: #dfe2e2; font-family: 'Lato', sans-serif;}
.ctab3,.ctab3:visited, .ctab3:hover {
    margin: 5px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    background: #fabc37;
    border-radius: 5px;
    line-height: 110%;
    width: 100%;
    padding: 15px;
    text-align: center;
    display: inline-block;
    border: none;
}
.space {
    margin: 10% auto;
    display: block;
    clear: both !important;
}
.logo{
width:280px;
}

/*Header Box*/
#hero-plus-header{    background: #fff;  
}
#release {
    padding: 2% 10%;
    line-height: 2em;
}

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

.card-title {
    display: none;
}
#video {
background: #dfe2e2;
    display: block;
    margin: 10px auto;
    padding: 4% 5% 5%;
}
#video2 {
    background: #dfe2e2;
    display: block;
    margin: 0px auto;
    padding: 0% 8% 2%;
    background: #fabc37;
    font-weight: 900;
}

#video h2 {
    display: none;
}
.video-inline {
    max-width: 50%;
    flex-basis: 50%;
    text-align: center;
    margin: 0px auto;
}

h3{
font-weight:400;
color:#fff;
}

.hero {width: 100%; max-width: 100%;}
.col-md-6 {
    float: left;
    margin: 30px auto;
}
.inlineside {
    width: 30%;
    float: right !important;
    margin: 2%;
}
 .ctab{
    margin: 20px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-smooth: auto;
    font-size: 100%;
    background: #fabc37;
    height: 90px;
    border-radius: 5px;
    line-height: 160%;
    padding: 15px 20px 11px;
    text-align: center;
    color: #fff;
    display: block;
    border: none;
}

.ctab2 {
  margin: 20px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-smooth: auto;
    font-size: 120%;
    background: #fabc37;
    border-radius: 5px;
    line-height: 110%;
width:100%;
    padding: 18px 20px ;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: none;
margin-top:0px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
   border: none; 
   border-radius: 0rem; 
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  background: ##fabc37;
    color: #fff;
    text-align: center;
height:60px;
}
.asset .img-inline {
    width: 85%;
    text-align: center;
    margin: 0px auto;
}
.card-text {
    font-size: 18px;
font-family: 'Lato', sans-serif;
line-height:120%;
margin: 7px 6%;
}
.logo {
    margin: 13px auto;
    display: block;
    text-align: center;
    margin-left: 20px;
}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body {
  
    color: #fff;
}
h1, h2 {text-align:center;
margin: 20px 0px 30px; font-family: 'Lato', sans-serif;}

h1{ font-weight: 900; font-family: 'Lato', sans-serif; color: #343039;}
/*Footer Box*/
#hero-plus-footer { display:block;
  
background: #525555;
    padding: 5%;     text-align: center;

}
.txt {
    display: block;
    clear: both !important;
    padding: 30px 35px;
background: #fff;
    color: #444;
font-size:17px;
font-family: 'Lato', sans-serif;
font-weight:400;
line-height:160%;
}

   .tweet {
    text-align: center;
    margin: 40px auto;
    color: #fff;
    font-size: 1.7em;
 font-family: 'Lato', sans-serif;
    letter-spacing: .5px;

}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    background: #fabc37;
    color: #fff;
    text-align: center;
}
.link, .link:visited {
    display: block;
    text-decoration: none !important;
    margin: 10px;
    padding: 5px;
    font-size: 1.6em;
    color: #eb8b7b;
}
.soc,  .soc:visited {
    color: #fabc37;
    padding: 5px;
    margin: 10px;
    display: inline-block;
}
 .link:hover, .soc:hover {color: #fff; }
#side {
    width: 40%;
    float: right !important;
    margin: 2%;
}

@media only screen and (max-width:980px) {
#release .col-md-6 {
    float: none;
    max-width: 100%;
    flex-basis: 100%;
}
}
@media only screen and (max-width: 768px) {

 .tweet {
    text-align: center;
    margin: 40px auto;
    color: #fff;
    font-size: 1.4em;
 font-family: 'Lato', sans-serif;
    letter-spacing: .5px;

}

.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;
}
#side {
    float: none !IMPORTANT;
    width: 100%;
    margin: 20px auto;
}
#hero-plus-header {
    display: block;
    text-align: center;
    margin: 0px auto;
}
.ctab {
    display: block;
   background: #fabc37;
    margin: 0px auto 10px;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    width: 400px;
    text-align: center;
}
}