@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i');

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

strong{color:#000;}

.icons, .icons:visited, .icons:focus {
    padding: 12px;
    margin: 8px 3px;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #cb9f37;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.icons:hover, .icons:active {
    opacity: .8;
    transition: all 0.5s ease;
    color: #fff;
}

.right{
width:40%;
float:right;
margin:2.5%;
}

.banner{width: 100%; max-width:100%;}

.card-columns .card {
    margin-bottom: 6.75r1em;
    margin-bottom: 1.75rem;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 2rem;
}
.card-title, .card-body { display: none; }
#maingal h2 { display: none; }
#maingal {
background: -webkit-linear-gradient(-180deg, rgb(204, 195, 162), rgb(255, 255, 255));
background: linear-gradient(-180deg, rgb(204, 195, 162), rgb(255, 255, 255));
width: 100%; 
padding: 30px 10%;
border-top: solid 5px #cb9f37;
border-bottom: solid 5px #cb9f37;
}

#invid { width: 35%; float: right; margin-left: 2%; margin-bottom: 2%; }

p, li {font-family: 'Merriweather', Arial, sans-serif; font-size:18px; }

.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: .25rem;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.logo {
    height: 80px;
    margin: 10px;
}

.ft-logo {
    width: 200px;
    margin: 5px;
    margin-bottom:0px;
}

.hero {max-width: 100%; width:100%;}
.max{max-width: 100%; width:100%;}
#txt  {  padding: 2% 10%;
    display: block;
    width: 100%;
    max-width: 100%;}
/*Header Box*/
#hero-plus-header{
 background: #fff;
webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
/*Hero Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{

}
.click-tweet {   
    color: #e55500;
    width: 100%;
    float: right !important;
    font-weight: bold;
    font-family: 'Merriweather', Arial, sans-serif;
    padding: 15px;
    font-size: 1.25em; }

.link { font-size: 130%; font-weight:bold; display:inline-block; padding:10px; margin:10px; text-decoration:none !important; color: #fff;}

.link:hover { color: #ddd; }

.link2{ color:#fff; font-size: 150%; font-weight:bold;}

.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #54ba4c;
    display: inline-block; color:#fff; }

.soc:hover {  color: #ddd;}

h3{ color:#000; font-weight: bold; font-family: 'Merriweather', Arial, sans-serif;}

a {
    text-decoration: underline;
}

h1{
    text-align: center;
    font-weight: bold;
    color: #ba8f2a;
    margin: 15px 0px 15px 0px;
    font-size: 32px !important;
    font-family: 'Merriweather', Arial, sans-serif;
}
.h2, h2 {
    text-align: center;
    color: #ba8f2a;
    font-style: italic;
    margin-bottom: 1.5em;
    font-size: 26px !important;
    font-family: 'Merriweather', Arial, sans-serif;
}

h4{
color:rgb(0, 22, 113);
  text-align: left;
    font-family: 'Merriweather', Arial, sans-serif;
}

.dairy{    width: 200px;
    margin: 5px;
    margin-bottom: 0px;}

#gallery {
    background: #d12f2d;
    padding: 20px 5% 5%;
}
.ctab, .ctab:visited {
    background: #8ec448;
    color: #fff !important;
    padding: 14px;
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 3px 20px;
    width: 345px;
    max-width: 100%;
    text-decoration: none;
    line-height: 150%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    border-radius: 15px;
}

.ctab:hover{
    opacity: .9;
    color: #fff !important;
    text-decoration: none;
}


.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
/*Footer Box*/
#hero-plus-footer {
border-top: solid 5px #cb9f37;
background: #fff;
    padding: 50px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}
.right{
width:48%;
float:right;
margin:2.5%;
}

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

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


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

.h2, h2 {
    text-align: center;
    color: #ba8f2a;
    font-style: italic;
    margin-bottom: 1.5em;
    font-size: 26px !important;
}

.logo {
    margin: 10px auto;
    display: block;
margin-top:0px;
margin-bottom:5px;
padding-top:3px;

}

.hero {
    max-width: 100%;
    margin-top: -20px;
}

.hero img{
    max-width: 100%;
width:100%;
    
}

h1 {
    text-align: center;
    font-weight: bold;
    color: #ba8f2a;
    margin: 15px 0px 15px 0px;
    font-size: 32px !important;
}
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
    display: block;
    margin: 0px auto;
}


#txt {
    padding: 2% 5%;
}

.right{
width:35%;
float:right;
margin:2.5%;
}

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

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

.link2{ display:none;}


.ctab {margin: 0px 0px 20px; font-size:120%; padding:8px;width: 100%!important;}
}

}