body {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-color: black;
    background-size: cover;
    color: black;
    font-family: 'Open Sans';
}

h1 {
    color: #ffff00;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
    background:rgba(0,0,0, 0.6);
    padding: .2em;
}

h4 {
    background:rgba(255,255,0, 0.6);
    padding: .2em;
    padding-left: 1em;
    margin-top: .5em;
}

h3,h4,h5 {
    color: #757575;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

a {
    color: #757575;
}

a:hover {
    color: #fff;
}


.infocontainer {
    background:rgba(255,255,255, 0.7);
    padding: 1.5em;
}


.flyers img {
    display: block;
    margin: 0 auto;
}

.flyers {
    text-align: center;
}

hr {
    border-width: 0;
}

footer {
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
}

i {
    color: #ffff00;
}

.fi-social-facebook {
    font-size: 2rem;
    text-shadow: 0px 0px 8px #555;
}

.fi-social-instagram {
    font-size: 2rem;
    text-shadow: 0px 0px 8px #555;
}

.fi-social-twitter {
    font-size: 2rem;
    text-shadow: 0px 0px 8px #555;
}

.fi-social-youtube {
    font-size: 2rem;
    text-shadow: 0px 0px 8px #555;
}

iframe {
    width: 100%;
}


.special {
    float: right;
}


input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 0;
		border: 0;
		color: #333 !important;
		cursor: pointer;
		display: block;
		font-weight: 700;
		height: 3em;
		letter-spacing: 0.2em;
		line-height: 3.15em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
                margin: 0 auto;
                width: 150px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.5);
			color: #333 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.5);
			color: #333 !important;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				color: #a8b0b3;
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #333;
			border: 0;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #ffff00;
                                color: #333 !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #333;
			}

			input[type="submit"].special.icon:before,
			input[type="reset"].special.icon:before,
			input[type="button"].special.icon:before,
			button.special.icon:before,
			.button.special.icon:before {
				color: #333;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #6f7577 !important;
			box-shadow: none !important;
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}
            .radius {
                margin-top: -20%;
            }
            
            .mainlogo {

            }
            
            .foot {
width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
}