/*
Theme Name: Meconet
Description: Kustomoitu teema Meconet.net-sivustolle
Version: 1.0
Author: Verkkoasema Oy
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meconet

Do not remove, do not edit files below:
*/
@import url('css/reset.css');
@import url('css/base.css');
@import url('sass/main.css');
.has-lightblue-background-color { background:#eef3f6; }
.has-blue-background-color { background:#176dcc; }
.has-black-background-color { background:#000000; }
.has-white-background-color { background:#ffffff; }
.wp-block-group.fullwidth { max-width:none; width:100%; padding:4rem 0; }
.wp-block-group.fullwidth .wp-block-group__inner-container { width:90%; max-width:940px; margin-left:auto; margin-right:auto; }

/* Custom styles/overrides here, replace with your own */
#main-menu li.keep-together > ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) { 
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) { 
}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) { 
}

/* Extra large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {    
 }
