@import url('http://fonts.googleapis.com/css?family=Passion+One|Roboto');

body {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#242B83;
	/*background:url(../img/bg.png) center center;*/
    background-size: cover;
	font-family:  'Roboto', sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
		color: #FFFFFF;
}

.container
{
	background-color:#4162B6;
	/*background-image:url(../img/bg.png);*/
	
}


footer {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  color:#FFF;
  font-size:12px;
}

footer a, footer a:hover {color: #FF0; }

@media (max-width: 768px) {
	header {text-align:center;line-height:normal;}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


.style1 {color: #FF0099}
.style2 {
	font-size:16px;
	font-weight: bold;		 
}
.textsize10{ font-size:10px}
.textsize20{ font-size:20px}
.textsize30{ font-size:30px}
