html, body {
    margin: 0;
    padding: 0;
    font-size: 29px;
    font-weight: 100;
    font-family: Oswald, sans-serif;
}

/* HEADER */

#header {
    position: relative;
    background-color: #1A2945;
    width: 100%;
    color: #FFFFFF;
    display: flow-root;
    z-index: 2;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#header .links {
    width: calc(50% - 90px);
    height: 100px;
    text-align: center;
}

#header .links a {
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 23px;
    text-decoration: none;
}

#header .links a:last-of-type, #header .links:first-of-type a:nth-of-type(4), #header .links:last-of-type a:first-of-type {
    margin-right: 0;
}

#header .links a:hover {
    text-decoration: underline;
}

/* HERO IMAGE */

.homepage .hero-image,
.about-us .hero-image,
.contact-us .hero-image {
    background-color: #222222;
}

.hero-image > div h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #1F4E8E;
    font-size: 120px;
    letter-spacing: -3px;
    font-weight: 400;
    font-family: "Subtle Sans", Arial;
}

.hero-image > div {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.hero-image > div.the-family {
    background-image: url("../images/family-pic-header.jpg");
    height: 650px;
}

.hero-image > div.belief {
    background-image: url("../images/belief.png");
    background-position: bottom center;
    height: 730px;
}

.hero-image > div.belief h1 {
    top: 90px;
}

.hero-image > div.history {
    background-image: url("../images/history.jpg");
    background-position: 0 93%;
    height: 600px;
}

.hero-image > div.support {
    background-image: url("../images/support.jpg");
    background-position: center 0;
    height: 700px;
}

.hero-image > div.timeline {
    background-image: url("../images/timeline.jpg");
    background-position: center 0;
    height: 700px;
}

.hero-image > div.mission-field {
    background-image: url("../images/honduras-flag.jpg");
    background-position: center;
    height: 600px;
}

.hero-image > div.mission-board {
    background-image: url("../images/mission-board.png");
    background-position: bottom center;
    height: 850px;
}

.hero-image > div.recommendations-img {
    background-image: url("../images/recommendations.jpg");
    background-position: bottom center;
    height: 650px;
}

.hero-image > div.history h1, .hero-image > div.mission-field h1 {
    top: initial;
    bottom: -10px;
    line-height: 1em;
}

.hero-image > div.recommendations-img h1 {
    top: initial;
    bottom: 170px;
    font-size: 100px;
}

.hero-image > div.support h1 {
    top: initial;
    bottom: 0;
    font-size: 100px;
}

.hero-image > div.timeline h1 {
    top: initial;
    bottom: -30px;
    font-size: 100px;
}

/* FAMILY */

#family {
    background-image: url("../images/family-banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 10px;
    padding: 20px;
}

#family h1 {
    margin: 0;
    color: #9CCEE5;
    font-size: 149px;
    letter-spacing: -12px;
    line-height: 160px;
    font-weight: 400;
    font-family: "Subtle Sans", Arial;
}

#family h2 {
    margin: 0;
    margin-top: -32px;
    color: #FFFFFF;
    font-size: 64px;
    line-height: 82px;
    font-weight: 400;
    font-family: "Yaquote Script";
}

/* SECTION */

.section {
    margin: 50px auto;
    text-align: justify;
    text-align: center;
}

.section .sign {
    font-size: 42px;
}

.section p {
    margin: 0;
}

.about-us .section {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 350px;
}

.our-beliefs .section {
    margin-top: -150px;
}

.our-beliefs .section i {
    color: #1F4E8E;
}

.our-mission-field .section {
    margin: 20px auto;
    padding: 0 50px;
    text-align-last: initial;
}

.our-mission-field .bg .section {
    margin: 0 auto;
    padding: 20px 50px;
}

