
html { scroll-behavior: smooth; } 


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: rubik,sans-serif;
}
h3{
    font-weight: 700;
    color: #7ebac9;
}

h2 {
font-size: 3em;
    font-weight: 900;
    color: #dd4e45;
    font-family: rubik ,sans-serif;
    border-bottom: 0.5rem solid;
    border-color: transparent;
    text-align: center !important;
    margin-bottom: 15px;
}

.page-container p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    margin: 0 0 25px;
    font-weight: 400;
    line-height: 150%;
    color: black;
}

.bloglist img {
    width: 100% !important;
    height: auto;
    vertical-align: middle;
}

.border-pink {
    border-color: #c83e74 !important;
}

.border-blue {
    border-color: #7ebac9 !important;
}

.border-red {
    border-color: #dd4e45 !important;
}

.display-3 {
    font-weight: 700 !important;
    padding: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.call-to-action.color {
    border-radius: 0;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    overflow: visible;
}

.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.call-to-action-grid .call-to-action {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    background: #f8f0e0;
    border-radius: 0;
    height: 275px;
    position: relative;
    -o-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    -webkit-transition: .35s;
    transition: .35s;
    overflow: hidden;
    cursor: pointer;
}

.call-to-action-grid > div > div {
    padding: 0;
    margin: 0;
}

.call-to-action .icon {
    text-align: center;
    color: white;
    font-size: 5rem;
}


.call-to-action h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: larger;
    text-align: center;
    color: white;
}

.page-container {

    text-align: justify;
}


.white{
    background: #FFF !important;
}
.pink {
    background: #e7b7cf !important;
}

.magenta {
    background: #c83e74 !important;
}

.yellow {
    background: #ffd400 !important;
}

.blue {
    background: #7ebac9 !important;
}

.red {
    background: #dd4e45 !important;
}

.green {
    background: #7ab520 !important;
}

.camel {
    background: #f8f0e0 !important;
}

.maincontainer {
    padding-top: 90px;
/*    padding-bottom: 90px;*/
    padding-bottom: 10px;
}


/**** FOOOTER ***/
.footer-distributed {
    background-color: #dd4e45;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;

    padding: 45px 50px;
/*    margin-top: 80px;*/
}

.footer-distributed .footer-left p {
    color: #812a24;
    font-size: 14px;
    margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
}

.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #dd4e45;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-left: 3px;
}



.quote_h3 {
    font-family: rubik;
    font-size: 2.5em;
    font-style: normal;
    text-transform: none;
    font-weight: 900;
    color: white;
}

.block_pad{
padding: 0 40px;
}

p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 5em !important;
    line-height: 0.3 !important;
}


.navoverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: -moz-linear-gradient(to bottom, #282828 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to bottom, #282828 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #282828 0, rgba(0, 0, 0, 0) 100%);
    opacity: .9;
}
.nav-item .nav-link {
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;
}

.item-primary:hover {
    box-shadow: 1px 1px 20px rgba(33, 33, 33, .3);
    z-index: 700;
}

.item-secondary:hover {
    box-shadow: 1px 1px 20px rgba(33, 33, 33, .3);
    z-index: 700;
}

.item-primary {
    background-color: #7ebac9;
    color: white !important;

}


.item-quart {
    background-color: #ffd400;
    color: white !important;
}


.item-secondary {
    background-color: #c83e74;
    color: white !important;
}

.item-tert {
    background-color: #dd4e45;
    color: white !important;
}

.item-tert:hover {
    box-shadow: 1px 1px 20px rgba(33, 33, 33, .3);
    z-index: 700;
}
.item-quart:hover {
    box-shadow: 1px 1px 20px rgba(33, 33, 33, .3);
    z-index: 700;
}

.item-cinq {
    background-color: #7ab520;
    color: white !important;
}


.item-cinq:hover {
    box-shadow: 1px 1px 20px rgba(33, 33, 33, .3);
    z-index: 700;
}

.header-p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    max-width: 100%;
    font-size: 1rem;
    word-wrap: break-word;
}

.navbar-custom {
    background: transparent;

    padding: .5rem 2rem .5rem 2rem;
}

a.navbar-brand,
a.logo {
    font-family: rubik, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
}

a.logo:hover,
a.logo:active,
a.logo:focus {
    text-decoration: none;
}

li.nav-item .btn {
    margin-top: .2rem;
    margin-left: .4rem;
}

li.nav-item .btn-white {
    color: #46484a;
}






