html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
}

h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	color: rgb(45, 45, 45);
}

h5 {
	font-size: 28px;
	font-weight: 400;
	color: rgb(45, 45, 45);
}

h1 span {
	color: #2589C8;
	font-weight: 600;
}

h6 {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 0px;
	color: rgb(45, 45, 45);
}

h2 {
	color: #2589C8;
	font-size: 68px;
	line-height: 60px;
	margin-bottom: 0px;
}

h3 {
	font-size: 48px;
	font-weight: 300;
	color: rgb(45, 45, 45);
}

.modal-title {
	font-size: 42px;
}

p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: rgb(45, 45, 45);
}

p span {
	color: #2589C8;
	font-weight: 400;
}

.hero-img {
	background-image: url(../img/background.jpg);
	background-size:  cover;
	background-repeat: no-repeat;
	padding-top: 25px;
}

.img-john {
	max-width: 250px;
}

.text-box {
	background-color: #f5f5f5;
	margin-top: 40px;
	border: 4px solid #fff;
	padding: 15px 20px;
	margin-bottom: 40px;
}

.btn-primary {
	background-color: #2589C8;
	border-color: #2589C8;
	width: 100%;
	font-size: 28px;
	line-height: 48px;
	border-radius: 48px;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #44a1dc;
	border-color: #44a1dc;
}

.sms-consent {
	font-size: 14px;
	margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  padding: 20px 15px;
  height: 56px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s linear;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  background-color: #f9f9f9;
  margin-top: 5px;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-bottom: solid 1px #2589C8;
  outline: 0;
  -webkit-box-shadow: 0 2px 6px -8px rgba(122, 180, 115, 0.45);
	-moz-box-shadow: 0 2px 6px -8px rgba(122, 180, 115, 0.45);
  box-shadow: 0 2px 6px -8px rgba(122, 180, 115, 0.45);
}

.legal {
	font-size: 14px;
	color: #444;
	font-style: italic;
	line-height: 17px;
	margin:  10px 0;
}

.footer {
	background-color: #222;
	color: #f7f7f7;
	padding: 40px 0;
}

.img-logo {
	max-width: 200px;
	margin-bottom: 25px;
}

.footer-links ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}/* ie needs position:relative here*/

.footer-links a {
	text-decoration: none;
	color: #f7f7f7;
	text-align: center;
	font-size: .8em;
	font-weight: 300;
}
.footer-links a:hover {
	color: #fff;
}

.close {
	position: relative;
	top: 0;
	right: 0;
	z-index: 999999;
	color: #000;
	display: block;
	padding: 1px 5px 0;
}

.bullet {
	margin-left:  20px;
	position: relative;
}

.bullet:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #2589C8;
	border-radius: 3px;
	left: -12px;
	top: 12px;
}

@media (min-width: 768px) {
	.modal-dialog {
	    max-width: 750px;
	    margin: 1.75rem auto;
	}

	.modal-content {
		padding: 35px 45px;
	}

	.close {
		position: relative;
		top: -30px;
		right: -30px;
		z-index: 999999;
		color: #000;
		display: block;
		padding: 1px 5px 0;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1100px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-weight: 400;
		font-size: 22px;
		line-height: 28px;
		color: rgb(45, 45, 45);
	}

	h5 {
		font-size: 18px;
		font-weight: 400;
		color: rgb(45, 45, 45);
	}

	h1 span {
		color: #2589C8;
		font-weight: 600;
	}

	h6 {
		font-weight: 300;
		font-size: 18px;
		margin-bottom: 0px;
		color: rgb(45, 45, 45);
	}

	h2 {
		color: #2589C8;
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 0px;
	}

	h3 {
		font-size: 28px;
		font-weight: 300;
		color: rgb(45, 45, 45);
	}

	.modal-title {
		font-size: 22px;
	}

	p {
		font-size: 17px;
		line-height: 26px;
		font-weight: 400;
		color: rgb(45, 45, 45);
	}

	.text-box  {
		margin-top: 20px;
		margin-bottom: 40px;
		position: relative;
		padding-top: 108px;
	}

	.btn-primary {
		font-size: 22px;
		line-height: 40px;
		border-radius: 40px;
		text-transform: uppercase;
	}

	.text-box-title {
		background-color: rgba(255,255,255,.8);
		padding: 4px 0 0;
	}

	.img-john-mobile {
		position: absolute;
		width: 150px;
		top: -28px;
		left:  100px;
		left: calc(50% - 75px);
	}

	.hero-img {
		padding-top: 10px;
	}
}

/* Additional styles for event registration */

* {
font-size: 1em;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

form {
width: 100%;
margin: 0 auto;
}

.box {
padding: 0.5rem;
}
fieldset {
    border: none;
}
label {
display: block;
}

input {
display: block;
width: 100%;
padding: 1rem;
}

select {
display: block;
width: 100%;
padding: 1rem;
}

#registernow{background:#2589C8;font-weight:bold;border-radius:10px;color:white;border:none;}



@media all and (min-width: 35rem) and (max-width: 60rem) {

.box {
float: left;
width: 100%;
}

label {
display: block;
}

#registernow{width:100%;font-size:1.2em}

}

@media all and (max-width:60rem) {
label {

}

.box {
width: 100%;
}

input {
width: 100%;
}

select {
display: block;
width: 100%;
padding: 1rem;
}

#registernow{width:75%;font-size:1.6em}

}

    @media (max-width: 45rem) {

.box {
float: left;
width: 100%;
}

label {
display: block;
}

#registernow{width:100%;font-size:1.0em}

form {
width: 100%;
margin: 0 auto;
}
    
select {
display: block;
width: 100%;
padding: 1rem;
}
    }
