

@media screen and (max-width: 1300px) {

	section.hero h1 {
	}

}

@media screen and (max-width: 1215px) {


	section.header .navlink {
		display: inline-flex;
	}
	section.header nav {
		display: none;
	}

	section.footer .footer-col.logo a {
		height: 3rem;
	}
	section.footer .footer-col.copyright p {
	    font-size: 9pt;
	}

}

@media screen and (max-width: 1100px) {

	section.main_hero .background {
		opacity: .2 !important;
	}

}

@media screen and (max-width: 1023px) {


	.content h1, .title.is-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2 {
	    font-size: 29pt;
	}

	section.modal h2 {
	}
	.content p {
	    /* font-size: 0.9em; */
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2rem;
	}

}

@media screen and (max-width: 960px) {

	#home section.hero.is-large .hero-body {
		padding: 6rem 1.5rem;
	}

	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
	}
	section.footer .footer-cols .footer-col.menu {
		margin-right: auto;
	}
	section.footer .footer-cols .footer-col.copyright {
		display: none;
	}
	section.footer .footer_small_print_mobile {
		display: block;
	}

}

@media screen and (max-width: 900px) {

	section.hero h1 {
		font-size: 8vw;
	}

/*	section.hero.is-small .hero-body {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
*/
}

@media screen and (max-width: 768px) {

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
		margin-bottom: 20px;
	}

	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
		margin-bottom: 2rem;
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
		margin-top: 2rem;
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal p img {
		display: none;
	}
	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

/*	.section {
    	padding-top: 4.5rem;
    	padding-bottom: 4.5rem;
    }
*/

	section.cta_banner,
	section.cta_banner p {
		text-align: center !important;
	}

	section.main_hero {
		text-align: center;
	}

}

@media screen and (max-width: 660px) {

	.content h1, .title.is-1 {
		font-size: 40pt;
	}
	.content h2, .title.is-2 {
	    font-size: 27pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}

}

@media screen and (max-width: 560px) {

	section.hero h1 {
	    font-size: 11vw;
	}
	section.footer .footer-cols {
		display: block !important;
	}
	section.footer .footer-cols .footer-col {
		margin-bottom: 2rem;
		text-align: center;
		padding-right: 0;
	}
	section.footer .footer-col.icons .socials {
		margin-right: .5rem;
	}

}

@media screen and (min-width: 501px) and (max-width: 560px) {

	section.header .navbar-end .navbar-item .button {
		padding: 0.9rem 1.2rem;
		border: none !important;
		font-size: 0.9rem;
	}
	section.header .navbar-end .navbar-item .button i {
		/*display: none;*/
	}

}

@media screen and (max-width: 500px) {

	section.header .navbar-end .navbar-item .button {
		/*		font-size: 0;
		padding: 0 0 0 4px;
		width: 37px;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;*/
		padding-left: 1rem;
		padding-right: 1rem;
		}
	section.header .navbar-end .navbar-item .button i {
/*		font-size: 1rem;
		margin: 0 !important;*/
	}

}
