@charset "UTF-8";
body {
    background-image: url(../assets/lb/background1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
	margin: 0px;
	padding: 0px;
    height: 1500px;
}
/*#bodywrap {
    width: 100%;
    background-image: url("../assets/lb/background1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0px;
    background-attachment: fixed;
    position: absolute;
    height: 1667px;
}*/
#contentbox {
    width: 75%;
    font-size: large;
    top: 100px;
    position: absolute;
    left: 15%;
    right: 15%;
    padding-top: 0px;
}
#content {
    width: 80%;
    background-color: #EEEEEE;
    background-repeat: repeat;
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: large;
    padding: 50px;
    -webkit-box-shadow: 5px 5px 15px #5A5A5A;
    box-shadow: 5px 5px 15px #5A5A5A;
    position: absolute;
}
#thankyoubox {
    width: 60%;
    font-size: large;
    top: 50px;
    position: absolute;
    left: 20%;
    right: 20%;
    padding-top: 0px;
}
h1 {
    font-size: xx-large;
    font-style: oblique;
    top: auto;
    text-align: center;
}
h2 {
    font-size: x-large;
    font-style: oblique;
    top: auto;
}
#gun {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    top: auto;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
    font-style: oblique;
	font-weight: normal;
    text-align: center;
}
.centered {
    text-align: center;
}
.small {
    font-size: small;
}
/*p {
    font-size: medium;
}*/
.large {
    font-size: large;
}
input[type=submit] {
    border-style: solid;
    width: 300px;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255,0,4,1.00);
    color: rgba(255,255,255,1.00);
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
}
input[type=text] {
    height: 25px;
    background-color: #FFFFFF;
}