/* 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. */

.justify-content-center
{
    margin-bottom:35px;
}

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: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.gradBoxYearMain {
    background-color: #217858;
    border: 1px solid rgba(86,61,124,.2);
    color: white;
    font-size: 2rem;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    margin: 8px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}

    .gradBoxYearMain:hover {
        background-color: #096a47;
        border: 1px solid #096a47;
        font-weight: 600;
    }
@media (max-width: 1024px) {
.justify-content-center
{margin-bottom:0px; !important;}
}
@media (max-width: 600px) {
    .gradBoxYearMain {
        font-size: 1rem;
    }
}



/*.gradBoxYearMain a {
    color: white;
}*/

.gradBoxYearMain img {
    width: auto;
    height: 20vw;
}

.gradBoxComposite {
    background-color: #ececec;
    padding-top: 14px;
    border: 1px solid #ccc;
}

    .gradBoxComposite:hover {
        background-color: #d6d4d4;
    }

    .gradBoxComposite img {
        width: auto;
        height: 20vw;
        margin: 0px !important;
        border: 1px solid #ccc;
    }

/*.gradBoxComposite a {
    color: black;
}*/

.gradCompositeName {
    font-size: x-large;
    color: #333;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
}

.edwardsBanner {
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(//www.edwards.usask.ca/alumni/files/banners/alumni.jpg);
    background-position: center 25%;
    background-size: cover;
    color: white;
    padding-top: 10em;
    padding-bottom: 10em;
}

.mainText div h1 {
    color:#fff;
    letter-spacing:0px;
    font-size:45px !important;
    font-weight:900 !important;
}

@media (max-width: 775px) {
    .gradBoxComposite img {
        width: 100%;
        height: unset;
        margin: 0px !important;
        border: 1px solid #ccc;
    }

    .gradBoxComposite {
        margin-bottom: 20px
    }
}

@media (max-width: 400px) {
    .gradBoxComposite img {
        width: 100%;
        height: unset;
        margin: 0px !important;
        border: 1px solid #ccc;
    }

    .gradBoxComposite {
        margin-bottom: 20px
    }
}
