@font-face {
    font-family: CircularStd-Bold; /*a name to be used later*/
    src: url(http://contenttechnologiesinc.com/css/fonts/CircularStd-Bold.otf); /*URL to font*/
}

@font-face {
    font-family: Droid; /*a name to be used later*/
    src: url(fonts/Lato-Regular.ttf); /*URL to font*/
}

@font-face {
    font-family: Icons;
    src: url(icons/cti_icons.ttf);
}

html, body {
    height: 100%;
}

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-overlay {
    width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; right: 0; background-color: rgba(255,255,255,.7); z-index: 5000; display: none;
}
.background {
    position: absolute;
    bottom: 0;
    left: 0;
}

.spacer {
    height: 500px;
    margin-bottom: -120px;
}

.section {
    z-index: 10;
    position: relative;
    white-space: pre-wrap;
    min-height: 100%;
    margin-bottom: 200px;
}

.generator {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header {
    margin: 0px auto 0;
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    z-index: 1000;
    padding-top: 20px;
}

.color {
    height: 150%;    
}

.color:last-child {
    height: 100%;
}

h1, h2, h3, p {
    margin: 0px auto 0;
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;
}

a {
    text-transform: none;
    font-style: none;
    text-decoration: none;
    cursor: pointer;
}

ul > li{
    display: inline-block;
}

#page-header > a:hover {
    color: #90cddc;
}

#page-header > a {
    float: right;
    padding-left: 35px;
    padding-top: 8px;
    font-family: CircularStd-Bold;
    color: #4e4f4f;
    font-size: 18px;
}

#page-footer > p {
    float: right;
    padding-left: 35px;
    padding-top: 8px;
    font-family: CircularStd-Bold;
    color: white;
    font-size: 18px;
}

.banner {
    font-size: 44px;
    font-family: CircularStd-Bold;
    color: #4e4f4f;
    margin-bottom: 0px;
    margin-top: 70px;
}

.section-title {
    margin-bottom: 80px;
    font-size: 26px;
    margin-top: -150px;
}

.home {
    color: #90cddc;
    font-family: CircularStd-Bold;
    font-size: 28px;
    margin-bottom: 0px;
}


.inner {
    font-size: 36px;
    font-family: CircularStd-Bold;
    margin-bottom: 0px;
    margin-top: -50px;
}

.inner-sub {
    color: #90cddc;
    font-family: CircularStd-Bold;
    font-size: 24px;
    margin-bottom: 0px;
}

.grey {
    color: #4e4f4f;
}

.white {
    color: #fff;
}

.green {
    color: #9fae7b;
}

.dark-green {
    color: #52593b;
}

.forest {
    color: #d0dba9;
}

.light-forest {
    color: #d0dba9;
    opacity: .4;
}

.red {
    color: #f06f84;
}

.light-red {
    color: #f06f84;
    opacity: .2;
}

.dark-red {
    color: #672f3a;
}

.light-dark-red {
    color: #E7BAC2;
    opacity: .4;
}

.dark-blue {
    color: #245e68;
}

.light-blue {
    color: #A9DFE8;
}

.light-green {
    color: #D5DDC1;
    margin-top: 40px;
    opacity: .7;
}

.container {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0px auto 0;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.half-container {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
}

h2 {
    font-size: 28px;
}

.photo {
    width: 300px;
    height: 300px;
    background-color: black;
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    background-image: url("scott.png");
    background-size: 100%;
}

input {
    font-family: CircularStd-Bold;
    margin: 0;
    padding: 20px 30px;
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background: #ef7d91;
    border: 3px solid transparent;
    white-space: inherit;
    box-sizing: border-box;
    border-radius: 3px;
}

::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input[type="submit"] {
    background: #672f3a;
    text-align: center;
}

form {
    position: relative;
}

.form-success {
    display: none;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.form-error {
    text-transform: uppercase;
    opacity: 0.5;
    color: #fff;
    font-family: CircularStd-Bold;
}

.has-validation-callback {
    padding-left: 30px;
    padding-right: 30px;
}

.normal-font {
    font-family: Droid; 
}

.bottom-space {
    margin-bottom: 150px;
}

.less-bottom-space {
    margin-bottom: 75px;
}

.bottom-of-page {
    margin-bottom: 0px;
}

.mobile .section:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}

.mobile .section-1 {
    background-color: #fff;
}

.mobile .section-1:before {
    background-image: url(transition-1.png);
}

.mobile .section-2 {
    background-color: #90cddc;
}

.mobile .section-2:before {
    background-image: url(transition-2.png);
}

.mobile .section-3 {
    background-color: #fff;
}

.mobile .section-3:before {
    background-image: url(transition-3.png);
}

.mobile .section-4 {
    background-color: #9fae7b;
}

.mobile .section-4:before {
    background-image: url(transition-4.png);
}

.mobile .section-5 {
    background-color: #fff;
}

.mobile .section-5:before {
    background-image: url(transition-5.png);
}

.mobile .section-6 {
    background-color: #f16e84;
}

.mobile .section-6:before {
    display: none;
}