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

@-ms-viewport{
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
 	box-sizing: border-box;
}
html, body {
    height: 100%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
	clear: both;
}
Body { 
	background: url(images/blue_bg.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 13px;
	font-family:'Open Sans', serif;
	color: #0E0E0E;
}
#MainWrap { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	position: relative;
}
.container {
	width:490px;
	margin:0 auto;
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:100px 30px 30px 30px;
	text-align:center;
}
.amself-logo {
	width:550px;
	margin:0 auto;
	text-align:center;
	margin-bottom:-110px;
	padding-top:20px;
}
.push {
	height:60px;
	clear:both;
}
#FooterWrap {
	height:60px;
	position: relative;
	padding:0px 0px;
	background:#134e87;
}
#Footer {
	width:100%;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
}
.form {
	text-align:center;
	margin:20px 0px;
}
.form input {
	float:none;
	display:block;
	padding:10px;
	width:250px;
	margin:0 auto;
	border:thin solid #878787;
	margin-bottom:10px;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}
.form button {
	cursor: pointer;
	  background: #33b5e5;
	  width: 250px;
	  border: 0;
	  padding: 20px 15px;
	  color: #ffffff;

}
#main-nav-wrap {
	background:#134e87;
	padding:10px 0px;
}
#main-nav {
	width:940px;
	margin: 0 auto;
	color:#eaebff;
}
#main-nav ul {
	list-style:none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}
#main-nav ul li {
	flex-wrap:wrap;
}
#main-nav ul li a {
	text-decoration: none;
	display: block;
	padding: .5em;
	color: white;
}
#main-nav ul li a:hover {
	background: darken(deepskyblue, 2%);
}	
@media only screen and (max-width:550px) {
	.amself-logo {
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-bottom:-110px;
		padding:20px 20px 0px 20px;
	}
	.amself-logo img {
		max-width:95%;
		height:auto;
	}
	.container {
		width:90%;
		padding:90px 30px 30px 30px;
	}
	
}
@media only screen and (max-width:350px) {
	.amself-logo {
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-bottom:-90px;
		padding:20px 20px 0px 20px;
	}
	.amself-logo img {
		max-width:90%;
		height:auto;
	}
	.container {
		width:90%;
		padding:80px 30px 30px 30px;
	}
	.form input {
		float:none;
		display:block;
		padding:10px;
		width:100%;
		margin:0 auto;
		margin-bottom:10px;
	}
	.form button {
		cursor: pointer;
		  background: #33b5e5;
		  width:100%;
		  border: 0;
		  padding: 20px 15px;
		  color: #ffffff;
	
	}
}

/*=========================================================================================================*/

body {
	font-family: "montserrat", sans-serif;
}

.form input {
border-radius: 5px;
}

.form button {
border-radius: 30px;
padding: 15px 15px;
font-weight: 700;
text-transform: uppercase;
}

.container {
	padding: 40px 30px 30px 30px;
	margin-bottom: 50px;
}

.container h2 {
	margin-bottom: 15px;
}

.container h2:last-of-type {
	margin-top: 30px;
}

#MainWrap {
	background-image: url(https://amazingself.com/wp-content/uploads/2020/05/bg-2.jpg);
	background-size: cover;
    background-attachment: fixed;
}

.amself-logo img {
	height: auto;
	width: 200px;
}

.amself-logo {
	margin-bottom: 15px;
}

#FooterWrap {
	padding: 15px 20px;
	padding-bottom: 20px;
	height: auto;
}