/*
font-family: 'Bebas Neue', cursive;
font-family: 'Open Sans', sans-serif;
*/
*{
    margin: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.navigation {
    background-color: black;
    vertical-align: middle;
    font-family: 'Bebas Neue', cursive;
    width: 100%;
}
.nav-bundle {
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: 999999999999999999;
}
.main-area img {
    height: 50px;
    margin-left: 15px;
}
.main-area {
    width: 29%;
    vertical-align: middle;
    display: inline-block;
}
.links {
    width: 70%;
    text-align: right;
    display: inline-block;
    color: white;
}
.alert {
    top: 0;
    display: block;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    padding: 15px 30px;
    font-family: 'Open Sans', sans-serif;
}
.nav-lnk:link, .nav-lnk:visited {
    text-decoration: none;
    color: white;
    transition: 0.2s;
    font-size: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-lnk:hover {
    color: #00ff00;
}
.close-alert {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: bold;
    font-size: 2em;
    cursor: pointer;
}
.amt-in-cart {
    background-color: #00ff00;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 0.6em;
    vertical-align: middle;
}
.nav-spec:link, .nav-spec:visited {
    text-decoration: none;
    color: white;
    transition: 0.2s;
    font-size: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #00ff00;
    padding: 12px 30px;
}
.nav-spec:hover {
    background-color: green;
}
.blur {
    filter: blur(8px);
}
.background {
    width: 100vw;
    position: relative;
}
.background img {
    width: 100%;
    top: -40%;
    position: relative;
    pointer-events: none;
}
.inner-area {
    background-color: white;
    color: black;
}
.landing-area {
    width: 100%;
    position: absolute;
    height: 40%;
    vertical-align: middle;
    text-align: center;
    top: 20%;
    padding: 15px 30px;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
}
#typing-area {
    color: green;
}
.action-btn:link, .action-btn:visited {
    padding: 15px 30px;
    border: solid 1px black;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s;
}
.action-btn:hover {
    box-shadow: 0 0 5px black;
}
@keyframes bob {
    0% {
        top: 90vh;
    }
    50%{
        top: 85vh;
    }
    100% {
        top: 90vh;
    }
}
.nudge {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    position: absolute;
    top: 90vh;
    padding: 15px 30px;
    color: white;
    cursor: pointer;
    font-size: 3em;
    animation: 1s bob infinite;
    text-align: center;
}
.inner-area {
    z-index: 25;
    width: 100%;
    background-color: white;
    justify-content: center;
}
.inner-text {
    width: 60%;
    max-width: 800px;
    font-size: 2em;
}
.inner-text p {
    font-family: 'Open Sans', sans-serif;
}
.inner-area h1, h2, h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 2em;
}
.why-us-table {
    background-color: white;
    color: black;
    width: 100%;
}
table {
    font-family: 'Open Sans', sans-serif;
}
.heading td {
    border: solid 1px black;
    border-bottom: 0px;
    cursor: pointer;
    background-color: #ccc;
    text-align: center;
}
#selected-td {
    border-bottom: solid 2px black;
}
.why-us-table td {
    padding: 15px 30px;
}
td[colspan="2"]{
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: #ccc;
    font-size: 0.8em;
}
#for-cust {
    display: none;
}
.bebas {
    font-family: 'Bebas Neue', cursive;
}
.quote {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.5em;
    color: black;
    width: 100%;
    border-left: solid 8px green;
    padding: 0px 30px;
    border-radius: 5px;
}
.more-info-table {
    background-color: #ccc;
    width: 100%;
}
.more-info-table td:first-child {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}
.nodeNotSelected {
    border-right: solid 1px black;
}
.more-info-table td {
    padding: 15px 30px;
}
td[rowspan="7"]{
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
.centered-area {
    width: 80%;
    text-align: left;
    font-size: 30px;
    background-color: white;
    padding: 20px 40px;
}
.w-teb {
    padding: 5px 30px;
    background-color: black;
    color: white;
    font-size: 0.7em;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    width: 350px;
    font-family: 'Open Sans', sans-serif;
}
.w-teb:hover {
    transform: scale(1.01);
    box-shadow: 0 0 5px black;
}
#login-area {
    display: none;
}
#alert-login {
    background-color: red;
    color: white;
    width: 100%;
    padding: 15px 30px;
    font-weight: bold;
    display: none;
}
#login-area input[type=text], #login-area input[type=password]{
    padding: 5px 10px;
    width: 100%;
    border: solid 3px white;
    background-color: black;
    color: white;
    border-radius: 3px;
    outline: none;
}
#login-area input[type=submit]{
    width: 100%;
    padding: 10px 15px;
    background-color: white;
    color: black;
    border: solid 3px white;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 3px;
}
#login-area input[type=submit]:hover {
    background-color: black;
    color: white;
}
.header {
    text-align: right;
}
.application-table {
    width: 80%;
}
.application-table .heading {
    text-align: center;
    font-size: 1.2em;
}
.application-table td:not(:first-of-type){
    text-align: left;
}
.application-table input[type=text], .application-table input[type=password], .application-table input[type=date], .application-table input[type=email], .application.table input[type=password]{
    padding: 10px 15px;;
}
.step {
    text-align: center;
    display: block;
    width: 80%;
    background-color: black;
    color: white;
    padding: 15px 30px;
    position: relative;
    border-radius: 5px;
    transition: 0.2s;
}
.step:hover {
    box-shadow: 0 0 7px black;
}
.step-num {
    position: absolute;
    padding: 5px;
    bottom: 80%;
    left: 2%;
    background-color: #00ff00;
    color: black;
    border-radius: 15px;
    font-family: 'Bebas Neue', cursive;
    font-size: 0.6em;
}
.information {
    width: 100%;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}
