body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
}
a {
    color: #005ea9;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
a img {
    border-width: 0px;
}
b, h1 {
    font-weight: 700;
}
h1 {
    font-size: 1.9em;
    line-height: 1.1em;
}
p {
    padding: 0px;
    margin: 20px 0px;
}
a.button {
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    background-color: #50b848;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 23px;
    border-radius: 4px;
    margin-right: 25px;
    text-transform: uppercase;
    border-width: 0px;
    line-height: 1.6em;
    text-shadow: none;
    cursor: pointer;
}
a.button,
div#content a.button {
    font-size: 15px;
}
a.button:hover {
    background-color: #000000;
}
div.center {
    width: 1200px;
    margin: 0px auto;
}
header { 
    background-color: #e2e3e4;
    padding: 13px 0px;
    overflow: auto;
}
header a#logo {
    margin-top: 6px;
    display: block;
    float: left;
}
header a.button {
    float: right;
}

div#content {
    overflow: auto;
    color: #000000;
    
    background-color: #ffffff;
}
div#content div.center {
}
div#mobileHeaderPhoto {
    display: none;
}
div#content h1 {
    color: #50b848;
    padding: 0px;
    margin: 0px;
    font-size: 35px;
}
div#content h2 {
    font-size: 25px;
    line-height: 28px;
    padding: 0px;
    margin: 3px 0px 10px 0px;
}
div#contentLeft {
    width: 488px;
    padding: 58px 0px;
    float: left;
}
a#watchTheVideoMobile {
    display: none;
}
div#contentRight {
    float: right;
    width: 650px;
    height: 567px;
    
    background-image: url('images/Loriana-and-family-photo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
div#contentRight div#contentRightVideo {
    display: none;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    text-align: center;
}
div#contentRight iframe {
    border: 2px solid #ffffff;
    margin-top: 140px;
}
footer {
    background-color: #e2e3e4;
    clear: both;
    padding: 20px 0px;
    text-align: center;
    font-size: 0.8em;
}

.mobileOnly {
    display: none;
}
@media screen and (max-width: 1200px) {
    .desktopOnly {
        display: none;
    }
    .mobileOnly {
        display: block;
    }
    div.center {
        width: 98%;
        margin: 0px auto;
    }
    div#contentLeft {
        width: 40%;
        padding: 12px 0px;
    }
    div#contentRight {
        width: 57%;
    }
    div#content h1 {
        font-size: 31px;
    }
    div#content h1 span {
        white-space: nowrap;
    }
    a.button {
        margin-top: 10px;
    }
    div#contentRight iframe {
        width: 96%;
    }
}

@media screen and (max-width:750px) {
    
    body {
    }
    header {
        text-align: center;
        padding: 3vw 0vw;
    }
    header img {
        max-width: 90%;
    }
    header a#logo {
        float: none;
        width: 220px;
        margin: 0px auto;
    }
    header a.button {
        float: none;
        margin: 1.3vw auto 0vw auto;
        width: 150px;
        padding: 10px 0vw;
        font-size: 14px;
    }
    div#content {
        background-image: url('images/bg-mobile1.jpg');
        background-position: center bottom;
        padding: 2vw 0vw;
    }
    div#mobileHeaderPhoto {
        display: block;
        width: 80%;
        margin: 20px auto;
    }
    div#mobileHeaderPhoto img {
        width: 100%;
    }
    div#content h1 {
        text-align: center;
        font-size: 1.4em;
        line-height: 1.2em;
    }
    div#content h2 {
        font-size: 1em;
        line-height: 1.3em;
    }
    div#contentLeft {
        width: 90%;        
        padding-left: 0px;
        text-align: center;
        font-size: 5.3vw;
        line-height: 7.1vw;
        margin: 0vw auto;
        float: none;
        padding: 0px;
    }
    h1, p {
        padding: 0vw 0vw;
        margin: 5vw 0vw;
    }
    a.button,
    input.button {
        float: none;
        margin: 13px auto;
        padding: 10px 0px;
        width: 202px;
    }
    a#watchTheVideoDesktop {
        display: none;
    }
    a#watchTheVideoMobile {
        display: block;
        width: 163px;
    }
    div#contentRight {
        display: none;
    }
    footer {
        font-size: 0.7em;
        line-height: 1.5em;
    }
}