

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


	#home section.hero .title.is-1, #home section.hero h1 {
	    font-size: 50pt;
	}

	section.header .navlink {
		display: inline-flex;
	}
	section.header .navbar-center {
		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.hero h1 {
    }


}

@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 {
	    padding: 3.5rem 1.5rem;
	}

	#home section.hero .title.is-1, #home section.hero h1 {
	    font-size: 42pt;
	}

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

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

	.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.clients .gallery_image {
    	margin: 0 15px !important;
	}
	section.clients .gallery_image img {
	    max-height: 50px;
	    max-width: 120px;
	}

	section.footer .footer-cols {
		flex-wrap: wrap;
	}
	section.footer .footer-cols .footer-col.logo {
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}

	section.instagram_title h2,
	section.instagram_title p {
		text-align: center !important;
	}
	section.instagram_title .column {
		padding-top: 0 !important;
	}

}

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

	#home section.hero .title.is-1, #home section.hero h1 {
	    font-size: 37pt;
	}
	section.hero p {
	    font-size: 17px;
	}

	.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;
	}

	.fields .field {
		width: 100%;
	}

}

@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;
	}

	section.footer .footer-cols .footer-col.logo {
		text-align: center;
	}

	section.footer .copyright {
		display: block !important;
		text-align: center;
	}
	section.footer .copyright .socials {
		margin-top: 1rem;
	}

}

@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 {
		display: none;
	}
	section.header .navbar-end .navbar-item .button {
	    padding: 0.8rem 1.1rem;
	    font-size: 14px;
	}

	.navbar-item img {
	    max-height: 2.8rem;
	}

	#home section.hero .title.is-1, #home section.hero h1 {
	    font-size: 32pt;
	}
	section.hero p {
	    font-size: 16px;
	}


	section.instagram_title h2 {
		font-size: 23pt;
	}
	section.instagram_title .button {
		font-size: 16px;
		height: 2.6rem;
		padding: 0.5rem 1rem;
	}

}
