﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

/*Card Map*/
.card.map-card .living-coral {
    background-color: #fa7268;
}

.card.map-card .living-coral-text {
    color: #fa7268;
}

.card.map-card .table th {
    width: 2rem;
}

.card.map-card .pt-3-5 {
    padding-top: 1.25rem;
}

.card.map-card .card-body {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 20%;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .card.map-card .card-body.closed {
        top: 100%;
        height: 7.5rem;
        margin-top: -7.5rem;
    }

.card.map-card .map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .card.map-card .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.card.map-card .button .btn-floating {
    margin-top: -1.5rem;
}
/*End of card Map*/

.customcard {
    margin-top: 2em;
    padding: 1.5em 0.5em 0.5em;
    border-radius: 2em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .customcard img {
        width: 65%;
        border-radius: 50%;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .customcard .card-title {
        font-weight: 700;
        font-size: 1.5em;
    }

    .customcard .btn {
        border-radius: 2em;
        background-color: teal;
        color: #ffffff;
        padding: 0.5em 1.5em;
        /* Following line set the button width in the card*/
        width: 160px !important;
    }

        .customcard .btn:hover {
            background-color: rgba(0, 128, 128, 0.7);
            color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }






/* Style all font awesome icons */
.fab {
    padding: 0px;
    font-size: 0px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

    /* Add a hover effect if you want */
    .fab:hover {
        opacity: 0.7;
    }

/* Set a specific color for each brand */

/* Facebook */
.fab-facebook {
    background: #FFFFFF !important;
    color: #ff4402 !important;
}

/* Twitter */
.fab-twitter {
    background: #FFFFFF !important;
    color: #ff4402 !important;
}

.fab-instagram {
    background: #FFFFFF !important;
    color: #ff4402 !important;
}

.fab-linkedin {
    background: #FFFFFF;
    color: #ff4402;
}

.btn-smartibox {
    /*background: #2a8683 !important;*/
    background: #0000FF !important;
    /* color: #ff4402 !important;*/
}

.navbar-custom {
    /*background-color: #ebe2d2 !important;*/
    background-color: #FFFFFF !important;
    /*background-color: #FFFFFF !important;*/
}

    .navbar-custom .navbar-brand, .navbar-customer .navbar-text {
        color: #2a8683 !important;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}

.custom-btn {
    width: 100px !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    /*background-color: #2a8683 !important;*/
    background-color: #0000FF !important;
}





.carousel .carousel-item {
    height: 160px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 160px;
}

.vW300-px-wide {
    width: 160px;
}



