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

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a {
    color: #008cc3;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 57px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

a:hover {
    cursor: pointer;
}

body .jumbotron-home {
    background-image: url("./images/homebg.jpg");
    background-size: cover;
    padding: 15em;
}

@media only screen and (max-width: 622px) {
    body .jumbotron-home {
        padding: 15em 0;
    }
}

.section > .row > div.p-0:hover {
    opacity: 0.7;
    transition: opacity linear 0.2s;
    cursor: pointer;
}

.section > .row > div.p-0 {
    border: solid #FFF 2px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.parallax-tools {
    background-image: url(./images/shastabg.jpg);
}

@media (min-width: 992px) {
    .parallax-tools {
        height: 670px;
    }
}

@media (min-width: 768px) {
    .parallax-tools {
        height: 800px;
    }
}

@media (min-width: 576px) {
    .parallax-tools {
        height: 800px;
    }
}

.parallax-about {
    height: 440px;
    background-image: url(./images/bconbg.jpg);
}

.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 2px;
    border: 0;
}

.card a, .card a:hover, #links a {
    text-decoration: none;
}

#links a:hover {
    text-decoration: underline;
}

.card .card-title {
    font-weight: 400;
    color: #008cc3;
}

.card .card-text {
    color: #212529;
}

.navbar {
    background-color: #fffffff7 !important;
}

.carousel-inner img {
    margin: auto;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    background-color: #444444;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

.carousel .carousel-indicators {
    background-color: #00000094;
    width: fit-content;
    margin: 6px auto;
    border-radius: 2px;
}

.min-height-18 {
    min-height: 18em;
}