
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

p {
    margin: 0 0 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin:0 0 30px 0;
    padding:0;
    list-style-position: inside;
}


/* -- TYPOGRAPHY -- */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: .02rem;
    color:#333333;
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.5rem 0;
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #27205b;
}

a {
    outline: none;
}
  
a:link, a:visited, a:active {
    color: #3cb5a1;
    text-decoration: underline;
    transition: ease-in-out 0.5s;
}
  
a:hover {
    color: #27205b;
    text-decoration: underline;
}

/* -- SETIONS -- */

#language {
    padding:20px 0;
}

#language h1 {
    font-size:24px;
    line-height: 1;
    margin-bottom: 0;
}

#language ul {
    padding:0;
    margin:0;
    list-style:none;
}

#language ul li {
    margin-left:3px;
    display:inline-block;
}

#language img {
    border:1px solid #f1f1f1;
}

#header {
    padding:0 0 30px 0;
}

#header .col-lg-8,
#header .col-md-12 {
    padding: 2.5em;
    background-color: #3cb5a1;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    color:#ffffff; 
}

#header h1 {
    color:#ffffff;
}

#intro h4 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.5rem;
    margin:0;
}

#intro p:last-child {
    margin:0;
}

#content {
    padding:30px 0;
}

#content .directlinks a {
    display:inline-block;
    margin-bottom:15px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    h1, h2, h3, h4, h5, h6 {
        font-size: 1.75rem;
    }

    #content .directlinks {
        margin-bottom: 30px;
    }
    
    #content .directlinks br {
        display:none !important;
    }

    #content .directlinks a {
        display:inline;
        margin-right:10px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 667px) {

    #language {
        padding:15px 0;
        text-align: center;
    }

    #language h1 {
        font-size:19px;
        margin-bottom:15px;
        
    }

    #language .text-end {
        text-align:center !important;
    }

    #header h1 {
        font-size:20px;
    }

    #header .col-lg-8,
    #header .col-md-12 {
        padding: 1.5em;
        font-size: 16px !important;
    }

}