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

* {
	margin:0px;
	padding: 0px;
}
body {
	font-family: 'Raleway', sans-serif !important;
	background: #d4fffb !important;
}
.loadingscreen {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 99;
    align-items: center;
    display: flex;
}
.loadingscreen img{
    margin: 0px auto;
}
.logo {
	width: 250px;
	margin: 0px auto;
	display: block;
}
h2 {
	text-align: center;
	text-transform: uppercase;
    font-size: 34px;
    padding: 30px;
    color: #000;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 5px 5px 0px #b1a9a9;
}
/*
h2::after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #dacbcb;
	width: 100px;
	left: calc(50% - 50px);
	bottom: 20px;
	box-shadow: -12px 5px 0px 0px #dacbcb;
}
*/
.row {
	margin-bottom: 20px;
}
.img-holder img {
	opacity: 0.7;
}
.img-holder:hover img {
	opacity: 1;
    box-shadow: 3px 3px 0px 0px #000;
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    transition: box-shadow ease-in 0.2s;
}

input, textarea{
	border: none;
	background: #fff;
	width: 100%;
	padding: 10px;
	outline: none;
	border:2px solid #000;
}
textarea {
	min-height: 150px;
}
.insub {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.cp {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
footer {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	padding: 20px;
	background: #000;
}