html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

nav ol,
nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input[type=submit] {
    cursor: pointer;
}

::-moz-selection {
    background: #fff;
    color: #373838;
}

::selection {
    background: #fff;
    color: #373838;
}

::-moz-selection {
    background: #fff;
    color: #373838;
}

body {
    font-family: "Aboreto";
    font-weight: regular;
}

h1 {
    font-size: 50px;
    font-weight: lighter;
}

h2 {
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    font-weight: lighter;
}

h3 {
    font-size: 18px;
    font-weight: lighter;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:hover {
}

.nav {
    font-size: 14px;
    line-height: 50px;
}

.nav a {
    display: inline-block;
    padding: 0 10px;
}

.subscribe-form {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    vertical-align: top;
}

.subscribe-form input[type=text] {
    width: 65%;
    padding: 0 10px;
    border: 0;
    font-size: 16px;
    vertical-align: top;
}

.subscribe-form input[type=text]:focus {
    outline: 0;
}

.subscribe-form input[type=submit] {
    width: 30%;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    margin-left: -5px;
    vertical-align: top;
}

.subscribe-form input[type=submit]:focus {
    outline: 0;
}

.logo {
    font-family: 'Aguafina Script', cursive;
    font-size: 26px;
    color: #3a3a3a;
    text-decoration: none;
    white-space: nowrap;
}

.logo span {
    display: block;
    font-size: 0;
    text-indent: 999px;
}

.page-header {
    width: 100%;
    min-height: 115px;
    padding: 35px 0;
    background-color: #fff;
    font-weight: bold;
}

.page-header__inner {
    margin: 0 auto;
}

.page-header__inner:after {
    content: '';
    display: table;
    clear: both;
}

.page-header__logo {
    float: left;
    width: 212px;
    height: 45px;
    color: #373838;
}

.page-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 36px;
}

.page-header__nav-link {
    color: #606060;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-header__nav-link:hover {
}

.page-header__nav-link_selected {
    color: #fff;
    background-color: #d18966;
    text-decoration: none;
    cursor: default;
}

.page-header__nav-link_selected:hover {
    text-decoration: none;
}

.promo {
    width: 100%;
    min-height: 600px;
    padding: 225px 0 175px;
    background: #d18966 url(../images/bg/promo.jpg) 0 0 no-repeat fixed;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.promo__inner {
    max-width: 1024px;
    margin: 0 auto;
}

.promo__inner:after {
    content: '';
    display: table;
    clear: both;
}

.promo__title {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    font-family: 'Aboreto', cursive;
    font-size: 94px;
}

.promo__slogan {
    margin-top: 15px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Aboreto', cursive;
}

