/* YOUR CUSTOM STYLES */
.dyftong-text {
    color: #3e4551;
}

.dyftong-color {
    background-color: #3e4551 !important;
}

.btn-outline-dyftong {
    border: 2px solid #3e4551;
    color: #3e4551 !important;
    background-color: transparent;
}

.btn-outline-dyftong:hover, .btn-outline-dyftong:focus, .btn-outline-dyftong:active, .btn-outline-dyftong:active:focus, .btn-outline-dyftong.active {
    background-color: transparent;
    color: #3e4551;
    border-color: #3e4551;
}

.pills-dyftong-color .nav-item .nav-link.active {
    background-color: #3e4551;
}


.app-translate-50 {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.top-nav-collapse {
    background-color: #3e4551 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #3e4551 !important;
    }
}

.jarallax {
    height: 1000px;
    background-image: url("../img/book.jpg");
}

.intro-2 {
    background: url("../img/img (46).jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 740px) {
    .jarallax {
        height: 300px;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    .jarallax {
        height: 500px;
    }
}

.chart {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 1.25rem;
}
.active-menu {
    border-bottom: 1px solid;
    padding-bottom: 3px
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #388E3C;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #F1F1F1;
    left: 24px;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(170, 102, 204, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(170, 102, 204, 0.1);
}

.switch label input[type=checkbox]:not(:disabled) ~ .lever:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch label input[type=checkbox]:disabled + .lever {
    cursor: default;
}

.switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
    background-color: #BDBDBD;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #BDBDBD;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

section .contact {
    background-color: #3e4551;
    height: 100%
}

.clear {
    display:none;
}

.hr-muted {
    border-top: 1px solid #868e96;
}

.bottomaligned {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    height:60px;
    font-size: 18px;
    color: white;
}

@media (min-width: 992px){

    .height-lg-35 {
        min-height: 35px;
    }

    .height-lg-80 {
        min-height: 80px;
    }

    .height-lg-200 {
        min-height: 200px;
    }
}

.agreement-text {
    font-size: 0.8rem;
    line-height: 15px;
}

.modal-body p {
    margin-bottom: 0;
    font-size: 0.95rem;
}
.text-small {
    font-size: 0.8rem;
}

.btn-floating-content {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #3e4551;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-floating-content i {
    display: inline-block;
    width: inherit;
    color: #fff;
    font-size: 1.25rem;
    line-height: 37px;
    text-align: center;
}

.btn-floating-content:before {
    border-radius: 0;
}

.btn-floating-content.btn-sm, .btn-floating-content.wishlist, .btn-floating-content.btn-small {
    width: 36.15385px;
    height: 36.15385px;
}

.btn-floating-content.btn-sm i, .btn-floating-content.wishlist i, .btn-floating-content.btn-small i {
    font-size: 0.96154rem;
    line-height: 36.15385px;
}