.our-mission-field > div:nth-child(11) .section {
    background-image: url("../images/camp.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 570px;
}

.our-mission-board .section {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    margin-top: -200px;
    padding: 0 50px;
    padding-bottom: 380px;
}

.recommendations > div.foot {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 570px;
}

.our-mission-board .section h1 {
    margin: 0;
    color: #1F4E8E;
    font-size: 82px;
    font-family: "Subtle Sans", Arial;
}

.support-donate .section h3 {
    margin: 0;
    font-size: 29px;
    text-transform: uppercase;
}

.support-donate .donate {
    background-color: #E6CFA2;
    margin: -50px 0 -30px 0;
}

.support-donate .donate .btn {
    font-size: 42px;
}

.support-donate > div:nth-child(8) .section {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 380px;
}

.timeline-updates .section h3 {
    color: #47301F;
    font-size: 39px;
    font-weight: 600;
}

.timeline-updates div.foot {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 310px;
}

/* CONTAINER */

.container.image {
    padding: 0;
}

.container.image img {
    width: 100%;
}

/* SECTION BANNER */

.section-banner {
    background-image: url("../images/honduras.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: table;
}

.section-banner > div {
    width: 90%;
    text-align: justify;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* FEATURES */

#features {
    color: #FFFFFF;
}

#features img {
    width: 100%;
}

#features h3 {
    margin-bottom: 0;
    font-size: 42px;
    font-family: "Subtle Sans", Arial;
}

#features p {
    margin-top: 0;
    font-size: 25px;
}

#features b {
    font-weight: 400;
}

#features .our-history {
    background-color: #aF9069;
}

#features .our-beliefs {
    background-color: #B3B38E;
}

#features .our-board {
    background-color: #AF9069;
}

.about-us #features .row > div:not(.nopadding) {
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
}

.about-us #features p .sign {
    font-size: 34px;
}

.about-us #features .row {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
}

.about-us #features .row:nth-child(even) {
    background-position-x: right;
}

.about-us #features .desc1 {
    background-image: url(../images/desc1.png);
    background-color: #B39F72;
}

.about-us #features .desc2 {
    background-image: url(../images/desc2.png);
    background-color: #B3B38E;
}

.about-us #features .desc3 {
    background-image: url(../images/desc3.png);
    background-color: #AF9069;
}

.about-us #features .desc4 {
    background-image: url(../images/desc4.png);
    background-color: #7C896D;
}

.about-us #features .desc5 {
    background-image: url(../images/desc5.png);
    background-color: #987744;
}

/* EVENTS */

#events {
    background-color: #FFFEF5;
}

#events h3 {
    margin-bottom: 0;
    color: #1F4E8E;
    font-size: 42px;
    font-family: "Subtle Sans", Arial;
}

#events #timeline-h {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 95px 0;
}

#events .dates {
    position: absolute;
    top: 0;
    left: 0;
    color: #47301F;
    font-size: 33px;
    line-height: 32px;
}

#events .dates.top {
    top: 0;
}

#events .dates.bottom {
    top: 135px;
}

#events .dates span {
    font-size: 25px;
}

#events #date1 {
    left: 85px;
}

#events #date2 {
    left: 485px;
}

#events #date3 {
    top: -30px;
    left: 850px;
}

#events #date4 {
    left: 300px;
}

#events #date5 {
    left: 690px;
}

/* EVENTS TIMELINE */

#events_timeline {
    background: linear-gradient(0deg, #FFFEF5 50%, transparent 50%);
    position: relative;
}

#events_timeline .timeline-bar{ 
    margin-top: 100px;
}

#events_timeline .bg {
    background-color: #FFFEF5;
}

#events_timeline .dates {
    position: absolute;
    top: 0;
    margin: auto;
    width: 260px;
    color: #47301F;
    font-size: 29px;
    line-height: 32px;
}

#events_timeline .dates.p_left {
    left: 0;
    right: 260px;
}

#events_timeline .dates.p_right {
    left: 340px;
    right: 0;
}

#events_timeline #date1 {
    top: 300px;
    width: 200px;
}
#events_timeline #date2 {
    top: 685px;
    right: 320px;
}
#events_timeline #date3 {
    top: 1090px;
    right: 320px;
}

#events_timeline #date4 {
    top: 105px;
}
#events_timeline #date5 {
    top: 490px;
    left: 310px;
}
#events_timeline #date6 {
    top: 890px;
    left: 290px;
}
#events_timeline #date7 {
    top: 1300px;
    left: 310px;
}

/* CONTACT */

#contact {
    background-image: url("../images/contact-us-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0;
    height: auto;
    display: table;
}

#contact > div {
    width: 90%;
    text-align: justify;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#contact h2, #contact h3, #contact p {
    margin: 0;
}

