@charset "utf-8";
/* CSS Document */

{
	margin: 0;
	padding: 0;
}
html { font-size: 100%; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol {
	font-size: 1.2em;
	font-weight: 300;
}
ul, li { list-style: none; }

/* Basics */
/*-------------------------------------------------------------------- */
.clear { 
	clear: both;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #005a70;
	font-family: 'Asap', sans-serif;
	background-image: url(../images/structure/background-black.jpg);
	background-repeat: repeat;
}

#main-body {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 25px;
}
#main-body #header {
    height: 60px;
    text-align: center;
    background-color: #005a70;
    display: block;
    width: 100%;
}
#main-body #header h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 41px;
    padding-top: 8px;
    color: #FFF;
    margin: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #FFFFFF;
}

input[type=text] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	color: #005a70;
	margin-bottom:5px;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: 0;
}

input[type=checkbox] {
	transform: scale(1.5);
	-webkit-border-radius: none;
	border-radius: 0;
	position: absolute;
	accent-color: #005a70;
}

input[type=number] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	color: #005a70;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: 0;
	width: 55px;
}

input[type=tel] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	color: #005a70;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: 0;
}

input[type=email] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	color: #005a70;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: 0;
}




#main-body .checkbox1 {
	margin-left: 20px;
	padding-top: 4px;
	margin-top: 10px;
}
#main-body .checkbox1 label {
	margin-left: 30px;
}

#main-body .checkbox2 {
	margin-left: 20px;
	padding-top: 4px;
	margin-top: 10px;
}
#main-body .checkbox2 label {
	margin-left: 30px;
	display: block;
}

.resizableinput label {
	float: left;
	font-size: 18px;
	padding-top: 3px;
}
.resizableinput .resizableinput2 {
	padding: 0 25px 0 0;
    overflow: hidden;
}

.resizableinput .resizableinput2 input {
	width: 100%;
}
#main-body .resizableinput {
	margin-left: 7px;
	margin-top: 15px;
}
#main-body .birthdateinput label {
	font-size: 18px;
	float: left;
	padding-top: 8px;
}
#main-body .birthdateinput {
	margin-top: 15px;
	margin-left: 7px;
}
#main-body .status {
	margin-top: 15px;
	padding-left: 20px;
}
#main-body .status label {
	padding-left: 25px;
}
#main-body .status .status2 {
	float: left;
	width: 150px;
	margin-top: 15px;
}
#main-body .status .status3 {
	margin-top: 15px;
	width: 150px;
	float: left;
}
#main-body #form1 .birthdateinput input {
	text-align: center;
}
#main-body #cardbreak {
    background-image: url(../images/structure/background-black.jpg);
    background-repeat: repeat;
    display: block;
    height: 50px;
    width: 100%;
    margin-top: 20px;
}
#main-body #backbluebox {
    display: block;
    background-color: #C4C4C4;
    height: 135px;
    width: 100%;
    padding-top: 10px;
}
#main-body #backbluebox .checkbox1 h1 {
    font-size: 16px;
    margin-left: 40px;
    margin-top: 0px;
    color: #005a70;
    margin-bottom: 0px;
}
#main-body h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #005a70;
    text-align: center;
    font-size: 24px;
}
#main-body textarea {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #005a70;
}

.button {
    width: 70%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 0px;
    background-color: #005a70;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    color: #FFF;
    -webkit-appearance: none;
    height: 50px;
}

.button:hover {
	background-color: #CCC;
	border: 0px;
}

/*FOOTER--------------------------------------------------------------------------------*/

#footer {
	height: 100px;
	background-image: url(images/background-black.jpg);
	background-repeat: repeat;
}
#footer #footer-content {
	width: 100%;
}

#footer-clover {
	display: none;
}

#footer-churchinfo {
	margin-left: auto;
	margin-right: auto;
	width: 375px;
}
#footer-churchinfo h1 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

#footer {
	background-image: url(../images/structure/background-black.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	width: 100%;
	height: auto;
}

#footer-content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footerinfoteachings {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer #footerinfoteachings #footer-content #footer-churchinfo h1 {
	margin: 0px;
}
#footer #footerinfoteachings #footer-content #footer-copyright {
    font-family: ASAP, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

#footer-content a {
    color: #FFFFFF;
}

#footer-content a:link {
    color: #FFFFFF;
    text-decoration: none;
}
#footer-content a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#footer-content a:hover {
	color: #fe6b01;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000000;
}
#footer-content a:active {
	color: #fe6b01;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000000;
}
