

/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  background-color: #fff;
  font-size:1.2em;
}

a {
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

#container {
	margin:auto;
	width:100%;
	}

.logo{
	margin:auto;
	 display: block;
	 width:30%;
     }
	 
@media screen and (max-width: 620px) {
	.logo{
	margin:auto;
	 display: block;
	 width:80%;
     }
	
}	 


h1, h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size:2.2em;
}

.text {
	text-align:center;
}

.text .title {
	  font-weight: bold;
  font-size:1.4em;
}

.madeby {
	margin:auto;
	width:15%;
}

