html 
{ 
	font-size: 2vw; 
}

body
{
	overflow: scroll;
	overflow-x: hidden;
}

a
{ 
    border-bottom: 5px solid transparent; /* <- here */
    transition: color .5s;
    text-decoration: none; /* I added this for clarity of effect */
	color: black;
	padding-bottom: 5px;
}

a:hover
{
   color: red;
}

@font-face
{
	font-family: bigjohn;	
	src: url('../fonts/bigjohn.woff');
	
}

@font-face
{
	font-family: slimjoe;	
	src: url('../fonts/slimjoe.woff');
	
}

@font-face
{
	font-family: piersans;	
	src: url('../fonts/piersans.woff');
	
}

@font-face
{
	font-family: tungsten;	
	src: url('../fonts/tungsten.woff');
	
}

#Main
{
	height: 100vh;
	width: 100vw;
	position: relative;
	left: -10px;
	top: 55px;

}

#Health
{
	height: 100%;
	width:  100%;
	position: absolute;
	left: 0px;
	top: 100%;
	border: 0px solid white;
	background: url('../img/healthy.jpeg') no-repeat;
	background-size: cover;
	z-index: 99;
}
	
#RealEstate
{
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: -2px;
	top: 200vh;
	border: 0px solid black;
	background: url('../img/realestate.jpeg') no-repeat;
	background-size: cover;
	display: none;
}

#Money
{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 200vh;
	border: 0px solid black;
	background: url('../img/conference2.jpeg') no-repeat;
	background-size: cover;
	background-position: 15%;
}

#Testimonial
{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 300vh;
	border: 0px solid black;
	background: url('../img/testimonial.jpeg') no-repeat;
	background-size: cover;
	background-position: 49%;
}

#Shop
{
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: -2px;
	top: 300vh;
	border: 0px solid black;
	background: url('../img/shop.jpg') no-repeat;
	background-size: cover;
	display: none;
}

#products
{
	width: 100%;
	height: 90%;
	position: absolute;
	border: 0px solid black;
	background: transparent;	
	margin: auto;
	top: 60;
	bottom: 0;
	right: 0;
	
}

.products
{
	width: 55%;
	height: 70%;
	position: absolute;
	border: 0px solid white;
	background: transparent;	
	margin: auto;
	top: 20;
	bottom: 0;
	left: 15;
	position: absolute;
}

.health
{
	width: 50%;
	height: 10%;
	position: absolute;
	top: 25;
	margin: auto auto;
	left: 35;
	z-index: 300;
}

#itworks
{
	width: 43%;
	height: 38.5%;
	top: 27;
	bottom: 0;
	right: 0;
	margin: auto auto;
	padding-top: 5px;
	position: absolute;
	text-decoration: none ;
	background: url('../img/itworkslogo.png') no-repeat;
	background-size: 99% 95%;
	border: 0px solid black;
}

.order
{
	position: absolute;
	margin: auto auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px solid black;
}
#logo
{
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto auto;
	top: 0;
	bottom: 0;
	position: absolute;
	background: url('../img/keith4.jpg') no-repeat;
	background-size: 100% 95%;
	background-position: 100% 95%;
}

#maximize
{
	border: 0px solid black;
	position: absolute;
	margin: auto auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 95%;
	height: 88%;
}

.maximize2
{
	position: absolute;
	margin: auto auto;
	top: 10px;
	right: 0;
	text-align: center;
	display: table-cell;
	font-size: 4.3em;
	color: black;
	font-family: tungsten;
	text-transform: uppercase;
	text-decoration: underline;
	width: 100%;
	height: 25%;
	border: 0px solid black;
}

#youtube
{
	width: 280px;
	height: 70px;
	background-color: red;
	color: white;
	position: absolute;
	margin: auto auto;
	top: 45px;
	bottom: 0;
	right:  33px;
	text-align: center;
	line-height: 70px;
	font-family: tungsten;
	text-transform: uppercase;
	font-size: 2em;
}

.video
{
	border: 0px solid black;
	width: 280px;
	height: 80%;
	position: absolute;
	margin: auto;
	top: 60px;
	bottom: 0;
	right: 30px;
}

.display
{
	display: none;
}

.buybook
{
	border: 0px solid black;
	width: 280px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto auto;
	
}

.bookSize
{
	width: 280px;
	height: 80px;
}

#banner
{
	width: 104%;
	height: 60px;
	position: fixed;
	top: 0;
	left: -10px;
	right: 0;
	border-bottom: 6px solid black;
	z-index: 100;
	background-color: white;
}

#links
{
	width: 1200px;
	height: 100%;
	border: 0px solid red;
	position: relative;
	margin: auto auto;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

#home
{
	width: 90%;
	height: 100%;
	border: 0px solid red;
	position: relative;
	margin: auto auto;
	text-align: left;
	font-size:20px;
	font-family: piersans;
	line-height: 55px;

}

.links
{
	width: auto;
	height: 100%;
	position: auto;
	margin: auto auto;
	border: 0px solid red;
	display: inline-block;
	font-family: slimjoe;
	line-height: 55px;
	font-size: 15px;
}

#buyBook
{
	border: 0px solid red;
	width: 100%;
	height: 142px;
	position: absolute;
	bottom: 20;
	font-size: 20px;
	display: none;
}

#keithIntro
{
	border: 0px solid red;
	width: 563px;
	height: 370px;
	position: absolute;
	top: 250px;
	float: right;
	right: 55px;

}

#engagements
{
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	position: absolute;
	text-decoration: none ;
	border: 0px solid black !important;
	background-size: contain;
	background-position: left;
	
}

input[type=text]
{
	width: 55%;
	height: 20px;
	font-size: 20px;
	margin-bottom: 5px;
	border-radius: 5px;
	padding-left: 5px;
}

input[type=submit]
{
	width: 160px;
	height: 40px;
	font-size: 20px;
	
}

textarea 
{
    width: 55%;
    height: 80px;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 0px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
	font-size: 20px;
}


#submitButton
{
	position: absolute;
	margin: auto auto;
	right: 0;
	top: 90;
}

#google
{
	position: absolute !important;
	margin: auto auto;
	right: 0;
	top: 10;
	width: 45%;
}

#form
{
	width: 95%;
	height: 80%;
	border: 0px solid white;
	position: absolute;
	margin: auto auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60;
	overflow: hidden;
}

.form
{
	width: 100%;
	height: 100%;
	border: 0px solid black;
	position: absolute;
	margin: auto auto;
	right: 0;
	bottom: 0;
	top: 60;
}

#navMenu
{
	position: absolute;
	right: 0;
	float: right;
	top: -3px;
	line-height: 0px !important;
}

.linkName
{
	font-size: 16px;
	line-height: 25px !important;
}

#heading
{
	color: white;
	width: 100%;
	height: 30px;
	position: relative;
	margin: auto auto;
	border: 0px solid white;
	text-align: center;
	line-height: 27px;
	font-family: piersans;
	text-transform: uppercase;
	font-size: 17px;
}


 /* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: black;
    padding: 16px;
    font-size: 22px;
    border: none;
    cursor: pointer;
	font-family: slimjoe;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 18%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 5px;
	text-decoration: none;
    display: block;
	border: 0px solid black;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover 
{
	background-color: red;
	color: white;
	font-weight: bold;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: red;
} 