/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

@import
	url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f8069d89-aebe-498a-9d94-fe58683210ad")
	;

* {
	margin: 0;
	padding: 0
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer,
	header, nav, section, audio, video {
	display: block
}

a img, fieldset {
	border: 0
}

body {
	font-family: Fira Sans, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button, label, input[type=submit], input[type=button] {
	cursor: pointer
}

textarea, input, button, legend {
	font-family: Fira Sans, Arial, Helvetica, sans-serif
}

legend {
	display: block
}

a, a:link {
	color: #666666
}

a:active {
	background-color: transparent
}

ul, li {
	list-style: none
}

strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}

.btn-primary {
    background-color: #FF0033;
	border: 2px solid #FF0033;
	outline: none;
	color: #fff !important;
	font-family: Fira Sans;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem 1.25rem;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
}
