@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Klinic Slab Bold";
	src:url(../../Downloads/KlinicSlab_Personal_License/KlinicSlabBold.otf);
}
		body {background-image: url(Images/background-1932466_1920.jpg);
			background-size: cover;
			background-repeat: repeat;
	}
		h1 {font-family: "Klinic Slab Bold";
			color: #CF1C44;
			text-align: right;
			font-size: 20pt;
			margin-top: -55px;
	}
		h3 {font-family: "Klinic Slab Bold";
			color: #CF1C44;
			text-align: center;
			font-size: 24pt;
			margin-top: 55px;
	}
		p {font-family: "Klinic Slab Bold";
			color: #0B9446;
			font-size: 20pt;
			text-align: center;
	}
		a {font-family: "Klinic Slab Bold";
			display: inline-block;
			color: #000000;
			font-size: 20pt;
			text-align: center;
			margin: 15px;
			background-color: white;
			padding: 10px;
	}
		a:hover {color: #CF1C44;
	}
		a:active {color: #0B9446;
	}
		img {display: block;
			margin: auto;
			margin-top: 20px;
	}
		div.transbox {background-color:rgba(255,255,255,0.68);
}
input[type=text], select, textarea {
    width: 90%;
	padding: 12px;
    border: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
	margin-left: 15px;
    resize: vertical;
	font-family: "Klinic Slab Bold";
	display: list-item;
}
input[type=submit] {
    background-color: #0B9446;
    color: white;
    padding: 12px 20px;
	font-family: "Klinic Slab Bold";
	margin-left: 250px;
	margin-bottom: 15px;
}
label {font-family: "Klinic Slab Bold";
}
div.container {background-color:rgba(255,255,255,0.68);
	margin:0 auto;
	width:30%;
	text-align:left;
}