body{font-family: 'Lobster', cursive}
.intro{
	display:flex;
	align-items:flex-end;
	min-height:100vh;
	background:#fff url(../img/bg.jpg) center center no-repeat;
	background-size:cover;
	color:#000;
}
.title{width:100%;padding:2em 0}
.title h1{margin:0;color:#fff;text-shadow:5px 5px #000;font-size:10em}

/* XS and up */
@media(max-width: 767px){
 .intro{align-items:flex-start}
 .title h1{font-size:2em}
}

/* SM and up */
@media(min-width: 768px){
}

/* MD and up */
@media (min-width: 992px){
}

/* LG */
@media(min-width: 1200px){
}