.single-post .content-article > header > h1{
    font-family: 'Migra bold';
    text-align: center;
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}

/*.article-row > h2 {
    font-family: 'Suisse regular';
    text-align: center;
    padding-top:50px;
    padding-bottom: 20px; 
}*/

.page h1 {
    /*color: #1a2d55;*/
    font-weight: initial;
    font-size: 80px;
    text-align: center;
}

.article-row > h4 {
    /*color: #1a2d55;*/
    text-align: center;
}

article > h1 {
    font-size: 2.1em;
}



.article-row > ul {
    display: flex;
    display: -ms-flexbox; /* Internet explorer */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* Internet explorer */
}

.page .article-row > ul {
    margin-bottom: 2em;
    margin-left: 25%;
}

.page .article-row > ul > li, .page .article-row > ol > li  {
    font-family: "Suisse regular", sans-serif;
    color: #000;
}

.page .article-row > ul > li {
    width: 80%;
    margin-left: 10%;
    list-style: none;
    padding-left: 0px;
    display: flex;
    display: -ms-flexbox; /* Internet explorer */
}

@media screen and (max-width: 400px) {
    .article-row > ul {
    }

    .page .article-row > ul > li {
        width: 100%;
    }
}

.page .article-row > ul > li:before {
    content: "→";
    padding-right: 20px;
}

.article-row > h3 {
        font-family: "Suisse light", sans-serif;

    color: black;
    font-weight: normal;
    text-align: center !important;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    /*padding-left:0px;
    padding-right:0px;*/
   /* padding-left: 23%;
    padding-right: 23%;*/
}

.article-row > h3 strong {
        font-family: "Suisse light", sans-serif;
}


.copyright {
    font-size: 0.8em;
}

/* Meet our team anchor link */
/*.page .article-body [id]:before {
    display: block;
    content: " ";
    height: 150px;
    margin: -150px 0 0;
}*/

.page [id^=menu]:before {
    display: none;
}

.homepage{

    
}
