/*
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
</style>
*/

<style>
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
</style>

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

a:hover{
    color: #ccc;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f1f1f1;
    color: #444;
    font-size: 13px;
    line-height: 1.4em;
	font-family: 'Poppins', sans-serif;
    background-image: url(images/redantz/atlantis-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login_page {
	display: flex;
	flex-wrap: wrap;
    width: 90%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-0%);
}


.page {
	display: flex;
	flex-wrap: wrap;
    width: 95%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-0%);
}


.section {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu {
	height: 100px;
    font-size:20px;
    margin-bottom: 30px;
}

.header {
	background-color: #B2D6FF;
}

.content {
	background-color: #FFFFFF;
}

.sign-up {
	background-color: #F2F2F2;
    border-radius: 0 0 8px 8px;
    padding-top: 20px;
	height: auto;
}

.feature-1, .feature-2 {
    color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size:12pt;
    text-decoration:bold;
    cursor: pointer;
}

.feature-1 {
    background-color: #cb3742;
    border-radius: 8px 0 0 0;
}

.feature-2 {
    background-color: #880000;
    border-radius: 0 8px 0 0;
}

.feature-1:hover, .feature-2:hover {
    background-color: #000;
    color: #ffc107;
}

.signupbutton {
	width: 100%;
}


.homesection {
	width: 100%;
	height: 90%;
	display: flex;
	justify-content: center;
}

/*
.feature-3 {
	background-color: #C8C6FA;
}
*/


/* My Profile Content Makeup */

.table-bordered {
  border: 1px solid #ddd !important;
}

.table caption {
	padding: .5em 0;
}

.table tfoot tr td {
  text-align: center !important;
}


.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}



/* Mobile Styles */
@media only screen and (max-width: 400px) {
	body {
		background-color: #FFFFFF; /* White */
	}
	
	.feature-1,
	.feature-2 {
		width: 50%;
	}
	
	.sign-up {
		width: 100%;
	}
	
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	
	.tablesaw-stack tbody tr:not(:last-child) {
		border-bottom: 2px solid #0B0B0D;
	}
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
	body {
		background-color: #FFFFFF /*#F5CF8E; /* Yellow */
	}
	
	.feature-1,
	.feature-2 {
		width: 50%;
	}
	
	.sign-up {
		width: 100%;
	}
	
	.tablesaw-stack tbody tr:not(:last-child) {
		border-bottom: 2px solid #0B0B0D;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
/*
	body {
		background-color: #FFFFFF;
	}
	.page {
		width: 960px;
		margin: 0 auto;
	}
    
*/
	.feature-1,
	.feature-2 {
		width: 50.0%;
	}
	.header {
		height: 400px;
	}
	.sign-up {
		width: 100%;
		order: 1;
	}
	.content {
		order: 2;
	}
	
	.tablesaw-stack tbody tr:not(:last-child) {
		border-bottom: 2px solid #0B0B0D;
	}
}

input[type=text], input[type=number], input[type=url], input[type=email], input[type=password], input[type=tel], select {
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 95%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #777;
    height: 46px;
    font-size: 16px;
    line-height: 1.3333333;
}

textarea{
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 95%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #777;
    font-size: 16px;
    line-height: 1.3333333;
}

 input[type=checkbox]{
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 95%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #777;
    height: 16px;
    font-size: 16px;
    line-height: 1.3333333;
 }

button[type=submit] {
	margin: 0.5em 0 2em;
	font-size: 16px;
    line-height: 2.5em;
    width: 95%;
	background: #ffc107;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
    cursor: pointer;
}

button[type=submit]:hover {
    color: #ffc107;
	background: #333;
}


.order_div {
}

.order_div_test {
	background-color: #FFFFFF;
	width: 375px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: top;
	padding: 8px 8px 16px 16px;
	font-family: 'Poppins', sans-serif; font-size:14pt; color:#000000; text-decoration:bold;
	/*background: linear-gradient(#565656, #FFFFFF);*/
	color: #818181;
}

.order_div_download {
	position: fixed;
	left: 50%;
	top: 0%;
	margin-left: -300px;
	justify-content: center;
	align-items: top;
}

.profile_div {
	background-color: #FFFFFF;
	width: 375px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: top;
	padding: 8px 8px 16px 16px;
	font-family: 'Poppins', sans-serif; font-size:14pt; color:#000000; text-decoration:bold;
	/*background: linear-gradient(#565656, #FFFFFF);*/
	color: #818181;
}


/********* DASHBOARD STYLES **********/

html.gr__2daynation_com body{
/*    background-image: none;*/
}

html.gr__2daynation_com .page{
    width: 680px;
    position: relative;
    top: 0;
    transform: translateY(0%);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #4d9ad4;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0px;
}

.sidenav_menu {
	position: absolute;
	top: 121;
	background-color: #333;
	width: 100%;
}

.2dn{
	position: absolute;
	top: 0;
	display: block;
	height: 60px;
	width: 100%;
	background-color: #FFF;
	font-size: 15px;
	color: #000;
} 

.userinfo {
	position: absolute;
	top: 61;
	display: block;
	height: 60px;
	width: 100%;
	background-color: #000;
	font-size: 15px;
	color: #959595;
}

.userinfo_content {
    position: absolute;
    bottom: 20px;
    right: 0;
	width: 100%;
}


.sidenav a {
	padding: 8px 8px 8px 16px;
	text-decoration: none;
	font-size: 15px;
	color: #DFDFDF;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #333333;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 36px;
	margin-left: 50px;
}

.menu_option{	
	align: center;
	margin-left: 10px;
}

.menu_option:hover {
    color: #000;
	background-color: #bb8ecd;
}

.sidemenubtn {
    float:left;
    color: #fff;
	background-color: #4d9ad4;
	width: 10%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Poppins', sans-serif;
}

.sidemenubtn:hover {
    color: #4d9ad4;
	background-color: #F2F2F2;
}
.logo {
    float:left;
    color: #fff;
	background-color: #4d9ad4;
	width: 90%;
	height: 50px;
	display: flex;
	justify-content: left;
	align-items: center;
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.order_name {
    float:left;
    color: #fff;
	background-color: #5ea4d8;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
}