@charset "UTF-8";
/* CSS Document */

body,h1 {font-family: "Raleway", sans-serif}

	a {text-decoration: none;}

body, html {height: 100%}

.bgimg {
  background-image: url("../img/bg_now2.jpg");
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.w3-animate-top {
	font-size: 11vw;
}


@media screen and (min-width: 901px) {
 .w3-animate-top {
	font-size: 9vw;
}
}

@media screen and (min-width: 601px) {
 .w3-animate-top {
	font-size: 5vw;
}
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
 .w3-animate-top {
	font-size: 9vw;
}
}

@media screen and (max-width: 400px) {
 .w3-animate-top {
	font-size: 6vw;
}
}