#body{
    overflow-x: hidden;
}

#jumbotron{
    background: url("img/showcase.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

#jumbotron .dark-overlay{
    top: 0;
    left: 0;
    width: 100%;
    min-height: 550px;
    background: rgba(0, 0, 0, 0.5);
}

.container h1{
    color: #fff;
    font-size: 4rem;
    font-weight: 300;
    padding-top: 100px;
}

.container h2{
    margin-top: 50px;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}

#jumbotron button{
        background-color: #183153;
        border: 1px solid #183153;
        vertical-align: middle;
        padding: 20px;
        border-radius: 40px;
}

#jumbotron button:hover{
        background-color: #1c467c; 
}

#about p{
    font-size: 1.2rem;
}

#process h4 {
    font-size: 1.8rem;
}

#process p {
    font-size: 1.2rem;
}

.modal-section .modal-button {
        background-color: #f8fafc;
        color: black;
        border: 1px solid #797a7a;
        padding: 25px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.75);
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.75);
        width: 100%;
        height: 87%;
}

.modal-section .modal-button:hover {
            background-color: #f8fafc;
            color: black;
            border: 1px solid #1c467c;
            box-shadow: 2px 2px 5px #1c467c;
        }

        .modal-section hr {
            border-top: 1px solid black;
        }

        .modal-section i {
            color: #1c467c;
            font-size: 1.8rem;
        }

    .modal-body p {
            font-size: 1rem;
            line-height: 1.5;
        }


#pricing h4{
    font-size: 1.8rem;
}

#pricing p{
    font-size: 1.2rem;
}

#pricing .card-header{
    background-color: #1c467c;
}

#pricing .card-description{
    font-size: 1.15rem;
}

#contact h4{
    font-size: 1.8rem;
}

#contact p{
    font-size: 1.2rem;
}

#contact button {
        background-color: #183153;
        border: 1px solid #183153;
        vertical-align: middle;
        padding: 20px;
        border-radius: 40px;

        
    }

#contact button:hover {
    background-color: #1c467c;
}

#contact a {
        text-decoration: none;
    }

#contactButton {
        display: none;
    }

    @media (max-width: 600px) {
        #contact {
            width: 80%;
            margin: 0 auto;
        }
    
         #contact button {
                width: 100%;
            }
          #contact  .fas {
                display: none;
            }
            #contact .email {
                display: none;
            }
    
            #contactButton {
                display: block;
                width: 100%;
            }

            #main-footer{
                text-align: center;
            }
    }