/*
Theme Name: Report Online
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the Report Online team
Author URI:
Description: 
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reportonline
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

#aboutus .panel-title a{
    text-transform: none !important;
}
/*#dynamicHeight.card-wrap{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/
/*#dynamicHeight.card-wrap:before, #dynamicHeight.card-wrap:after {*/
/*        display: none;*/
/*}*/
.wrapper-alignment.card-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height:100vh;
}
.wrapper-alignment.card-wrap:before, .wrapper-alignment.card-wrap:after {
        display: none;
}
@media(min-width: 768px){
body header .navigation-links ul{display: flex;justify-content: center;}
header .container{width: 100% }

}