@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.navbar{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: larger;
    font-weight: 200;
}

.navbar-brand{
    font-size: x-large;
    font-weight: 500;
}

.bg-fadeblack{
    background: rgba(27,27,27,.12);
}


.bg-fadeblack.scrolled{
    background: #1b1b1b !important;
    border-bottom: 3px solid #dc3545 !important;
    transition-duration: 1s;
}

.jumbotron-top{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/home_pic.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-text{
    margin-top:3rem;
}

.py-5-plus {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-5-minus {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
   
main{
    background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) ), url('/img/shipyard_bw.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-main{
    color:#dc3545;
    padding-top: 3rem;
    font-size: 300%;
}

.white-container{
    background-color:white;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jumbotron-contact{
    background: rgba(220, 53, 69,0.90);
}

.list-group-item{
    border: 0px;
}

.custom-topline{
    color:rgb(220, 53, 69);
}

.copyright{
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color:lightgray;
}
.footer-item{
    font-size:x-small;
}

.footer-link{
    text-decoration: none;
    color:grey;
}

.footer-link:hover{
    color:#dc3545;
}

.copyright-text{
    font-size:smaller;
}

.rounded-margin{
    border-radius: 10px;
}

.font-small{
    font-size:small;
}

@media screen and (max-width: 576px){
    .bg-fadeblack{
        background: #1b1b1b;
        border-bottom: 3px solid #dc3545 !important;
    }
    
    .bg-fadeblack.scrolled{
        background: #1b1b1b !important;
        border-bottom: 3px solid #dc3545 !important;
    }
}