@font-face {
    font-family: FredokaOne;
    src: url(FredokaOne-Regular.ttf);
}

body, html{	
	height: 100%;
	padding: 0;
	margin: 0;
     	background-color: #c70025;
     	font-family: FredokaOne;
}

h1{
	font-weight: normal;
	font-size: 2em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 30px;
	width: 250px;
	color: #FFFFFF;
	text-align: center;
}

h2{
	font-weight: normal;
	font-size: 1em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 250px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}

h3{
	font-weight: normal;
	font-size: 1em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 250px;
	color: #FFFFFF;
	text-align: center;
}

h4{
	font-weight: normal;
	font-size: 0.7em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}

table, td {
  border-collapse: collapse;
  border: 3px solid white;
  margin: 0 auto;
}

.planning {
	font-weight: normal;
	font-size: 0.7em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 30px;
	color: #FFFFFF;
	text-align: center;
	display:block;
}

.social {
  border: none;
  margin: 0 auto;
  margin-top: 10px;
}

.social td {
  border: none;
}

a{
	font-weight: normal;
	font-size: 1em;
	font-family: FredokaOne;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 250px;
	color: #FFFFFF;
	text-align: center;
	display:block;
}

#form{
	height: 100%;	
	background-color: #c70025;
	overflow: hidden;
	position: relative;
	
}

form{
	margin: 0 auto;
	width: 250px;
	padding-top: 40px;
	color: white;
	position: relative;
}

input, textarea, select, p{
	border: none;
	border-radius: 20px;
	outline: none;
	padding: 10px;
	font-family: FredokaOne;
	font-size: 1em;
	color: #676767;
        background-color: #FFFFFF;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	border: solid 3px #98d4f3;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
input:focus, textarea:focus{
	border: solid 3px #77bde0;	
}

textarea{
	height: 100px;	
	resize: none; 
	overflow: auto;
}

label{
	font-size: 1.5em;
	margin-top: 20px;
	padding-left: 20px;
}

p {
	background-color: #FFFFFF;
	color: #c70025;
	text-align: center;
	height: 50px;
	width: 250px;
	cursor: pointer;
	margin-top: 30px;
        margin-bottom: 60px;
	font-size: 1.2em;
	font-family: FredokaOne;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

p:hover{
background-color: #c70025;
     color: #FFFFFF;
}

hr { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
}