/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'dinregularwebfont';
    src: url('https://osuonomio.com/podcast/bagliore/font/dinregularwebfont');
    src: url('https://osuonomio.com/podcast/bagliore/font/dinregularwebfont.eot?#iefix') format('embedded-opentype'),
        url('https://osuonomio.com/podcast/bagliore/font/dinregularwebfont.woff') format('woff'),
        url('https://osuonomio.com/podcast/bagliore/font/dinregularwebfont.ttf') format('truetype');
}



/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_18347">Text with this font applied</p> */
.fontsforweb_fontid_18347 {
    font-family: 'dinregularwebfont' !important;
}

body {
    font-family: 'dinregularwebfont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'dinregularwebfont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../img/bagliore-header.png") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }





}

h2 {
    margin-bottom: 20px;
}

p {
    margin-bottom: 40px;
}



.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.btn-primary:hover {
    color: #fff;
    background-color: #1b2c43;
    border-color: #1b2c43;
    padding: .75rem 1.4rem;
    border: solid 2px #1b2c43;
    border-radius: 50px;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    background-color: #1b2c43;
    color: #fff !important;
    font-weight: 600;
}

.btn-primary {
    padding: .75rem 1.4rem;
    border: solid 2px #20324C;
    border-radius: 50px;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    background-color: #20324C;
    color: #fff !important;
    font-weight: 600;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 350px;
    height: 250px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

.padding-15 {
    padding: 15px !important;
}

.align-center-v {
    justify-content: center;
    align-items: center;
}

label {
    text-transform: none;
    font-weight: 600;
}

ul.form-check-list {
    padding-left: 0 !important;
}

input.form-control {
    height: 50px;
    border: solid 1px #adc0d3;
    border-radius: 0px;
    color: #333;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #adc0d3;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.testimonials-clean {
    color: #313437;
    background-color: #eef4f7;
}

.testimonials-clean p {
    color: #7d8285;
}

.testimonials-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .people {
    padding: 50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height: 220px;
    }
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}

.lead {
    font-size: 1.6rem;
    font-weight: 300;
}

a {
    color: #20324C;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #20324C;
}

@media (max-width: 767px) {
    .row-reverse {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }

    h3 {
        padding-top: 15px;
    }

    .features-icons {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-center-xs {
        text-align: center !important;

    }

    .visible-xs {
        display: block !important;
    }

    header.masthead {
        position: relative;
        background-color: #343a40;
        background: url(../img/header-baglior-small.jpg) no-repeat center center;
        background-size: cover;
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

    p.title {
        padding-bottom: 1rem;
    }

    .col-md-6.col-lg-4.item {
        border-bottom: 1px solid #eee;
    }

    p.description.lead {
        padding-top: 2rem;
    }

    .mob {
        display: none;
    }

    .width-mobile-100 {
        width: 100% !important;
    }

    .pt-mobile-50 {
        padding-top: 5rem !important;
    }
}

.visible-xs {
    display: none;
}

ul li:before {
    display: none;
}



.pulse {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #20d465;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(32, 212, 101, 0.4);
    ;
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 212, 101, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(32, 212, 101, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 212, 101, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(32, 212, 101, 0.4);
        box-shadow: 0 0 0 0 rgba(32, 212, 101, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(32, 212, 101, 0);
        box-shadow: 0 0 0 10px rgba(32, 212, 101, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(32, 212, 101, 0);
        box-shadow: 0 0 0 0 rgba(32, 212, 101, 0);
    }
}

h5.name {
    padding-top: 10px !important;
}

textarea.form-control {
    height: 8rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6397bc !important;
    border-color: #6397bc !important;
}
