html {
    scroll-behavior: smooth;
}

b {
    font-weight: bold;
}

h1
{
    text-align: center;
    
}

p
{
    text-align: center;
    font-size: 14px;
}
.btn{
    text-transform: none;
}
.btn-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 12px 20px;
}

.bg-unique-grey {
    background-color: #3e4551
}

.bg-unique-dark {
    background-color: rgb(0, 0, 0, 0.2)
}

.bg-unique-blue {
    background-color: #82b1ff;
    color: white;
}

.bg-orange {
    background-color: #f0c24b;
}

.bg-unique-red {
    background-color: #e26141;
}

.carousel-item{
    max-height: 800px;
}
/* Make the image fully responsive */
.carousel-item img {
    width: 100%;
    min-width: 810px;
    min-height: 700px;
    max-height: 900px;
    height: 100%;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.centered-text-bottom {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 50;
}

.contact {
    position: relative;
    min-width: 350px;
    max-width: 900px;
    box-shadow: 5px 8px 25px grey;
    border-radius: 10px;
}

.contact-title {
    position: relative;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0%);
    width: 80%;
    border-radius: 2px;
    padding: 30px;
    white-space: nowrap;
}

.contact-icon {
    position: relative;
    left: 50%;
    transform: translate(-50%, -0%);
    font-size: 35px;
    opacity: .5;
}

.card {
    box-shadow: 10px 10px 10px dimgrey;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.banner{
    position: absolute;
    padding: 10px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    margin-left: 2px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #4ba2ff;
    width: 98%;
    border-radius: 5px;
}

.fancy {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fancy:before,
.fancy:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 10px;
}

.fancy:after {
    margin: 0 0 0 20px;
}

.fa {
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.facebook-i {
    background: #3B5998;
    color: white;
}

.footer-links li a {
    color: darkgray;
}

.footer-links li a:hover {
    color: lightgray;
}

.footer-link-title {
    color: #e2e2e2;
    border-left: 2px solid #a5a5a5;
}

.image-fill {
    height: 100%;
    width: 100%;
}

.image-fill {
    height: 100%;
    width: 100%;
}

.icon-medium {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    display: inline-block;
}

.icon-medium:hover {
    color: #fff;
}

.map-responsive iframe {
    box-shadow: 5px 8px 25px grey;
    width: 100%;
    margin-left: 30px;
}

.md-form input, .md-form textarea{
    display:block;
    width:100%;
    padding:0.5em;
    line-height:1.5;
    border:0;
    border-bottom:1px solid #ced4da;
}

.navbar .dropdown-menu a {
    padding: 2px;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.nav-item {
    max-width: 200px;
}

.nav-link{
    color:#fff !important;
}

.nav-link:hover{
    color:rgb(224, 224, 224) !important;
}


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para-pic-1 {
    background-image: url(../Images/para.jpg);
}

.scroll {
    height: 40px;
    width: 60px;
    text-align: center;
}

.scroll img {
    height: 100%;
    width: 100%;
    opacity: 0.75;
}

.scroll:hover img {
    opacity: 1;
}

.sidebar-nav {
    padding: 9px 0;
}

.shadow-bottom {
    box-shadow: 0px 10px 10px grey;
}

.img{
    max-height: 550px;
}

.youtube-i {
    background: #bb0000;
    color: white;
}

.instagram-i {
    background: #125688;
    color: white;
}

.twitter-i {
    background: #55ACEE;
    color: white;
}

@media (max-width: 767px) {

    /* MD */
    .footer-link-title {
        border: 0;
        position: relative;
        right: 7px;
    }
    .carousel-item{
        max-height: 550px;
    }
}
