* {margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;}

.formcontainer {
    position: block;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
	z-index: 10;

}

.contact-form {
    width: 100%;
    margin: 0 auto;
}
.form-group {
    padding: 0.5rem;
}
.boxyboi {
    height: 35px;
	width: 100%;
	margin-bottom: 1%;
    border:none;
    border-radius: 0.2rem;
    padding: 0 5px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
}
.boxyboi:focus {
    -webkit-box-shadow: 0px 0px 10px #aaa;
            box-shadow: 0px 0px 10px #aaa;
}

.boxyboiforuploadyboi {
	width: 100%;
	margin-bottom: 1%;
    border:none;
    border-radius: 0.2rem;
    padding: 0 5px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
}
.boxyboiforuploadyboi:focus {
}
.uploadyboi {
	margin-bottom: 7.5px;
}

.messageboi {
    height: 105px;
    width: 100%;
    border:none;
	margin-bottom: 1%;
    border-radius: 0.3rem;
    padding: 5px 5px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    font-family: 'Raleway', sans-serif;
	font-size: 110%;
}
.submit {
    width:100%;
    height:35px;
    border:none;
    border-radius: 0.2rem;
    color:#FF9317;
    background: #2C7B52;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
	font-size: 110%;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.submit:hover {
    background: #2C7B52;
	color:#fff;
}

.status {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	text-align: left;
	color: #008E5B;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 700;
}

.status span {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	text-align: left;
	color: red;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 700;
}
@media only screen and (max-width: 1269px) {
.status span {
	font-family: 'Raleway', sans-serif;
	font-size: 90%;
	text-align: left;
	color: red;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 700;
}
}

.formyboi {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	text-align: left;
	color: #757575;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 7.5px;
	display: inline;
	float: left;
	font-weight: 400;
}
@media only screen and (max-width: 1299px) {
.formyboi {
	font-family: 'Raleway', sans-serif;
	font-size: 90%;
	text-align: left;
	color: #757575;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 7.5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 400;
}
}
.form-style1 {
	font-family: 'Roboto', sans-serif !important;
	text-align: left;
	color: #fff !important;
	
	
}
.form-headline1 {
	font-family: 'Josefin Slab', serif;
	font-size: 150%;
	text-align: center;
	color: #000;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 20px;
	display: inline;
	margin-bottom: 0;
	font-weight: 200;
    z-index: 5000;
    float: left;
	}
@media only screen and (max-width: 1500px) {
.form-headline1 {
	font-family: 'Josefin Slab', serif;
	font-size: 150%;
	text-align: center;
	color: #000;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 20px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 200;
    z-index: 5000;
	}
}
.form-headline2 {
	font-family: 'Square Peg', cursive;
	font-size: 180%;
	text-align: center;
	color: #444;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 2px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 200;
    z-index: 5000;
	
}
@media only screen and (max-width: 1500px) {
.form-headline2 {
	font-family: 'Square Peg', cursive;
	font-size: 180%;
	text-align: center;
	color: #444;
	width: 100%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 2px;
	display: inline;
	float: left;
	margin-bottom: 0;
	font-weight: 200;
    z-index: 5000;
	 
}
}