/* mobile */

.mobile_logo_title {
    color: blue;
    line-height: 3em;
    font-size: 20px;
    font-weight: 900;
}

.mobile_nav_trigger {
    float: right;
    font-size: 20px;
    line-height: 3em;
    color: blue;
    /* cursor: pointer; */
}

.mobile_nav {
    font-weight: bold;
}

.mobile_main_image {
    background-image: url(../../assets/images/background.jpeg);
    background-size: 100% 150%;
    background-repeat: no-repeat;
}

.mobile_main_image_wrapper {
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.952), rgba(255, 255, 255, 0.658), rgba(255, 255, 255, 0.596), rgba(255, 255, 255, 0));
}

.punchline {
    font-size: 22px;
    color: rgb(0, 140, 255);
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

.home_intro_head {
    text-align: center;
    font-size: 23px;
    color: rgb(0, 128, 68);
    padding-top: 1em;
    font-weight: 600;
    padding-bottom: 1em;
}

.intro_text {
    max-width: 80em;
    margin: auto;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 1em;
}

.intro_links {
    margin: auto;
    max-width: 80em;
}

.intro_links ul li {
    line-height: 33px;
}

.socials_head {
    margin: auto;
    max-width: 80em;
    font-size: 15px;
    font-weight: 600;
}

/* tablet */

@media only screen and (min-width:425px) {}

/* computer */

@media only screen and (min-width:768px) {
    .computer_small_header_logo {
        height: 5em;
        width: 5.5em;
        background: rgb(255, 255, 255);
        border-right: 1px solid rgb(196, 196, 196);
        ;
    }
    .comp_small_fixed_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 8em;
        background: rgb(255, 255, 255);
        padding-top: 1em;
        box-shadow: 1px 1px 1px 1px rgb(216, 216, 216);
    }
    .logo_title {
        line-height: 3.4em;
        background: rgba(0, 128, 0, 0);
        font-weight: 600;
        font-size: 20px;
        color: blue;
        text-align: center;
    }
    .small_h_nav {
        text-align: center;
        color: rebeccapurple;
        font-weight: bold;
        padding-top: .7em;
        margin-left: 2em;
        margin-right: 1em;
        font-size: 14px;
    }
    .computer_header_image {
        background-image: url(../../assets/images/background.jpeg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .computer_header_wrapper {
        background: linear-gradient(rgba(255, 255, 255, 0.952), rgba(255, 255, 255, 0.658), rgba(255, 255, 255, 0.596), rgba(255, 255, 255, 0));
    }
    .main_header_logo {
        height: 12em;
        width: 15em;
    }
    .big_h_nav {
        font-weight: bold;
        padding-top: 3em;
        font-size: 16px;
        margin-left: 2em;
        margin-right: 1em;
        text-align: right;
    }
    .big_h_nav:hover a {
        border-bottom: 2px solid rgb(0, 174, 255);
    }
    .punchline {
        font-size: 34px;
        color: rgb(0, 140, 255);
        text-align: center;
        line-height: 35px;
        font-weight: 600;
    }
    .intro_links {
        max-width: 60em;
        /* text-align: center; */
        margin: auto;
        font-size: 18px;
        line-height: 25px;
    }
    .intro_text {
        max-width: 60em;
        text-align: center;
        margin: auto;
        font-size: 18px;
        line-height: 25px;
    }
}