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

/*Header Box*/
#hero-plus-header{
 border: 1px solid #ddd;
margin-bottom:20px;
}

#hero-plus-hero {
    margin-top: -20px;
    width: 100%;
}



.logo{
margin:0 auto;
}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body{
}

.text{
font-family: 'Jost', sans-serif;
font-size:19px;
line-height:170%;
display:block;
}
.flex-away{flex:none;}

h1{
font-family: 'Jost', sans-serif;
text-align:center;
padding:2%;
font-weight:700;
}

h2{
font-family: 'Jost', sans-serif;
text-align:center;
padding:2%;
font-weight:400;
style:italic;
}

.right{
width:40%;
padding:30px;
border:1px solid #eee;
background-color:#000;
float:right;
margin:2%;
}

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

.click-tweet{
color:#fff;}


.ctab {
    padding: 10px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 15px;
    border: 2px solid #000;
    height: 80px;
    display: block;
    font-size: 115%;
    width: 280px;
    text-align: center;
    transition: all 0.3s ease;
}


.ctab:hover{
color:#fff;
background:#000;
border:2px solid #fff;
text-decoration:none;
}

p{
font-size:115%;
}

.glry{padding: 2%; background:#eee; margin-top:20px;margin-bottom:25px;}

.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

.box-link{
padding:10px;
background:#fff;
color:#000;
margin:0 auto;
margin-bottom:15px;
border:2px solid #fff;
display:block;
width:280px;
font-size:80%;
 transition: all 0.3s ease;
}

.box-link:hover{
color:#fff;
background:#000;
border:2px solid #fff;
text-decoration:none;
}

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

.icons{
    margin: 14px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
 transition: all 0.3s ease;
}

.icons:hover{
font-size:110%;
color:#fff;
}

.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:none;
    border-radius: .25rem;
    background: #eee;
    text-align: center;
}

.card-title {
    margin-bottom: .75rem;
    display: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;

}

.container-fluid {
    width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}

/*Footer Box*/
#hero-plus-footer{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 200%;
    padding-bottom: 40px;
}

  .footer {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 20px;
   
    padding-bottom: 40px;


 
}

@media only screen and (max-width : 768px)
{
.right{
margin:0;
margin-top:2%;
margin-bottom:2%;
width:100%;
}

.glry {
padding:0px;
background: #eee;
}

.row {

    margin-right: 0px
 margin-left: 0px
}

.container-fluid {
    width: 100%;
padding-right: 0px; 
padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}

h1{
font-size:28px;
font-weight:700;
}
h2{
font-size:20px;
}
}