@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

.title {
	background: white; 
	padding: 20px; 
	margin:0 auto; 
	text-align:center;
}

.title h1 {
	font-size:35px; 
	letter-spacing:8px;
}
h1 {font-family:'Oswald', sans-serif !important; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
h4 {font-family:'Oswald', sans-serif !important; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}

@media only screen and (max-width: 700px) {
  .ipicture {
    display: none;
  }
  	.title {background: white; padding: 20px; padding-top: 70px; margin:0 auto; text-align:center;}
	.title h1 {font-size:35px; letter-spacing:8px;}
}

@media only screen and (max-width: 500px) {
  .ipicture {
    display: none;
  }
  	.title {background: white; padding: 20px; padding-top: 70px; margin:0 auto; text-align:center;}
	.title h1 {font-size:35px; letter-spacing:8px;}
}