﻿/* 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. */

html {
    scroll-behavior: smooth;
}
a {
    color: black;
}
a:active {
    color: black;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #0645ad;
    }

body {
    overflow-y: scroll;
    font-size: 1rem;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0rem;
}

div.masthead h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0rem;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .3));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
div.masthead {
    position: relative;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding:5rem;
}

.masthead .container {
    position: relative;
    z-index: 2;
}
.masthead .container-fluid {
    position: relative;
    z-index: 2;
/*    padding-top: 50px;*/
}

.card {width: 100%;}
.footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color:gray;
    color: ghostwhite;
    font-size: .8rem;
    padding: 1rem 0 0 0;
}

    .footer a {
        color: rgba(255,255,255,.5);
        text-decoration: none;
        background-color: transparent;
    }
    .footer .lower-footer {
        position: relative;
        bottom: 0;
        width: 100%;
        /* Vertically center the text there */
        line-height: 20px;
        padding: 1rem;
        background-color: dimgray;
        font-size: .8rem;
    }

    .footer a:hover{ color: ghostwhite;}


/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .masthead {
        padding-top: 5rem;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    div.masthead {
        padding: 10rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) {

        div.masthead {
            padding:15rem;
        }
    }