

/* =Nav
-------------------------------------------------------------- */

#nav-trigger
{
    display: none;
    text-align: right;
}

#nav-trigger span
{
    display: inline-block;
    padding: 15px 30px;
    background-color: #24B5AA;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

#nav-trigger span:after
{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #fff;
    border-right: solid 10px transparent;
}

#nav-trigger span:hover
{
    background-color: #126064;
}

#nav-trigger span.open:after
{
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
}

nav
{
    margin-bottom: 0px;
}

#nav-mobile
{
    position: relative;
    margin-right: 0px;
    display: none;
    color: #ffffff;
}

#nav-mobile ul
{
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #24B5AA;
    color: #ffffff;
}

#nav-mobile li
{
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #125C56;
}

#nav-mobile li:last-child
{
    border-bottom: none;
}

#nav-mobile a
{
    display: block;
    color: #ffffff !important;
    padding: 10px 30px;
}

#nav-mobile a:hover
{
    background-color: #126064;
    color: #fff;
}

/* =Sections
-------------------------------------------------------------- */

section h1
{
    margin-bottom: 10px;
}

img
{
    max-width: 100%;
    height: auto;
}

.floatright
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.floatleft
{
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.floatright
{
    float: right;
    margin-left: 1em;
    margin-bottom: .5em;
}

img.floatleft
{
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
}

.one-third
{
    width: 30%;
    float: left;
}

.one-third-middle
{
    width: 30%;
    margin-right: 5%;
    margin-left: 5%;
    float: left;
}

.two-thirds
{
    width: 63%;
    float: left;
    margin-right: 4.5%;
}

.one-fourth
{
    width: 22.5%;
    float: left;
    margin-bottom: 5em;
text-align:center;
}

.one-fourth2
{
    width: 22.5%;
    margin-left: 2%;
    float: left;
    margin-bottom: 5em;
    margin-bottom: 5em;
text-align:center;
}

.one-fourth3
{
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 5em;
text-align:center;
}

.one-fourth4
{
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 5em;
text-align:center;
}

.height15
{
    height: 18em;
}

.donate
{
    border: 2px #fff solid;
}

.round-image
{
    float: right;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
}

.round-image img
{
    width: 100%;
    height: 100%;
}

.testimonial-name
{
    font-family: 'Homemade Apple', cursive;
    color: #404040;
}

.emplus
{
    font-size: 1.1em;
    line-height: 1.2em;
}

#nav-main a:hover
{
    color: #FEFF49;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (min-width: 800px){
.scroller {height:10em;overflow:scroll;}
}
@media all and (max-width: 1100px)
{
    .height15
    {
        height: 20em;
    }
}

@media all and (max-width: 994px)
{
    .height15
    {
        height: 23em;
    }
}

@media all and (max-width: 900px)
{
    .donate
    {
        border: none;
    }
    .height15
    {
        height: 16em;
    }
    .one-fourth
    {
        width: 48%;
        float: left;
        max-width: 350px;
    }
    .one-fourth2
    {
        width: 48%;
        margin-left: 2%;
        float: left;
        max-width: 350px;
    }
    .one-fourth3
    {
        width: 48%;
        margin-left: 0%;
        float: left;
        max-width: 350px;
    }
    .one-fourth4
    {
        width: 48%;
        margin-left: 2%;
        float: left;
        max-width: 350px;
    }
    .floatright, floatleft
    {
        clear: both;
        float: none;
    }
    #nav-trigger
    {
        display: block;
        float: right;
        position: absolute;
        top: 0em;
        right: 0em;
    }
    #nav-mobile ul
    {
        position: relative;
        top: .5em;
    }
    nav#nav-main
    {
        display: none;
    }
    #nav-mobile
    {
        display: block;
        color: #ffffff;
    }
}

/* end media */

@media all and (max-width:750px)
{
    .one-third, .one-third-middle
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 450px;
    }
    .height15
    {
        height: 16em;
    }
    .two-thirds
    {
        width: 100%;
        float: none;
        margin-right: none;
    }
        #nav-main{ display:none;}
    #nav-main ul li {display:grid;}
       #nav-main ul {background-color:teal;}
}

@media all and (max-width: 600px)
{
    .one-fourth ,
.one-fourth2, .one-fourth3, .one-fourth4
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 350px;
    }
    .one-third, .one-third-middle
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 450px;
    }
    .height15
    {
        height: 16em;
    }
    
}

@media all and (max-width: 450px)
{
    #nav-trigger
    {
        position: relative;
    }
    #nav-mobile ul
    {
        position: relative;
        top: .5em;
    }
    .container
    {
        margin-top: 2em;
    }
    .height15
    {
        height: 16em;
    }

}

/* end media */

.tealborder
{
    padding: 1em;
    line-height: normal;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 5px solid #4DC1AC;
    text-align: center;
}

.clear
{
    clear: both;
    float: none;
}

.alignleft
{
    text-align: left;
}

img.alignleft
{
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}

.alignright
{
    text-align: right;
}

img.alignright
{
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
}

.aligncenter
{
    text-align: center;
}

footer
{
    background-color: #19A88F;
    padding: 1em;
    float: none;
    clear: both;
    color: #fff;
}

footer a
{
    color: #fff;
}

footer a:hover
{
    text-decoration: underline;
}

#mc_embed_signup
{
    background: #fff;
    clear: left;
    font-size: 14px;
    line-height: normal;
}

#mce-EMAIL,#mce-FNAME,#mce-LNAME,
#mc-embed_signup input
{
    background-color: #D4FDD5;
    border: 1px #7DAFCA outset;
    height: 2em;
    margin-bottom: 1em;
}

#mc-embedded-subscribe,
#mc-embed_signup submit
{
    background-color: #DCF7AA;
    height: 2em;
    text-align: center;
}

.subtitle
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.wide100
{
    width: 100%;
}

@media all and (min-width: 1170px)
{
    .padleft
    {
        padding-left: 7em;
    }
}
.btn {
  background: #19A88F;
  background-image: -webkit-linear-gradient(top, #19A88F, #0e5c4e);
  background-image: -moz-linear-gradient(top, #19A88F, #0e5c4e);
  background-image: -ms-linear-gradient(top, #19A88F, #0e5c4e);
  background-image: -o-linear-gradient(top, #19A88F, #0e5c4e);
  background-image: linear-gradient(to bottom, #19A88F, #0e5c4e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
  width:auto;
  margin-right:1em;
  margin-left:1em;
}

.btn:hover {
  background: #1C365F;
  background-image: -webkit-linear-gradient(top, #1C365F, #3498db);
  background-image: -moz-linear-gradient(top, #1C365F, #3498db);
  background-image: -ms-linear-gradient(top, #1C365F, #3498db);
  background-image: -o-linear-gradient(top, #1C365F, #3498db);
  background-image: linear-gradient(to bottom, #1C365F, #3498db);
  text-decoration: none;
}
