/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*                                     /*
    Author:      Nathaniel Winningham
    Contact:       nathaniel@asdc.net
/*                                     */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
    --lp-bg-color: #000000;
    --off-grey: #000000;
    --white: #ffffff;
    --green: #389d38;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-rendering: optimizeSpeed;
}

.flex-wrapper {
    display: flex;
}

.full-row {
    width: 100%;
}

.row {
    max-width: 1140px;
}

body {
    min-width: 310px;
    background-color: var(--lp-bg-color);
}

header {
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lp-header-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(assets/slideshow_02.1_mini.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/slideshow_02.1_mini.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-color: #000;
}

.lp-main-container {
    max-width: 1400px;
    margin: auto;
    color: var(--white);
    font-family: "Tangerine", cursive;
}

.lp-main-text {
    text-align: right;
    padding: 200px;
    cursor: default;
}

.lp-main-text-big {
    font-size: 850%;
    line-height: 80%;
}

.lp-main-text-small {
    font-size: 350%;
    line-height: 80%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lp-top-nav {
    font-size: 350%;
    list-style: none;
    text-align: left;
    padding: 200px;
    position: absolute;
    bottom: 0;
}

.lp-top-nav li {
    padding: 0;
    height: 50px;
    display: inline-block;
}

.lp-top-nav li a {
    text-decoration: none;
}

.lp-top-nav li a:link,
.lp-top-nav li a:visited {
    color: var(--white);
}

.lp-top-nav li a:hover,
.lp-top-nav li a:active {
    color: #b9b9b9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lp-second-nav,
.child-top-nav {
    letter-spacing: 2px;
    font-size: 120%;
    list-style: none;
    text-align: center;
    padding: 50px 20px;
       font-family: "Bubblegum Sans", cursive;
    background-color: var(--off-grey);
}

.lp-second-nav li {
    padding: 0 30px;
    height: 50px;
    display: inline-block;
}

.lp-second-nav li a {
    text-decoration: none;
}

.lp-second-nav li a:link,
.lp-second-nav li a:visited {
    color: #fff;
}

.lp-second-nav li a:hover,
.lp-second-nav li a:active {
    color: var(--green);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lp-content1 {
    background-color: var(--lp-bg-color);
    text-align: center;
    padding: 0 20px;
}

.lp-content2 {
    min-height: 500px;
    background-color: var(--off-grey);
    padding: 50px 100px 50px 100px;
}

.lp-content2-text-big {
    font-family: "Bubblegum Sans", cursive;
    text-align: center;
    font-size: 450%;
}

.lp-content2-text-small {
    font-size: 120%;
    line-height: 200%;
    word-spacing: 4px;
    padding-top: 50px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lp-footer {
    font-size: 60%;
    text-align: center;
    padding: 100px;
}

.lp-footer p a {
    text-decoration: none;
    border-bottom: solid 1px;
    color: #fff;
}

.lp-sec-img {
    margin: 20px;
}

.idea-image {
    width: 1000px;
    height: 250px;
    border-radius: 30px;
}

.idea-image-c {
    text-align: center;
}

.triple-img {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}

.triple-img img {
    max-width: 31%;
    margin: 0 1%;
}

.child-sec a.inline-img-link {
    border-bottom: none;
}

.inline-img-link img {
    height: 1.5em;
    vertical-align: middle;
}

.icon-bar-index {
    text-align: center;
    background-color: rgba(96, 96, 96, 0.46);
    width: 100%;
    height: 50px;
}

.fb-icon img {
    margin-top: 15px;
    width: 30px;
    height: 30px;
}

.fb-icon-index img {
    margin: 10px;
    width: 30px;
    height: 30px;
}

.icon-bar {
    text-align: center;
    background-color: rgba(96, 96, 96, 0.46);
    width: 100%;
    height: 100px;
}

.bar-text {
    padding-top: 25px;
    font-size: 270%;
    font-family: "Tangerine", cursive;
}

.child-top-nav li {
    padding: 0 30px;
    height: 50px;
    display: inline-block;
}

.child-top-nav li a {
    text-decoration: none;
}

.child-top-nav li a:link,
.child-top-nav li a:visited {
    color: #fff;
}

.child-top-nav li a:hover,
.child-top-nav li a:active {
    color: var(--green);
}

.child-top-nav-c {
    color: var(--green);
    border-bottom: 5px solid var(--green);
    border-radius: 5px;
    cursor: default;
}

.child-sec {
    overflow: hidden;
}

.child-sec ul li {
    list-style-position: inside;
}

.child-sec-left-small {

    line-height: 150%;
    word-spacing: 4px;
    padding-bottom: 20px;
}

.child-sec-left-big {

    color: var(--green);
    letter-spacing: 2px;
    font-family: "Bubblegum Sans", cursive;
    font-size: 200%;
    word-spacing: 4px;
    padding-bottom: 20px;
}

.child-sec1,
.child-sec2,
.child-sec3,
.child-sec4,
.child-sec5 {
    padding: 0 100px;
}

.child-sec2,
.child-sec3,
.child-sec4,
.child-sec5 {
    padding-top: 100px;
}

.center-img img {
    display: block;
    margin: 1em auto 1.5em;
    max-width: 100%;
}

.child-sec1-left,
.child-sec1-right,
.child-sec2-left,
.child-sec2-right,
.child-sec3-left,
.child-sec3-right {
    display: inline-block;
    background-color: var(--off-grey);
}

.child-sec1-left,
.child-sec3-left {
    width: calc(100% - 500px);
    padding-right: 50px;
}

.images .child-sec1-left,
.images .child-sec2-right,
.images .child-sec3-left {
    width: auto;
    padding-right: 0;
}

.child-sec1-left.centered,
.child-sec1-right.centered,
.child-sec2-left.centered,
.child-sec2-right.centered,
.child-sec3-left.centered,
.child-sec3-right.centered {
    display: block;
    margin: 0 auto;
    padding-right: 0;
}

.c705 {
    min-height: 705px;
}

.child-sec1-right,
.child-sec3-right {
    float: right;
    margin: 0 0 100px 0;
    padding: 0;
}

.images .child-sec1-right,
.images .child-sec2-left,
.images .child-sec3-right {
    margin-bottom: 0;
}

.child-sec1-right img,
.child-sec2-left img,
.child-sec3-right img,
.images img {
    border-radius: 30px;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.child-sec2-right {
    padding-left: 50px;
    width: calc(100% - 500px);
}

.images .child-sec2-right {
    padding-left: 0;
}

.child-sec2-left {
    float: left;
    margin-bottom: 100px;
}

.slide-in-left,
.slide-in-right {
    position: relative;
    opacity: 0;
}

.slide-in-left {
    left: -100px;
    padding-right: 0.5em;
}

.slide-in-left.active {
    animation: slide-in-left 2s forwards;
}

@keyframes slide-in-left {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.slide-in-right {
    right: -100px;
    padding-left: 0.5em;
}

.slide-in-right.active {
    animation: slide-in-right 2s forwards;
}

@keyframes slide-in-right {
    from {
        right: -100px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.child-footer {
    font-size: 60%;
    text-align: center;
    padding: 100px;
    background-color: var(--off-grey);
}

.child-footer p a,
.child-sec a {
    text-decoration: none;
    border-bottom: solid 1px;
    color: #fff;
}

.contact-form {
    margin-left: 100px;
    max-width: 600px;
}

.form1 {
    margin-right: 100px;
}

.form1-top {
    margin: 20px 50px 0 0;
    width: 100%;
}

.form1-bottom {
    margin: 20px 50px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tb-button {
    height: 76px;
    width: 100%;
    padding: 10px;
    margin-left: 25px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}

.tb-button:hover {
    border: 2px solid var(--green);
}

.tb-message,
.tb-name,
.tb-email {
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
    outline-style: none;
    border: 2px solid #fff;
}

.tb-message {
    height: 300px;
    resize: none;
}

.tb-message:focus,
.tb-message:hover {
    border: 2px solid var(--green);
}

.tb-name:hover,
.tb-name:focus {
    border: 2px solid var(--green);
}

.tb-email:hover,
.tb-email:focus {
    border: 2px solid var(--green);
}

.alert-success,
.alert-failure {
    padding: 50px 50px 0 100px;
    color: #ff0000;
}

.c505 {
    min-height: 405px;
}

@media only screen and (max-width: 1300px) {
    .c605 {
        min-height: 650px;
    }
}

@media only screen and (max-width: 1100px) {
    .c505 {
        min-height: 0;
    }
    .child-sec1-right img,
    .child-sec2-left img,
    .child-sec3-right img {
        width: 100%;
    }
    .idea-image-c {
        width: 750px;
        margin: 0 auto;
    }
    .idea-image {
        width: 100%;
        height: auto;
    }
    .child-sec1-left,
    .child-sec3-left {
        width: calc(100% - 250px);
    }
    .child-sec2-right {
        width: calc(100% - 250px);
    }

    .child-sec1-right,
    .child-sec2-left,
    .child-sec3-right {
        width: 250px;
    }

    .images .child-sec1-right,
    .images .child-sec2-left,
    .images .child-sec3-right {
        width: auto;
    }

    .c605 {
        min-height: 0;
    }

    .c705 {
        min-height: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .lp-main-text {
        padding: 100px;
    }
    .lp-top-nav {
        padding: 100px;
    }
}

@media only screen and (max-width: 850px) {
    .idea-image-c {
        width: 500px;
    }

    .child-sec1-left,
    .child-sec3-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }

    .images .child-sec1-left {
        padding-bottom: 0;
    }

    .child-sec2-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .child-sec1-right,
    .child-sec3-right {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 50px;
    }
    .child-sec2-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 50px;
    }
    .child-sec1-right img,
    .child-sec2-left img,
    .child-sec3-right img {
        width: 250px;
    }

    .images .child-sec1-right img,
    .images .child-sec2-left img,
    .images .child-sec3-right img {
        width: auto;
    }

    .child-sec1,
    .child-sec2,
    .child-sec3,
    .child-sec4,
    .child-sec5 {
        padding: 0 100px 0 100px;
    }
    .form1 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .contact-form {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .child-top-nav {
        padding: 50px 20px;
    }
    .lp-main-text-big {
        font-size: 550%;
    }
    .lp-main-text-small {
        font-size: 300%;
    }
    .lp-top-nav {
        font-size: 300%;
    }
}

@media only screen and (max-width: 600px) {
    .lp-content2 {
        padding: 50px 50px 25px;

    }
    .idea-image-c {
        width: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .lp-main-text {
        padding: 50px;
    }
    .lp-top-nav {
        padding: 50px;
    }
    .child-sec1,
    .child-sec2,
    .child-sec3,
    .child-sec4,
    .child-sec5 {
        padding: 0 50px 0 50px;
    }
    .child-sec-left-small {
        text-align: justify;
        font-size: 90%;
    }
    .child-sec-left-big {
        text-align: center;
        font-size: 150%;
    }

    .triple-img {
        flex-direction: column;
        align-items: center;
    }

    .triple-img img {
        width: 100%;
        max-width: 400px;
        margin: 0;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 450px) {
    .lp-content2 {
        padding: 20px 20px 10px;
    }
    .lp-sec-img {
        margin: 0;
        width: 100%;
    }
    .lp-content1 {
        padding: 10;
    }
    .lp-footer {
        padding: 50px;
    }
    .child-footer {
        padding: 50px;
    }
    .child-sec1,
    .child-sec2,
    .child-sec3,
    .child-sec4,
    .child-sec5 {
        padding: 0 20px 0 20px;
    }
}
