@import "//fonts.googleapis.com/css?family=Raleway%3A400%2C100%2C200%2C300%2C500%2C600%2C700%2C800%2C900&amp;ver=5.7.4";

body {
    font-size: 1em;
    line-height: 1.7;
    font-family: 'Raleway', sans-serif;
    color: #333333;
}

header nav, .bg-light {
    background-color: #ffffff !important;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.navbar-light .navbar-nav .nav-link  {
    color: white;
}

header nav ul.navbar-nav > li{
    /*background-color: #0b5ed7;*/
    margin-right: 5px;
}

header nav ul.navbar-nav > li:hover, li a.active{
    /*background-color: #0dcaf0 !important;*/
}

.dropdown-item, .dropdown-item:hover, .nav-link:hover {
    color: white !important;
}

ul.dropdown-menu {
    padding: 0px;
}

main p, h1, h2, h3, h4 {
    color: #333333;
    font-weight: normal;
}

h1 {
    font-size: 1.8em;
}

h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}

h6 {
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}

.carousel-my {
    background-color: white;
    color: black;
    border: none;
}

div.slide .carousel-control-prev-icon,
div.slide .carousel-control-next-icon{
    filter: invert(100%);
    height: 12px;
}

video {
    height: auto;
    max-height: 400px !important;
    max-width: 100%;
}

h3 {
    padding-top: 0.75em;
}

a:not(h1), a:not(h2), a:not(h3) {
    text-decoration: none;
}

header > div {
    padding: 1rem 6rem 1rem 6rem !important;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
}

header li {
    white-space: nowrap;
}

.search-form__submit{
    /*background-color: white;*/
    filter: invert(100%);
    /*border: 1px solid #eeeeee;*/
}

.search-form__input, .search-form__input[type=search], .search-form__label, .search-form__submit{
    padding: 0.6rem;
}

.carousel.menu_1 {
    margin-top: -42px;
}

.carousel-text {
    text-align: right;
    display: block;
}

.carousel-caption b{
    font-size: 1.4em;
    font-weight: normal;
}

.carousel-caption{
    background-color: rgba(255,255,255,0.7);
    color: #000;
    font-size: 1.1em;
    left: 0%;
    right: 100%;
    bottom: 7%;
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -100%;
    animation-duration: 2s;
    animation-delay: 3s;
    animation-name: slidein;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    visibility: hidden;
    height: 150px;
    width: 38%;
}

@keyframes slidein {
    from {
        margin-left: -100%;
        right: 100%;
        visibility: hidden;
    }
    to {
        margin-left: 0%;
        right: 60%;
        visibility: visible;
    }
}

main .row > div > p {
    /*font-size: 15px;*/
    /*text-align: justify;*/
}
main .row > div > p:first-of-type{
    /*text-align-last: center;*/
}

main .row p strong, main .row p em {
    /*text-align: center;
    display: block;
    width: 100%;*/
}

main h2{
    text-align: left;
}

.col-md-12 h2{
    text-align: center;
}

footer input[type='submit']{
    font-size: 0.8em;
}

footer h3 {
    margin-top: 0px;
    padding-top: 0px;
}


/*.testimonial_item_content .testimonial_item:after, .testimonial_item_content .testimonial_item:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 50%;
    left: 11%;

    position: absolute;
    pointer-events: none;
}

.testimonial_item_content .testimonial_item:before {
    border-color: rgba(219, 219, 219, 0);
    border-top-color: #e9e9e9;
    border-width: 15px;
    margin-left: -15px;
}*/
/*
.testimonial_item p:before, .testimonial_item p:after{
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    bottom: -154px;
    left: 25px;
    position: relative;
    pointer-events: none;
}

.testimonial_item p:before {
    border-color: rgba(219, 219, 219, 0);
    border-top-color: #e9e9e9;
    border-width: 15px;
    margin-left: -15px;
}
*/
.testimonial_item p {
    margin: 30px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    /*min-height: 150px;
    max-height: 150px;*/
}

.testimonial_item_inner h3{
    font-size: 1em;
}

.testimonial_item_content .testimonial_item img {
    float: left;
    border-radius: 100%;
    width: 74px !important;
    height: 74px !important;
    margin: 1px 12px 0 0;
    display: inline-block;
}

@media screen and (min-width: 1300px) {
    .container-fluid{
        margin-left: 0px;
        padding-left: 0px !important;
    }

    header nav #navbarSupportedContent > ul {
        padding-left: 6rem !important;
    }

    header .search-form {
        margin-right: 5rem !important;
    }
}


@media screen and (max-width: 1350px) {
    header li {
        font-size: 0.8em;
        white-space: nowrap;
    }
    .navbar-nav .nav-link {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 600px) {
    header .col-md-4:first-child, header .col-md-4:last-child{
        display: none;
    }
    .px-10{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