.promo__button {
    display: block;
    width: 270px;
    height: 56px;
    margin: 45px auto 0;
    color: #46a651;
    font-size: 26px;
    font-weight: 700;
    line-height: 56px;
    -webkit-box-shadow: 0 0 0 6px rgba(0,0,0,.1);
    box-shadow: 0 0 0 6px rgba(0,0,0,.1);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f0f0f0));
    background: -webkit-linear-gradient(top,#fff,#f0f0f0);
    background: -o-linear-gradient(top,#fff,#f0f0f0);
    background: linear-gradient(to bottom,#fff,#f0f0f0);
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.promo__button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.services {
    width: 100%;
}

.services-images {
    display: flex;
    justify-content: center;
    gap: 75px;
    padding: 100px;
}

.services-images img {
    max-width: 30%;
    height: auto;
    box-sizing: border-box;
}

.services:after {
    content: '';
    display: table;
    clear: both;
}

.services__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.services__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.services__goals {
    width: 100%;
    height: 320px;
    background-color: #f1efec;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 36% 100%;
    background-size: 36% 100%;
    float: left;
    text-align: right;
    padding: 25px 0;
    display: flow-root;
}

.services__logo {
    display: inline-block;
    width: 280px;
    height: 60px;
    margin-right: 40%;
}

.services__donate:hover {
    background: #d18966;
}

.services__news {
    width: 64%;
    height: 640px;
    padding: 65px 80px 0 0;
    background-color: #d18966;
    background-image: url(../images/bg/news.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 50%;
    background-size: 100% 50%;
    float: left;
}

.services__subscribe {
    max-width: 540px;
    float: right;
    text-align: right;
}

.services__subscribe .subscribe-form {
    margin: 20px 0 15px 0;
}

.services__subscribe input[type=text] {
    height: 45px;
    background-color: #5ec069;
    color: #46a651;
}

.services__subscribe input[type=submit] {
    height: 45px;
    background-color: #348e3e;
    color: #fff;
}

.services__subscribe input[type=submit]:hover {
    background-color: #2f8038;
}

.services__soc {
    position: relative;
    width: 36%;
    height: 640px;
    background-color: #fff;
    background-image: url(../images/bg/like.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 50%;
    background-size: cover;
    float: right;
}

.services__icon {
    display: block;
    position: absolute;
    bottom: 0;
    width: 72%;
    max-width: 320px;
    height: 320px;
    padding-top: 120px;
    background-color: #3b5997;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.services__icon:hover {
    background: #355088;
}

.services__icon:before {
    content: "";
    display: block;
    width: 35px;
    height: 74px;
    background: url(../images/fb-logo.png) 0 0 no-repeat;
    margin: 0 auto 30px;
}

.events {
    width: 100%;
    padding: 90px 0 145px;
    background-color: #fff;
    text-align: center;
}

.events__inner {
    max-width: 1024px;
    margin: 0 auto;
}

.events__inner:after {
    content: '';
    display: table;
    clear: both;
}

.events__title {
    color: #373838;
    margin-bottom: 65px;
}

.event {
    float: left;
    float: left;
    width: 29.333333333333336%;
    margin-left: 2%;
    margin-right: 2%;
}

.event:hover .event__date span {
    background-color: #d18966;
}

.event:hover .event__date span:after {
    border-top-color: #d18966;
}

.event__date {
    font-size: 30px;
    color: #d18966;
}

.event__date span {
    display: block;
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 30px;
    padding: 20px 0;
    background-color: #373838;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.event__date span:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -14px;
    left: 50%;
    margin-left: -15px;
    border-top: 15px solid #373838;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.event__title {
    font-size: 18px;
    margin: 30px 0 15px;
}

.event__text {
    line-height: 22px;
}

.event__button {
    display: inline-block;
    width: 85px;
    height: 35px;
    margin: 30px 0 0;
    padding: 8px 0 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #373838;
    color: #fff;
}

.event__button:hover {
    background-color: #d18966;
}

.page-footer {
    width: 100%;
    padding: 60px 0 40px;
    background-color: #373838;
}

.page-footer__inner {
    max-width: 1024px;
    margin: 0 auto;
}

.page-footer__inner:after {
    content: '';
    display: table;
    clear: both;
}

.page-footer__nav {
    margin: 0 auto;
    text-align: center;
}

.page-footer__nav-link {
    color: #606060;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-footer__nav-link:hover {
}

.page-footer__nav-link_selected {
    color: #fff;
    text-decoration: none;
}

.widgets {
    margin: 55px 0 35px;
    text-align: center;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    padding: 45px 0;
}

.widgets:after {
    content: '';
    display: table;
    clear: both;
}

.widget {
    float: left;
}

.widget_social {
    text-align: left;
    float: left;
    width: 26.571428571428573%;
    margin-left: 1%;
    margin-right: 1%;
}

.widget_feed {
    text-align: left;
    float: left;
    width: 40.85714285714286%;
    margin-left: 1%;
    margin-right: 1%;
}

.widget_feed input[type=text] {
    height: 40px;
    background-color: #494949;
    color: #606060;
}

.widget_feed input[type=submit] {
    height: 40px;
    background-color: #d18966;
    color: #fff;
}

.widget_feed input[type=submit]:hover {
    background-color: #8c2028;
}

.widget_contact {
    text-align: right;
    float: left;
    width: 26.571428571428573%;
    margin-left: 1%;
    margin-right: 1%;
}

.widget__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background: url(../images/socials.png) no-repeat;
    background-color: transparent;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.widget__icon:hover {
    opacity: .6;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.widget__icon_fb {
    background-position: -25px -22px;
}

.widget__icon_tw {
    background-position: -90px -21px;
}

.widget__icon_gplus {
    background-position: -155px -21px;
}

.widget__title {
    color: #c6c6c6;
    margin: 0 0 15px 0;
}

.widget__text {
    color: #606060;
    line-height: 16px;
}

.copyright {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #606060;
}

@media screen and (max-width:960px){
    .page-header__inner {
        padding: 0 10px;
    }

    .page-header__logo {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .page-header__nav {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .promo {
        min-height: 400px;
        padding: 100px 0;
    }

    .promo__inner {
        padding: 0 10px;
    }

    .events__inner {
        padding: 0 10px;
    }

    .page-footer__inner {
        padding: 0 10px;
    }
}

@media screen and (max-width:768px){
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    .services__title {
        font-size: 25px;
    }

    .services__text {
        font-size: 14px;
        line-height: 20px;
    }

    .services__goals {
        height: 220px;
        background-image: none;
        padding: 80px 0;
    }

    .services__logo {
        width: 210px;
        height: 44px;
        margin-right: 30px;
    }

    .services__donate {
        height: 220px;
        padding: 80px 0 0 30px;
    }

    .services__news {
        height: 220px;
        padding: 20px 30px 0 10px;
        background-image: none;
    }

    .services__subscribe .subscribe-form {
        margin: 10px 0 0;
    }

    .services__soc {
        height: 220px;
        background-image: none;
    }

    .services__icon {
        width: 100%;
        max-width: 100%;
        height: 220px;
        padding-top: 30px;
    }

    .events {
        padding: 40px 0 60px;
    }

    .events__title {
        margin: 0 0 35px;
    }

    .event__title {
        margin: 15px 0 0;
    }
}

@media screen and (max-width:640px){
    .events {
        padding: 20px 0 30px;
    }

    .event__text {
        display: none;
    }

    .page-footer {
        padding: 20px 0 20px;
    }

    .widgets {
        padding: 15px 0;
        margin: 20px 0;
    }

    .widget_social {
        float: left;
        width: 38%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 10px 0;
    }

    .widget_feed {
        float: left;
        width: 58%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 10px 0;
    }

    .widget_contact {
        width: 100%;
        float: none;
        padding: 10px 0;
        text-align: center;
        clear: both;
    }
}

@media screen and (max-width:480px){
    .widget_social {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
    }

    .widget_feed {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
    }
}

/* =========================
   STACKED / MOBILE LAYOUT
========================= */
@media screen and (max-width: 900px) {
    .page-header__nav {
        flex-direction: column;

        /* stack */
        justify-content: center;
        gap: 14px;
        text-align: center;
    }

    .logo {
        order: 0;
    }

    .nav-links {
        order: 1;
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* =========================
   MOBILE STACKING
========================= */
@media screen and (max-width: 768px) {
    .services-images {
        flex-direction: column;

        /* stack vertically */
        align-items: center;
    }

    .services-images img {
        max-width: 90%;

        /* larger on mobile */
    }
}