@import url(https://fonts.googleapis.com/css?family=Bevan|Open+Sans:600,600italic,800,800italic);

img {
    max-width: 100%;
}

body {
    background: url('images/background.gif') top left repeat #57a1cd;
}
.text {
    padding: 30px 10%;
    font-size: 22px;
font-family: 'Open Sans', sans-serif;
}
h1 {
    font-family: 'Bevan', cursive;
    color: #000; text-align:center;
}
h2 {text-align:center; margin: 30px 0px 40px; font-family: 'Open Sans', sans-serif;}

h3 {
    color: #0A6082;
    text-align: center;
    color: #fff;
    font-family: 'Bevan', cursive;
}








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

/*Header Box*/
#hero-plus-header {
    background: #d9282f;
    moz-box-shadow: 0 0 10px 0px #000;
    -webkit-box-shadow: 0 0 10px 0px #000;
    box-shadow: 0 0 10px 0px #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
.btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    background-color: #f8e308;
    padding: 20px;
    text-decoration: none;
    margin: .5em;
    line-height: 116%;
    white-space: pre-wrap;
    box-shadow: rgba(217, 40, 47, 1) 9px 5px, 
}
.logo {margin: 10px; margin-top:10px;}
.hero {max-width: 100%;}
/*Hero Box*/
#hero-plus-hero {
    margin-top: 80px;
}
/*Body Box*/
#hero-plus-body{
}
#glry {
    padding: 0px 10%;
}
.card-text{display:none;}

.card-title {
    margin-bottom: 0rem;
    font-family: 'Bevan', cursive;
    color: #000;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #d9282f;
}

#glry h2 {
    display: none;
}
#right {
    float: right !important;
    margin: 20px;
    text-align: center;
    width: 30%;
}
.tq {
    color: #000;
    font-size: 170%;
    font-family: 'Bevan', cursive;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
/*Footer Box*/
#hero-plus-footer {
    max-height: initial;
    padding-bottom: 50px;
padding-top:10px;
    text-align: center;
    display: block;

}


#social .row {
    text-align: center;
    margin: 20px auto;
    display: block;
}
.link, .link:hover {
color: #d9282f;
    font-weight: bold;
    font-size: 2em;
    margin: 20px;
    padding: 10px;
    display: block;
}
.soc {
    background: #d9282f;
    margin: 10px;
    padding: 10px 10px;
    border-radius: 100%;
    border: solid #fff;
    color: #f8e308;
    height: 60px;
    width: 60px;
    display: inline-block;
font-size:80%;
}
.soc:hover {
    color: #f8e308;
    border: solid #f8e308;
background:#000;
}
a {
    color: #d9282f;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.fb-page {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
#right {
    float: none !important;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
}
@media only screen and (max-width: 430px) {
#hero-plus-hero {
    margin-top: 160px;
}
#hero-plus-header {
    text-align: center;
    display: block;
}
#hero-plus-footer {
padding: 0px 0px 20px; background-repeat: no-repeat;
    font-size: smaller;}
}
.soc {
    background: #d9282f;
    margin: 5px;
    padding: 10px 10px;
    border-radius: 100%;
    border: solid #f8e308;
    color: #f8e308;
    height: 50px;
    width: 50px;
    display: inline-block;
}