@font-face {
  font-family: 'KlavikaBasic-Bold';
  src: url('KlavikaBasic-Bold.eot?#iefix') format('embedded-opentype'),  url('KlavikaBasic-Bold.otf')  format('opentype'),
	     url('KlavikaBasic-Bold.woff') format('woff'), url('KlavikaBasic-Bold.ttf')  format('truetype'), url('KlavikaBasic-Bold.svg#KlavikaBasic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}@font-face {
  font-family: 'Museo-700';
  src: url('Museo-700.eot?#iefix') format('embedded-opentype'),  url('Museo-700.otf')  format('opentype'),
	     url('Museo-700.woff') format('woff'), url('Museo-700.ttf')  format('truetype'), url('Museo-700.svg#Museo-700') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: 'KlavikaBasic-Bold', sans-serif;
}
.logo{
	margin:0 auto;
}
.container{
	margin-top:5%;
}
#textFormat{
	font-size:16px;
	padding:0px;
	font-weight:normal;
	color:#232222;
	text-align:left;
	text-decoration:none;
	vertical-align: bottom;
}
#line{
	width:40%;
	height:3px;
	background-color: #ec145b;
}


@media only screen and (max-width: 990px) {
    .btn-primary {
        margin-top:5px !important;
        font-size:18px !important;
    }
	    
	#coverImg{
		max-width: 120px;
		margin:0 auto;
	}
}