/*
 Theme Name:   Screenr Child
 Theme URI:    https://www.famethemes.com
 Description:  Screenr sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     screenr
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  screenr-child
*/


/* Add your custom css below
-------------------------------------------------------------- */

.swiper-slider.full-screen .swiper-slide-intro h1 {
	text-shadow: 1px 1px 3px #f4f4f4;
}

@media (max-width: 768px) {	
	#hero,
	#hero .swiper-slide, 
	.swiper-slider.full-screen .swiper-slide-intro {
		max-height: 600px;
	}
	
	.swiper-slider.full-screen .swiper-slide-intro h1 {
		font-size: 4rem !important;
    	text-align: center;
	}
}

@media (max-width: 640px) {	
	#hero,
	#hero .swiper-slide, 
	.swiper-slider.full-screen .swiper-slide-intro {
		max-height: 480px;
	}
	.swiper-slider.full-screen .swiper-slide-intro p {
		text-align: center;
	}
	.swiper-slider.full-screen .swiper-slide-intro .swiper-intro-inner > div {
		margin-left: 5%;
		margin-right: 5%;
  		width: 90% !important;
	}
	
}

@media (max-width: 480px) {
	
}