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


.left {
    float: left;
    display: inline-block;
}

.rt{
    float: right;
    display: inline-block;
}
.orange {color: #c55a11;}
.purple {color:#7030a0;}
.hero{width:100%; max-width:100%;}
.logo2 { margin: 30px auto; }
.logoright { float: right; }
#photoline { 
float: right;
margin-left: 3%; 
margin-bottom: 3%;
width: 40%;
}
.lightbox > .img-fluid {max-height: 500px;}

a, a:visited, a:hover {font-weight:bold;}
.right{
width:35%;
float:right;
margin:2.5%;
}

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

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-body {height: 75px;}
.card-title {color: #603C14; font-size: 1.5em;}
.card-text { display: none; }
#maingal h2 { display: none; }
#maingal { background: url('images/Background_Green.png') center no-repeat; background-size: cover; width: 100%; padding: 30px 10%;}
#invid { width: 35%; float: right; margin-left: 2%; margin-bottom: 2%; }

ul li, p { font-family: 'Open Sans', sans-serif; font-size:20px; }

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

.logo {margin: 10px;}
.hero{
width:100%;
max-width:100%;
}

#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
opacity: 0.9;
background: #D45B12; 
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;
}
#hero-plus-hero .card-title, #hero-plus-hero .card-body { display: none; }
/*Body Box*/
#hero-plus-body{
font-family: 'Lato', sans-serif;
color: #374048;
font-size: 20px;
}
.tq {   
    color: #D45B12;
    width: 100%;
    letter-spacing: 1.25px;
    float: right !important;
    font-family: 'Lato', sans-serif;
    padding: 15px;
    text-align: center;
    font-size: 1.75em;
background: #F3BC2E; background-size: cover;  }

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

.link:hover { color: #9C2706; }

.soc {     padding: 8px 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #9C2706;
    border-radius: 30px;
    display: inline-block; }

.soc:hover {background: #9C2706; color: #fff;}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
}
h1 {color: #603C14; font-weight: bold;}
.h2, h2 {
    font-size: 2rem;
    padding: 20px 0px 20px;
    font-weight: normal !important;
}
h3 {margin: 0px 0px 30px;}
#hero-plus-footer h3 {
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 36px;
    font-weight: bold;
}
#gallery h2 { display: none; }
#gallery {
    background: url('images/Barmbrack.jpg') center no-repeat;
    background-size: cover;
    padding: 20px 5% 5%;
}
#hero-plus-header .col-md-3 { float: left; }
.ctapad { margin-top: 10px; }
.ctab, .ctab:visited { background: #F3BC2E; border-radius: 3px; color: #fff; letter-spacing: 1px; text-decoration: none !important; padding: 5px;  font-size: 150%; display: block; margin: 20px; text-align:center; font-family: 'Lato', sans-serif; width: 450px;}

.ctab:hover { opacity: 0.8; color: #fff; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }
.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 {
background: #000;
    padding: 30px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
.card-body {height: auto;}
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}
}
@media only screen and (max-width: 768px) {
#photoline {
margin-left: 0; float: none; width: 100%;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
h1 {
font-size:160%;
text-align: center;
font-family: 'Lato', sans-serif;
font-weight: bold;
color: #005733;
}

#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {

    margin: 0px auto;
}
.ctab {
    display: block;
    width: 100%;
}
.logo {
    margin: 10px auto;
    display: block;
    padding: 10px;
}

#logo2 {
    margin: 15px auto;
    display: block;
    padding: 10px;
    width:225px;
}

#txt {
    padding: 2% 5%;
}

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


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

}