#contact h2, #contact h3 {
    color: #1F4E8E;
}

#contact h2 {
    font-weight: 400;
    font-family: "Subtle Sans", Arial;
}

#contact h3 {
    font-weight: 500;
}

#contact .row {
    margin-top: 30px;
}

.contact-us #contact {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 380px;
}

.contact-us #contact h3 {
    color: #9CCEE5;
    font-size: 47px;
}

.contact-us #contact p {
    margin: 0;
    line-height: 33px;
}

#form {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 960px;
    font-size: 46px
}

#form input[type="text"], #form input[type="email"], #form textarea {
    background-color: #E6CFA2;
    padding: 5px 10px;
    width: 100%;
    border: 0;
    outline: 0;
    resize: none;
}

#form textarea {
    height: 265px;
}

#form label[for="human"] {
    font-size: 23px;
}

#form button {
    background-color: #E6CFA2;
    float: right;
    padding: 0 60px;
    text-align: right;
    font-size: 35px;
    border: 0;
    outline: 0;
    display: inherit;
    box-shadow: inset 0 0 5px 0px #999
}

/* DONATE */

#donate {
    background-color: #E9D4AB;
}

#donate .section {
    padding-top: 20px;
    margin: 0 auto;
}

#donate .btn {
    font-size: 50px;
}

/* FOOTER */

.footer {
    background-image: url("../images/footer.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer a {
    margin-right: 30px;
    color: #FFFFFF;
    font-size: 28px;
    text-decoration: none;
}

.footer a:last-of-type {
    margin-right: 0;
}

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

.footer > div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
}

.footer > div > div {
    display: table-cell;
    vertical-align: middle;
}

#email-us {
    color: #FFFFFF;
    font-size: 33px;
    line-height: 36px;
}

#email-us b {
    font-size: 42px;
    font-weight: 500;
}

#email-us > div {
    max-width: 800px;
}

/* BELIEFS */

#beliefs {
    margin-bottom: 50px;
    color: #1A2945;
    font-size: 49px;
    font-weight: 400;
    font-family: "Subtle Sans", Arial;
}

#beliefs p {
    margin: -5px 0;
}

#beliefs span {
    color: #215AA9;
    font-size: 42px;
    font-weight: 100;
    font-family: Oswald;
}

#beliefs_description > div {
    padding: 0 40px;
    margin-top: 40px;
}

#beliefs_description > div:nth-child(odd) {
    background-color: #E8E8E3;
}

#beliefs_description > div:last-of-type {
    background-image: url("../images/landscape.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 350px;
}

#beliefs_description h3 {
    margin: 0;
    color: #1A2945;
    font-size: 49px;
    font-weight: 400;
    font-family: "Subtle Sans", Arial;
    text-transform: uppercase;
}

#beliefs_description h3 span {
    color: #215AA9;
    font-size: 42px;
    font-weight: 100;
    font-family: Oswald;
}

#beliefs_description p {
    margin: 0;
}

#beliefs_description p i {
    color: #1F4E8E;
}

/* HISTORY */

#history {
    margin-top: 20px;
    padding: 0 50px;
}

/* RECOMMENDATIONS */
.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ELEMENTS */

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin-left: -35px;
    margin-right: 20px;
}

img.right {
    margin-left: 20px;
    margin-right: -35px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-justify-center {
    text-align: justify;
    text-align: center;
}

.text-justify-right {
    text-align: justify;
    text-align-last: right;
}

.sign {
    font-weight: 400;
    font-family: "Yaquote Script";
}

.img-responsive { width: 100%; }

.btn {
    background-color: #183F74;
    margin: 20px 0;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    filter: drop-shadow(0px 3px 2px rgba(50, 51, 56, 0.29));
    display: inline-block;
}

.btn:hover {
    background-color: #1F4E8E;
    color: #FFFFFF;
    text-decoration: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #E6CFA2;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox input:checked~.checkmark:after {
    display: block;
}

.container_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #E6CFA2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.featured-text {
    color: #8C7458;
    font-size: 27px;
    font-weight: 600;
}

.bg {
    background-color: #FFFEF5;
}

button[disabled] {
    background-color: #EEEEEE !important;
}