
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Maven+Pro:wght@600&display=swap');
/*
Name: Index.html
Author: jmckenna124706
Purpose: Assignment 5
Date: November 26, 2022
*/
body {
    background-image: url("/images/background_tile.png");
}

main h2, main h3, main h4, main h5, main h6 {
    font-family: 'Maven Pro', sans-serif;
    /*    padding-left: 10px !important;
        padding-right: 10px !important;*/
}

.bg-primary {
    background-color: #000000 !important;
}

.border-secondary {
    background-color: #C60C30 !important;
}

.nav-link:hover {
    color: whitesmoke !important;
}

.navbar {
}
.jumbotron{
    margin-bottom: 0px;
}

.main {
/*    padding-bottom: 2rem;
    padding-top: 2rem;*/
    background: white;

    min-height: max(
            max(
                    calc(100vh * 0.58),
                    calc(100vh * 0.78)
            ),
            min(
                    calc(100vh * 0.88),
                    calc(100vh * 1)
            )
    );

}
.main-sections {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer {
/*    position: absolute !important;
    bottom: 0 !important;
    width: 100%;*/
    background-color: #e9ecef !important;
}

.header {
    font-family: 'Maven Pro', sans-serif;
    color: black;
    background: #e9ecef;
    /*background-size: contain;*/
    padding: 2rem 1rem;
    /*margin-bottom: 2rem;*/
}
header h1 {
    font-weight: bold;
    font-size: 4.2rem;
}

header p {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (min-width: 576px) {
    .header {
        padding: 4rem 2rem;
    }
}

.header-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    /*background: #FFCEC2;*/
}
nav .btn-group a:nth-child(1) {
    padding-right: 0px!important;
}

nav .btn-group a:nth-child(2) {
    /*padding-left: 0px!important;*/

}
.btn-group:hover .dropdown-menu {
    display: block !important;
    color: #0f0 !important;
}

.pattern{
    background-image: url("../images/strips-11x11.svg")!important;
    background-size: 20px 20px;
}


.headerimage {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(255, 41, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 41, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.53))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.49) 0%, rgba(255, 41, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.49) 0%, rgba(255, 41, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.64) 0%, rgba(255, 41, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.79) 0%, rgba(255, 41, 0, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
/*
@media screen and (min-height: 937px) {
    .main{
        height: max(
                max(
                        calc(100vh * 0.58),
                        calc(100vh * 0.78)
                ),
                min(
                        calc(100vh * 0.88),
                        calc(100vh * 1)
                )
        );
    }
}*/