.waiting {
    font-family: 'Bebas Neue', cursive;
    display: block;
}
.ham {
    display: none;
}
.ham img {
    width: 50px;
    margin: 5px;
    vertical-align: middle;
    position: relative;
}
#content-shield {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999999999999999999999999999999999999999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#phone-nav {
    z-index: 999999999999999999999999999999999999999999999;
    background-color: black;
    color: white;
    position: fixed;
    right: -100%;
    width: 70%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    transition: 0.2s;
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
}
.menu-title {
    font-family: 'Bebas Neue', cursive;
}
.phonenav-lnk {
    width: 100%;
    text-decoration: none;
    padding: 15px 30px;
    border-bottom: solid 1px white;
    color: white;
    display: block;
}
.phonenav-lnk:first-of-type {
    border-top: solid 1px white;
}
.phonenav-spec {
    padding: 15px 30px;
    border-radius: 35px;
    background-color: white;
    color: black;
    display: block;
    text-decoration: none;
}
#close-nav {
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 30px;
    color: white;
}
@media screen and (max-width: 1100px){
    body {
        overflow-x: hidden;
    }
    .nav-bundle {
        font-size: 20px;
    }
    .links, .nudge {
        display: none;
    }
    .inner-text {
        width: 95%;
    }
    .ham {
        display: inline-block;
        width: 70%;
        text-align: right;
        display: inline-block;
        color: white;
        position: relative;
        vertical-align: middle;
    }
    .centered-area {
        width: 100%;
        font-size: 20px;
    }
}
.ft-lnk:link, .ft-lnk:visited {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.footer {
    width: 100%;
    background-color: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 30px;
}
.a-da {
    padding: 15px 30px;
    color: white;
    font-family: 'Bebas Neue', cursive;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    display: block;
    border: solid 3px black;
    text-align: center;
    width: 150px;
}
.a-da:hover {
    opacity: 0.7;
}
.a-da-agree {
    background-color: green;
}
.a-da-disagree {
    background-color: red;
}
.document:link, .document:visited {
    text-decoration: underline;
    text-decoration-style:dotted;
    color: black;
}
.document:hover {
    text-decoration-style:solid;
}
.document::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}
#submit-btn {
    padding: 15px 30px;
    background-color: black;
    display: block;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    width: 400px;
    border: solid 2px black;
    display: none;
}
#submit-btn:hover {
    opacity: 0.7;
}
#submit-btn-text {
    font-family: 'Open Sans', sans-serif;
}
.main-dash {
    width: 100%;
}
.main-dash td:first-of-type {
    text-align: center;
    font-size: 3em;
    font-family: 'Bebas Neue', cursive;
    color: #555;
    transition: 0.2s;
    padding: 15px 30px;
    cursor: pointer;
    background-color: #ccc;
}
.selected {
    color: black;
}
.main-dash td:first-of-type:hover {
    background-color: white;
    color: black;
}
.main-dash td[rowspan=7]{
    padding: 10px;
    text-align: center;
    position: relative;
    vertical-align: top;
}
.main-dash td {
    vertical-align: top;
    text-align: center;
    justify-content: center;
}
.feature-img {
    width: 70px;
}

.dash-node {
    width: 100%;
    border-radius: 15px;
    border: solid 3px black;
    padding: 15px 30px;
    display: block;
    background-color: black;
    color: white;
}
.dash-node a:link, .dash-node a:visited {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.dash-node a:hover {
    text-decoration-style: solid;
}
.title {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    color: #00ff00;
}
.small-title {
    font-size:1.3em;
    font-family: 'Bebas Neue', cursive;
    color: #00ff00;
}
.revenue-earned {
    font-size: 4em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.photo-stats {
    width: 100%;
    transition: 0.2s;
    cursor: zoom-in;
    padding: 7px;
    vertical-align: middle;
}
.photo-stats img {
    width: 200px;
    display: inline-block;
}
.photo-stats span {
    float: right;
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.photo-stats:hover {
    background-color: white;
    color: black;
}