/*
Theme Name: 3oct
Theme URI:
Author: Commandos
Author URI: http://www.commandos.nl
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3 October Vereeniging
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.toggle-views {
  display: flex;
  flex-direction: row;
}

/* Mobiel */
@media (max-width: 768px) {
  .toggle-views {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
    .hero-meta-1 {
        padding-top:10%;
    }
}

@media screen and (min-width: 768px) {
	.hero-meta-1 {
        padding-top:12%;
    }
}

@media (min-width: 977px) {
    .horz-navigation__categories {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1440px) {
    .hero-heading-1 {
        font-size: 5.875rem;
        line-height: 1.1;
        margin-bottom: 4rem;
    }
}