﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import "bulma/sass/utilities/_all.sass";
@import "bulma/sass/elements/button.sass";

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #2E5090;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #2E5090;
}

.border-bottom {
    border-bottom: 1px solid #2E5090;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    background-color: #efefef;
    margin-top: auto;
    /*height: 12em;*/
}

.footer-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 12em;
    color: #2E5090;
    margin-right: 5%;
    margin-left: 5%;
}

.container {
    width: 100%;
    height: 100%;
}

.topNavMenu {
    flex: 1;
    flex-basis: 50% !important;
    justify-content: center;
}

.name-header {
    text-align: center;
}

h4, .nav-link {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    /*    color: white !important;*/
/*    color: #2E5090 !important;*/
}

.nav-link {
    color: white !important;
}

    .nav-link.scrolled {
        color: #2E5090 !important;
    }

    .navbar-toggler {

    }


.footer-text {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    /*    color: white !important;*/
    color: #2E5090 !important;
    font-size: 14px;
}

.bg-transparent.scrolled {
 background-color: rgba(255, 255, 255, 0.9) !important;
}


@media (max-width: 1100px) {
    .name-header > h3 {
        font-size: 20px;
    }

    .name-header > h5 {
        font-size: 16px;
    }
}

.wrapper {
    padding-bottom: 90px;
}

.divider {
    position: relative;
    /*margin-top: 90px;*/
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(46, 80, 144), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(46, 80, 144);
    border-right: 1px solid rgb(46, 80, 144);
}

.header-color {
    color: #575757;
    font-family: 'EB Garamond', serif;
}

.btn-xl {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 5%;
    padding-right: 5%;
    border-color: #2E5090 !important;
    color: white !important;
    background-color: #2E5090 !important;
    width: 250px;
}

.content-row-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.col-flex {
    flex: 1;
    display: flex;
    justify-content: center;
    /*align-content: start;*/
    flex-wrap: nowrap;
    min-width: 350px;
    margin-bottom: 5%;
    flex-basis: 50%;
}

.feature-header {
    width: 100%;
}


.row-no-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.row-noflex, .row-vertical {
    padding-left: 15px; 
    padding-right: 15px; 
}

.col-img-flex {
    display: flex;
    flex: 1;
    width: 50%;
    min-width: 235px;
    margin-bottom: 1em;
    justify-content:center;
    align-items: center;
}

.abt-img {
    max-width: 235px;
    min-width: 40%;
    height: auto;
}

.row-vertical {
    display: flex;
    flex-direction: column;
    /*  align-items: stretch;*/
    justify-content: space-between;
}

.simp-flex {
    flex: 1;
}

.simp-flex-footer {
    flex: none;
}


.para-text {
    font-size: 14px;
    font-family: 'Roboto', arial, sans-serif;
}

.about-container, .contact-container, .faq-container, .corp-eng-container, .container-row-integrative, .login-container {
    padding-top: 100px;
    padding-bottom: 50px;
}

.container-fluid {
    padding: 0 !important;
}

.row {
    margin: 0;
    padding: 0;
}

.contact-container, .faq-container {
max-width: 1000px;
}

.home-image-div {
    background: black url(../content/snow-mountains_background.png) no-repeat scroll top;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 1300px) {
.header-title {
    font-size: 4.0em !important;
}
    .header-sub-title {
        font-size: 1.25em !important;
    }
}
@media only screen and (max-width: 1100px) {
    .faq-container, .contact-container {
        max-width: 750px !important;
    }
}



@media only screen and (max-width: 900px) {
    .home-image-div {
        height: 350px;
        min-height: 350px;
        width: 100%;
    }
    .header-title {
        font-size: 2.5em !important;
    }
}

@media only screen and (max-width: 778px) {
    .home-image-div {
        height: 300px;
        min-height: 300px;
        width: 100%;
    }

    .corp-flex-col {
        justify-content: left !important;
    }

    .int-nut-faq-hidden {
        display: block !important
    }

    .int-nut-faq-display {
        display: none;
    }

    .header-title {
        font-size: 2em !important;
    }
    .header-sub-title {
        font-size: 1.0em !important;
    }
    .bg-transparent {
        background-color: rgba(255, 255, 255, 0.9) !important;
    }
    .nav-link {
        color: #2E5090 !important;
    }
}

@media only screen and (max-width: 550px) {

    .btn-xl {
        width: 33% !important;
    }

    .header-sub-title {
        font-size: 0.75em !important;
    }

    .footer-center {
        flex-direction:column;
        padding-top: 20px;
    }

    .simp-flex-footer {
        flex: 1;
        min-width: 100px;
    }

    .footer-txt-divider {
        display: none !important;
    }

    .col-flex {
        min-width: 300px !important;
    }

    .about-image img,  .int-nut-img img {
        max-width: 300px !important;
        height: auto;
        max-height: 400px !important
    }
    .welcome-image img {
        max-width: 300px !important;
        height: auto;
        max-height: 350px !important
    }

    .row-noflex, .row-vertical {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .int-nut-sub-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }


}

    @media only screen and (max-width: 375px) {
        .home-image-div {
            min-height: 200px;
            width: 100%;
        }
    }
    .custom-button {
        border-color: #2E5090 !important;
        color: #2E5090 !important;
    }

        .custom-button:hover, .custom-button:active, .custom-button:visited {
            background-color: #2E5090 !important;
            color: white !important;
        }

    .thank-you-card {
        max-height: 80%;
        margin-left: 10%;
        margin-right: 10%;
        border: 1px solid #575757;
    }


    .int-nut-id {
        cursor: pointer;
    }

    .int-nut-faq-hidden {
        display: none;
    }


.header-title {
    max-width: 1100px;
    font-size: 4.0em;
    font-weight: 200;
    color: white;
    letter-spacing: 5px;
/*       font-family: Lato,sans-serif,'helvetica neue',helvetica,arial,verdana;*/
    font-family: 'Libre Baskervielle', serif;
/*    font-family: 'Audrey', serif;*/
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px, rgba(0,0,0,.5) 1px 1px 1px;
}

.header-sub-title {
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 5px;
    color: white;
    font-family: 'Libre Baskerville', serif;
        text-shadow: rgba(255,255,255,.1) -1px -1px 1px, rgba(0,0,0,.5) 1px 1px 1px;
    padding-top: 5%;
}


.dropdown a {
    width: 100%;
}

.dropdown-toggle {
    white-space: normal !important;
}

/* Admin STUFF*/

.admin-container {
    display: flex; 
    flex-direction: row;
    margin-right: 5%;
    margin-top: 75px;
}

.admin-sidenav {
    flex: 1;
    max-width: 20%;
    border: 1px solid black;
    background-color: #2E5090;
    min-height: 100vh;
    margin-right: 5%;
}

.admin-content {
    flex: 1;
}

#sidebar {
    margin-left: 5%;
}

#page-list a {
    color: white !important;
    font-size: 1em;
}

.login-form {
    max-width: 350px;
}

.login-container {
   flex-direction: column;

}

#imgdiv {
    display: none;
    max-width: 500px;
}

.about-image img, .welcome-image img, .int-nut-img img, #imgdiv img {
    max-width: 350px;
    height: auto;
}

.int-nut-sub-header {
    margin-left: 10%;
    margin-right: 10%;
}

.gotcha {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-table tr:nth-child(even) {
    background-color: #f2f2f2;
} 

