
.btn-primary {
    background-color: #4e837e !important;
    border: none !important;
    padding: 7px 50px !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #4e837e !important;
    border: none !important;
}

.link-success {
    text-decoration: none !important;
    color: #3f7878 !important;
    cursor: pointer;
}

.link-success:hover {
    text-decoration: underline !important;
    color: #3f7878 !important;
}


.text-primary {
    color: #3f7878 !important;
    text-decoration: none;
}

.min-vh-80 {
    min-height: 80vh !important;
}

input[readonly] {
    background-color: #dbdfe6;
}

.navbar {
    /* background-color: #ffd587; */
    background-color: #ffffff;
}

h4 {
    color: #e29c3c;
}

.accent1 {
    color: #00636c;
}


@media only screen and (max-width: 600px) {
    .navbar {
        display: block;
        text-align: center;
    }

    h4 {
        font-size: 16px;
    }
	
	h5 {
        font-size: 15px;
    }
	
}
