/* ==================== *\
          TITLES
\* ==================== */
@font-face {
    font-family: funkydori;
    src: url(../fonts/36C61D_0_0.ttf);
}
h1 {
    font-family: funkydori ;
    font-size: 80px;
    height: 80px;
    color: #fff ;
    height: 80px;
}

h2{
    font-family: funkydori ;
    font-size: 50px ;
    height: 50px;
    color: #f8b597 ;
    margin-top: 40px ;
}

h3{
    font-family: raleway ;
    font-size: 20px ;
    margin-top: 20px ;
    color: #67C0D3 ;
    margin-bottom: 10;
}

h4{ 
    font-family: raleway;
    font-size: 25px ;
    margin-top: 20px ;
    color: #f8b597 ;
}

/* ==================== *\
          HEADER
\* ==================== */
.main-nav{
    position: relative;
    z-index: 1;
}
.nav-link {
    font-family: Raleway;
    color : #67c0d3;
}

.nav-link:not(.logo){
    margin-top: 30px;
    font-size: 1.2rem;
}


.container-fluid{
    padding: 0 ;
}

.btn{
    color: #67c0D3 ;
    font-family: raleway,;
}

.btn:hover{
    text-decoration: none ;
    color: #67c0D3;
}

.btn:active{
    text-decoration: none ;
    color: #67c0D3;
}

.btn:focus{
    text-decoration: none ;
    color: #67c0D3;
}

h1 {
    font-family: "funkydori" ;
    font-size: 80px;
    margin: 0 ;
    height: 60px;
    color: #fff ;
}

.nav-link:hover{
    color: #67c0d3;
}

.nav-link:active{
    color: #67c0d3;
}

.btn{
    white-space: normal;
}

/* ==================== *\
          SLIDER
\* ==================== */

.carousel-control-next, .carousel-control-prev{
    width: auto;
    opacity: 1 !important;
    background-color: #edf9fc;
}

/* ==================== *\
          BLOG
\* ==================== */
.btn2{
    color: #f8B597 ;
    font-size: 13px ;
    font-family: raleway,;
}

.btn-primary{
    background-color: transparent;
}

.btn-primary:hover {
    background-color: transparent;
    color: #67c0D3;
    text-decoration: none;
}

.card{
    border-color: #f8B597;
}


.carousel-indicators li{
    width: 100%;
    height: 27px;
    text-indent: 0;
    color: #67c0D3;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

.carousel-indicators li:first-child{
    border-radius: 20px 0 0 20px;
}

.carousel-indicators li:last-child{
    border-radius: 0 20px 20px 0;
}

.carousel-indicators .active{
    background-color: #f8B597;
    color: #ffffff;
}

.carousel-indicators li{
    background-color: rgba(248,181,151,.2);
}


.carousel-indicators{
    margin-left: 0;
    margin-right: 0;
    top: -30px;
    bottom: auto;
}