* {
    margin: 0px;
    padding: 0px;
    font-family: Ubuntu Mono, sans-serif;
}

.green { color: #BCFE7D;}
.red { color: #FE7E7D;}
.blue { color: #7DFDFE;}
.purple { color: #BF7DFE;}
.light { background-color: #555; }
.medium { background-color: #333; }
.dark { background-color: #111; }
.color { 
    color: #111;
    background-color: #BF7DFE
}
.color2 {
    color: #111;
    background-color: #FE7E7D;
}

a {
    margin: 0px;
    white-space: nowrap;
    color: #7DFDFE;
    text-decoration: none;
    font-size: 32px;
}

a:active {
    font-weight: bold;
}
a:hover {
    color: #FE7E7D;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    background: white;
    color: #fff;
    font-weight: lighter;
    font-size: 28px;
    line-height: 28px;
}

h1 {
    width: 100%;
}

h1, h2, h3, p, a, input, textarea, .cta_button, .grid, .grid_item img, .info, #burger, #dots, #logo {
    z-index: 1;
    padding: 10px;
}

html {
    scroll-padding-top: 75px;
}

iframe {
    width: 580px;
    height: 580px;
}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 5px auto;
    border: none;
    border-radius: 3px;
    font-size: 26px;
    background-color: #eee;
}

nav {
    position: fixed;
    left: 0px;
    right: 0px;
}

textarea {
    resize: none;
}

.art {
    padding: 20px;
    width: 90%;
    border-radius: 5px;
}

.active {
    color: #FE7E7D;
}

.block {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 10px;
}

.change #bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change #bar2 {opacity: 0;}
.change #bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.container {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.cta_button {
    width: 200px;
    margin: 10px;
    color: #111;
    background-color: #BCFE7D;
    border-radius: 5px;
    text-align: center;
}

.cta_button:hover {
    color: #111;
    background-color: #BF7DFE;
}

.dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #111;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.dot:active, .dot:hover {
    background-color: #888;
}

.grid {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
}

.grid_item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 20px;
}

.heading {
    width: 100%;
    padding: 40px 10px;
    font-size: 60px;
    line-height: 60px;
}

.icon {
    width: 50px;
    /* height: 50px; */
}

.nav_block {
    margin: auto;
}

.nav_home #nav_home {
    display: flex;
}

.nav_home #nav_name {
    display: none;
}

.nav_stack #nav_inner_container {
    display: flex;
    flex-flow: column nowrap;
}

.slide {
    display: none;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
}

#about img {
    width: 333px;
    height: 500px;
    margin: 0px auto;
}

#bar1, #bar2, #bar3 {
    display: none;
    width: 35px;
    height: 5px;
    background-color: #BCFE7D;
    margin: 6px 0;
    transition: 0.4s;
}

#burger {
    display: none;
}

#dots {
    position: relative;
    bottom: 0px;
    margin: 0px auto;
}

#intro {
    padding: 30vh 0px;
    align-content: center;
}

#intro img {
    position: absolute;
    right: 20px;
    height: 300px;
    filter:  brightness(0.75);
}

#intro_heading {
    font-size: 100px;
    line-height: 100px;
}

#intro_preheading {
    margin-bottom: 15px;
    font-size: 50px; 
    font-weight: lighter;
}

#logo {
    padding-right: 0px;
}

#lead {
    color: #111;
    background-color: #BF7DFE;
}

#lead_output {
    text-align: center;
    font-weight: bold;
}

#lead_submit {
    color: #111;
    background-color: #BCFE7D;
    border-radius: 5px;
}

#lead_submit:hover {
    color: #fff;
    background-color: #111;
}

#lead_submit:active {
    color: #fff;
    background-color: #333;
}

#nav {
    z-index: 2;
}

#nav_cta {
    width: 120px;
}

#nav_home {
    display: none;
}

#nav_inner_container {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: space-between;
}

#nav_name {
    margin-left: 4px;
    padding-left: 0px;
}

#nav_whitespace {
    width: 350px;
}

#process_img_min {
    display: none;
}

#slide_1 {
    display: flex;
    flex: 1;
    width: 100%;
}

/* Tablet */
@media screen and (max-width: 1200px) {
    a {
	font-size: 40px;
    }

    body {
        font-size: 40px;
        line-height: 40px;
    }

    h1 {
	text-align: center;
    }

    iframe {
        width: 99%;
    }

    .block {
        align-items: center;
        margin: 0px;
        width: 100%;
    }

    .container {
        flex-flow: column nowrap;
        width: 100%;
    }

    .cta_button {
        width: 200px;
    }

    .grid_item a {
        font-size: 60px;
    }

    .heading {
        font-size: 80px;
        line-height: 80px;
        text-align: center;
    }
    
    .image {
        order: 1;
    }

    .info {
        order: 2;
    }

    #about img {
        width: 248px;
        height: 375px;
    }

    #burger {
        position: relative;
        top: 0px;
        right: 0px;
    }

    #intro img {
        opacity: 0.5;
        filter:  brightness(0.5);
    }

    #intro_subtitle {
        text-align: center;
    }

    #logo {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #nav_container {
        width: 90%;
        flex-flow: row nowrap;
    }

    #nav_cta {
	width: 160px;
    }

    #nav_whitespace {
        display: none;
    }

    #process_img { 
        display: none;
    }

    #process_img_min {
        display: block;
        max-width: 95%;
        width: 700px;
        height: auto;
    }
}

/* Mobile */
@media screen and (max-width: 800px) {
    .burger_bar {
        display: block;
        margin: 0px 20px;
        cursor: pointer;
    }

    .grid {
        grid-template-columns: auto;
    }

    .grid_item {
        margin: 0px auto;
    }

    .min_hide { 
        display: none; 
    }

    .min_stack {
        display: flex;
        flex-direction: column;
    }

    #about img {
        width: 165px;
        height: 250px;
    }

    #bar1, #bar2, #bar3 {
        display: block;
    }

    #burger {
        display: block;
        float: right;
    }

    #nav_container {
        align-items: flex-start;
    }

    #nav_inner_container {
        display: none;
    }
}
