:root{            
    --primary-color: #F9FBE7;
    --second-color:#F0EDD4;
    --third-color:#ECCDB4;
    --fourth-color:#ECCDB4;
    --color-dark:#31363F;
    --background-white:#f7f8f9;
    --color-white:#ffffff;
    --color-green:#66cc66;
    --background-section:#E4E0E1;
}

h2 {
    color: var(--color-dark);
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-transform: uppercase;
}
h3 {
    color: var(--color-dark);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}
h4{
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    letter-spacing: .025em !important;
    line-height: 1.5em !important;
    text-transform: uppercase !important
}
h5 {
    color: var(--color-dark);
    font-size: 12px;
    font-weight: 500;    
    line-height: 1.33em;
    text-transform: uppercase;
}
h6 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
}

li{
    list-style: none;
}

body{
    background-color: var(--color-white);
    color: var(--color-dark);
    font-family: Roboto, sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.75em;
    text-transform: none;
}


#story {
    margin-top: 5px !important;    
    padding-top: 80px !important;    
    text-align: center;
    margin:0 auto;
    background:url('../images/bg-loop.jpg') repeat-x;
    .button {        
            font-family: inherit;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            outline: 0;            
            line-height: 1em;           
            font-weight: 700;
            text-transform: uppercase;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
            padding: 18px 70px;
            cursor: pointer;        
    }
}

#care {
    margin-top: 80px !important;    
    padding-top: 80px !important;
    padding-bottom: 150px !important;
    
    background-image: url();
    background-position: center center; 
    background-repeat: no-repeat; 
    .title_care:a{
        color:var(--color-dark);
        font-size: 0.95rem;
        
    } 
    
}

#service {
    margin-top: 80px !important;    
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-color: var(--background-section);
    background-image: url();
    background-position: center center; 
    background-repeat: no-repeat; /
}

#highlights {
    margin-top: 5px !important;    
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-color: var(--background-section);
    .title_blog:a{
        color:var(--color-dark);
    } ;
    
}
#blog{
    margin-top: 80px !important;    
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    .readmore{
        font-size: 0.9rem;
    }
}

li.lang-item {
    float: left;
    padding-right: 5px;
    padding-top: 8px;
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.img-care{
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin:0 auto
}
h6.title_care {
    font-size: 0.9rem;
}
/* Article Page, Post, Archive */
#article-top{
    position: relative; text-align: center; color: white;
    img{
        width: 100%; height: auto; display: block;
    }
}
.article-text{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

#footer{
    margin-top:50px; 
}