﻿/* 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. */


.header {
    background-color: #0a578e;
    color: white;
}


a .navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a { color: #0366d6; }

.btn-primary {
    background-color: #0a578e;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */

html { font-size: 16px; }

/*@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 #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 420px;
}

.footer {
    bottom: 0;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.socialmedia a .fab { color: white; }

.socialmedia a:hover .fab { color: #0092e6; }

nav {

    color: #0a578e;
    font-size: 20px;
}

.navbar-nav { margin-left: 50px; }

.nav-link { color: #0a578e !important; }





#steelDivBg { background: url('../Images/steelbg.jpg') }

.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-caption { bottom: 280px; }

.carousel-caption h5 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    font-size: 36px;
    line-height: 1.9;
    margin: auto;
    width: 60%;
}

.carousel-caption a {
    background: darkorange;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
}



.carousel-item {
    height: 800px !important;
    width: 100%;
}

.carousel-item img {
    height: 800px !important;
    width: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right { opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right { opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.back-to-top {
    background-color: #0a578e;
    bottom: 25px;
    color: white;
    display: none;
    position: fixed;
    right: 25px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: #0a578e; }











