@charset "UTF-8";
/* CSS Document */
body{
	background-image: url("images/background.jpeg");
	background-color: #0C2E88;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: aliceblue;
}
header{
	background-color: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
nav p{
	clear: both;
	background-color: #07126A;
	color: white;
	font-weight: bold;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin-left: -10%;
	margin-right: -10%;
}
a:link, a:visited, a:active{
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}
h1{
	color: black;
	font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
footer{
	font-size: 12px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.align-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.align-right{
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clear{
	clear: both;
}
main{
	padding-right: 20px;
	padding-left: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#home-section{
	width: 65%;
}
#dumbbell{
	width: 300px;
	margin-top: 30pt;
}
#box1, #box2, #box3, #box4, #box5, #box6{
	background-color: #6193B2;
	padding: 10px 10px 30px 10px;
	margin-bottom: 30px;
}
.box-img{
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
h2{
	color: black;
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 120px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
h3{
	color: black;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
h4{
	color: black;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul{
	margin-bottom: 5px;
	list-style-position:inside;
	list-style: disc;
	margin-left: 50px;
}
.merch-image{
	width: 350px;
	margin: 30px;
    border: 5px solid #111B30;
}
#image-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
label{
	width: 120px;
	text-align: right;
	float: left;
	display: block;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}
.submit{
	background-color: grey;
	color: #07126A;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 132px;
	margin-top: 12px;
}
.submit:hover{
	background-color:darkgray;
}
.flex-container{
	display: flex;
}
#form-box{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	background-color: slategrey;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 20px;
	box-shadow: 5px 10px 3px 3px grey;
}
#form-section{
	width: 60%;
}
button {
    position: absolute;
	right:90px;
	top: 60px;
	float: right;
	padding: 15px 30px;
	border-radius: 10px;
	background-color: #07126A;
	cursor: pointer;
}
#banner{
	width: 100%;
	justify-content: center;
}

.asterisk{
	color: red;
}
.indicates-required, .mc-field-group{
	margin-bottom: 12px;
}
.mc-field-group, .lable{
	font-weight: bold;
	margin-right: 15px;
	width: 1500px;
	text-aligh: right;
	display: inline-block;
}
#mc-embedded-subscribe, .button{
	background-color: grey;
	color: #07126A;
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
