@charset "utf-8";

@font-face {
    font-family: 'Handel';
    src: url('fonts/HandelGothicHevert-Bold.eot');
    src: url('fonts/HandelGothicHevert-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HandelGothicHevert-Bold.woff2') format('woff2'),
        url('fonts/HandelGothicHevert-Bold.woff') format('woff'),
        url('fonts/HandelGothicHevert-Bold.ttf') format('truetype'),
        url('fonts/HandelGothicHevert-Bold.svg#HandelGothicHevert-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'TheSans6';
	src: url('fonts/TheSans-LP6SeBld.eot');
    src: url('fonts/TheSans-LP6SeBld.eot?#iefix') format('embedded-opentype'),
        url('fonts/TheSans-LP6SeBld.woff2') format('woff2'),
        url('fonts/TheSans-LP6SeBld.woff') format('woff'),
        url('fonts/TheSans-LP6SeBld.ttf') format('truetype'),
        url('fonts/TheSans-LP6SeBld.svg#TheSans-LP6SeBld') format('svg');
    font-weight: 600;
    font-style: normal;
}
body {

}
.wrapper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a3ccee+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(163,204,238,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(163,204,238,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(163,204,238,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ccee', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.modal-lg, .modal-dialog {
	max-width: none !important;
	width: 90% !important;
}
.modal-muster {
	max-width: none !important;
	width: 350px !important;
}
h1 {
	font-family: Handel;
	color: #bc0f21;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 40px; 
}
h3 {
	font-size: 16px;
	font-family: TheSans6;
	
}
#logo {
	float:right;
	padding: 20px;
}
a {
	cursor: pointer;
}