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


.container {
  padding:0;
}

body { font-family: 'Playfair Display', serif;
	text-align:center;
	color:#333;
  background: url(img/motivational-quotes.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {font-size:60px; font-weight:700;}
p {font-weight:400;font-size:24px;font-style:italic;}

@media screen and (max-width: 767px) {
h1 {font-size:44px;}
p {font-weight:400;font-size:20px;}
}
