#floater {
	color: rgba(60, 60, 60, .5);/*#3c3c3c*/
	width: auto;
	height: auto;
	float: left;
	position: sticky;
	-webkit-sticky;
	bottom: 30px;
	left: 0px;
	border: 1px dashed rgba(60, 60, 60, .5);
	border-radius: 20px;
	padding: 2px 5px 2px 5px;
	margin-top: 12px;
	background-color: rgba(252, 153, 38, .2);	
}

h1 {
	font-size: 120%;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}

h2 {
	font-size: 105%;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;

}

#nav-container-main {
	position: absolute;
	top: 18%;
	left: 8.2%;
	z-index: 1;
	width: 80%;
	height: 5%;
	clear: both;
}

#nav-container {
	position: absolute;
	top: 52%;
	left: 8.2%;
	z-index: 1;
	width: 80%;
	height: 5%;
	clear: both;
}
.nav-buttons {
	padding-right: 4%;
	margin-left: 3.5%;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	color: orange;
	font-size: 130%;
}

.headline-main {
	font-family: 'Quicksand', sans-serif;
	font-size: 170%;
	color: #000000;
/*	padding: 10px 0px 0px 100px;*/
	position: fixed;
	left: 16%;
	top: 20%;
}

@media only screen and (max-width: 600px) {
  .headline-main {
    color: #000000;
    font-size: 8.5px;
    position: absolute;
    top: -83px;
    left: -1px;
    z-index: 1;
  }
}

#hero { 
	font-family: Open Sans, sans-serif; 
	margin: 2rem; 
}
		
#hero p { 
	line-height: 1.8;
	background: rgba(204, 204, 204, 0.0);
	padding-right: 4%;
}
	
#hero .curve { 
	width: 10%;
	height: auto;
	float: left;
	margin-right: 2rem; 
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside: circle();
	-webkit-clip-path: ();
	clip-path: ();
}
			
#hero-banner {
	width: 4%;
	height: 45%;
	float: right;
	margin-top: -2px;
	background-color: #ff9a06;
  	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	border-radius: 75px 75px 75px 75px;
	box-shadow: -2px 2px 2px 0px #888888;
}

#div-line {
	text-align: center;
	top: 30;
	width: 85%;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	border-top: 3px transparent solid;
	border-image-repeat: stretch;
	padding-bottom: 1px;
	margin-top: 10px;
	border-image: url(https://jaretth.com/images/div_line.png) 10 stretch;
}

#div-line-main {
	text-align: center;
	width: 85%;
	border-top: 3px transparent solid;
	border-image-repeat: stretch;
	padding-bottom: 1px;
	margin: 0px 0px 0px 0px;
	border-image: url(https://jaretth.com/images/div_line.png) 10 stretch;
}

#main .curve {
	width: 10%;
	height: auto;
	float: right;
	margin-left: 2rem; 
	-webkit-shape-outside:circle();
	shape-outside: circle();
}

#hero-banner .nav {
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 18px;
	margin-left: 15%;
}
		
#container-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

#hero { margin-top: 12px; }

#jh_head {
	position: -webkit-sticky;
	position: sticky;
	width: 75%;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-weight: 1000;
}

p.intro {
	background-color: #cfcfcf;
	padding: 0 3% 7% 5%;
	width: 90%;
	color: black;
}

.intro-bottom {
	margin: 90px 0px 0px 120px;
	float: left;
	font-size: 20px;
}

a:visited {
	color: orange;
}

#container {
	/*for home text*/
	width: 90%;
	margin-left: 5.8%;
	height: 100%;
}

.nav-banner {
	list-style-type: none;
	font-weight: bold;
	font-size: 50%;
	text-shadow: 2px 2px #000;
}

.sig {
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: 500;
	font-size: 30px;
}

.profile {
	float: right;
	border: 1px solid #fcfcfc;
	border-radius: 100%;
	width: 10%;
}

/* Contact Page */

textarea#message, tr, td {
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	font-weight: 500;
}


#contact_form {
	background-color: rgba(201,194,195,.8);
	width: 80%;
	padding: 10px 0 10px 20px;
	border-radius: 20px;
	box-shadow: 0 .8px 1.8px 0px black;
	border: 0 1.2px 2.2px 0px solid #ff902c;
}

#contact_form tr {
	border-radius: 30px;
}

#contact_form, th {
	text-align: left;
}

input[type=text], select {
	width: 100%;
	padding: 12px 20px;
	margin: 28px 0;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=textarea], select {
	width: 100%;
	padding: 12px 20px;
	margin: 28px 0;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit] {
	width: 35%;
	background-color: #fd9a0d;
	color: white;
	padding: 10px 18px;
	margin: 12px 0 0 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #fbd713;
}

/*
#contact_form {
	border-collapse: collapse;
	border-radius: 20px;
	color: blue;
}

#contact_form, td {
	font-family: 'Quicksand', sans-serif;
	font-size: 20%;
}

#contact_form, th {
	font-weight: 700;
	font-size: calc(18px + 1vw);
	font-family: 'Quicksand', sans-serif;
	font-variant: italic;
}

#contact_form, label {
	font-size: 10%;
}
/* 
Contact Form End  
*/ 

/* My Old CSS */
.wrap-text-hero {
	width: 33%;
	height: auto;
	min-width: 150px;
	float: left;
	margin-right: 2rem;
	border-radius: 50%;
	-webkit-shape-outside: circle();
	shape-outside: circle();
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);