h1,
h2,
h3{
    font-family: 'Montserrat', arial, sans-serif;
}

h1{
    font-weight:600;;
}

h2,
h3{
    font-weight:400;
}

body{
    font-weight:300;;
}

footer{
    color:#fff;
    background-color: #2A4854;
}

footer a{
    color:#fff;
}

footer a:hover{
    color:#fff;
    text-decoration: underline;
}

a{
    color:#2A4854;
    text-decoration: none;
}

a:hover{
    color:#2A4854;
}

.bckg-isGrey{
    background-color: #F5F5F5;
    border-bottom: 1px solid #DFDFDF;
}

.btn-primary{
    color:#2A4854;
    border-color:#FCD21D;
    background-color:#FCD21D;
}

.btn-primary:hover{
    color:#2A4854;
    border-color:#FCD21D;
    background-color:#FCD21D;
}

#mainNav {
    color:#000;
    background-color: #A9BDC8;
}

#site-navigation{
    margin-left:20px;
}

.menu{ 
    margin-bottom:0;
}

#docsSearch {
    padding: 1.5em 0;
}

.category-list .categoryPost {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 1.5em 1em;
    cursor: pointer;
}

.categoryPost {
    position:relative;
}

.categoryPost:hover{
    background-color:#FCD21D;
}

.categoryPost a{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.articleList a {
    color:#2A4854;
    font-size: 16px;
}

.articleList h2 {
    line-height:18px;
}

.categorieList a {
    color:#2A4854;
    font-size:12px;
} 

/*
*****WORDPRESS
*/
.entry-meta{
    display:none;
}
.search-field{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-submit{
    display: inline-block;
    font-weight: 400;
    color: #2A4854;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #FCD21D;
    border: 1px solid #FCD21D;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.skip-link,
.screen-reader-text,
.site-branding,
.nav-links,
.menu-toggle{
    display:none;
}

@media (max-width:700px){
    .search-field{
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}