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

img {
    max-width: 100%;
}

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

h3 {
    color: #0A6082;
    text-align: center;
    color: #fff;
    font-family: 'Bevan', cursive;
}
/*Header Box*/
#hero-plus-header {
    background: #0a6082;
    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: #ffffff !important;
    font-size: 17px;
    font-weight: bold;
    background-color: #c1d56d;
    padding: 20px;
    text-decoration: none;
    margin: .5em;
    line-height: 116%;
    white-space: pre-wrap;
    border: 3px solid #fff;
}
.logo {margin: 10px;}
.hero {max-width: 100%;}
/*Hero Box*/
#hero-plus-hero {
    margin-top: 80px;
}
/*Body Box*/
#hero-plus-body{
}
#glry {
    padding: 0px 10%;
}
#glry h2 {
    display: none;
}
#right {
    float: right !important;
    margin: 20px;
    text-align: center;
    width: 30%;
}
.tq {
    color: #333;
    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: 100px;
    text-align: center;
    display: block;
 background: url('images/grass-bottom.png'), url('images/green-hills.png');
background-position: center bottom, bottom center;
    background-repeat: no-repeat;
}


#social .row {
    text-align: center;
    margin: 20px auto;
    display: block;
}
.link, .link:hover {
color: #3a7724;
    font-weight: bold;
    font-size: 2em;
    margin: 20px;
    padding: 10px;
    display: block;
}
.soc {
    background: #3d7c11;
    margin: 10px;
    padding: 10px 10px;
    border-radius: 100%;
    border: solid #fff;
    color: #fff;
    height: 60px;
    width: 60px;
    display: inline-block;
font-size:80%;
}
.soc:hover {
    color: #77ad37;
    border: solid #77ad37;
}
a {
    color: #fff;
    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: #3d7c11;
    margin: 5px;
    padding: 10px 10px;
    border-radius: 100%;
    border: solid #fff;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
}