@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');


* {
	box-sizing: border-box;
	
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1E392A;
}

a:hover {
	color: #3CC47C; 
}


.pic {
	background-color: #E9C893;
	padding-bottom: 5px;
}

.anchor-green {
	display: block;
	height: 70px;
	background-color: #3CC47C;

}

.content-green {
	width: 100%;
	background-color: #3CC47C;
	padding-bottom: 40px;
}

.anchor-peach {
	display: block;
	height: 70px;
	background-color: #E9C893;
}

.content-peach {
	width: 100%;
	background-color: #E9C893;
	padding-bottom: 40px;
}

#hobby_pics {
	display: inline-block;
	width: 100%;
	
}

.hobby_img {
	display: inline-block;
	background-color: #828081;
	padding: 20px 0 ;
	margin: 20px 20px;
	border-style: solid;
	border-color: #E9C893;
	border-width: 2px;
	border-radius: 5px;
	width: 250px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.hobby_img img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
	display: block;
	width: 130px;
	height: auto;
	margin: auto;
	vertical-align: middle;
}

.hobby_img p{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
}

/* Contact form */

#frmDiv {
	
}

#FrmContact {
	max-width: 600px;
	margin: 0 auto;
	background-color: #E9C893;
	text-align: left;
	color: #1E392A;
}

#FrmContact label {
	color: white;
	font-size: 16px;
	
}

#FrmContact hr{
	background-color: #3CC47C;
	height: 1px;
	width: 80%;
	border: none;
}
#FrmContact input {
	background-color: #3CC47C;
	text-align: left;
	width: 100%;
	height: 30px;
	font-size: 20px;
}

#FrmContact textarea {
	background-color: #3CC47C;
	width: 100%;
	height: 100px;
	text-align: left;
	font-size: 20px;
	resize: vertical;
}


html {
	font-family: "Lucida Sans", sans-serif;
}

body {
	display: block;
	text-align: center;
	margin: 0;
}

hr {
	width: 50%;
	height: 3px;
}

header {
	position: fixed;
	background: #828081;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #1E392A;
	z-index: 100;
	margin-right: 8px;
}

header ul{
	list-style: none;
}

header li {
	display: inline-block;
	float: left;
	padding: 10px;
}

nav {
	float: right;
	padding: 20px;
}

.circular--landscape {
	display: none;
	position: absolute;
	left: 25px;
	top: 0px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #3CC47C;
	margin-left: auto;
	margin-right: auto;
}

.circular--landscape img {
	width: auto;
	height: 100%;
	margin-left: -10px;
}

h1, h2 {
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	word-wrap: break-word;
}

h3, h4, h5, h6 {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	word-wrap: break-word;
}

h1 {
	font-size: 100px;
	font-style: oblique; 
	color: #3CC47C;
	text-shadow: -4px -4px #1E392A;
	margin: 0;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
	text-decoration: underline;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

p {
	margin: 0;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.fa {
	color: white;
	padding-right: 40px;
	padding-left: 40px;
}

.fa:hover{
	color: #3CC47C;
}

.footer {
	background-color: #828081;
	color: white;
	font-size: 14px;
	padding: 3px;
	border-top: 2px solid #1E392A;
}



.footer p{
	text-align: center;
}

/* For mobile*/
[class*="col-"] {
	width: 100%;
}

#menu-icon {
	display: none;
	width: 40px;
	height: 40px;
	background: #3CC47C center;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.headlinePic {
	width: 70%;
	min-width: 300px;
	max-width: 1000px;
	max-height: 300px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 25px;
	border: 1px solid #1E392A;
	
}

.headlinePic img{
	width: 1000px;
	height: auto;
	margin-top: -200px;
	float: right;
}



a:hover#menu-icon {
	background-color: #1E392A;
	border-radius: 4px 4px 0 0;
}


/* 
##########################
Modal window for hobbies 
##########################
*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
	padding-right: 10px;
	margin-top: 96px;
	left: 2%;
	top: 0px;
    width: 95%; /* Full width */
    
	/* max-height: calc(100% - 110px); */
	/*max-height: -o-calc(100% - 110px);*/ /* opera */
	/*max-height: -webkit-calc(100% - 110px);*/ /* google, safari */
	/*max-height: -moz-calc(100% - 110px);*/ /* firefox */
    height: 88%;
	overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #828081; /* Black w/ opacity */
	border: 2px solid white;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	overflow: auto;
}

/* The Close Button */
.close {
	position: absolute;
	top: 10px;
	right: 10px;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Hobby Modal*/
.imgcontainer {
	text-align: center;
}	

.thumb {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	

}	

img.hobby {
	width: auto;
	max-height: 300px;
	/*max-width: 90%*/
	
	
}

h4.hobby {
	text-decoration: underline;
}

/* Sizing for mobile */
@media only screen and (max-width: 600px) {
    /* For tablets: */
    header {
		position: fixed;
	}
	
	#menu-icon {
		display:inline-block;
	}
	
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}
	
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
	
	.fa {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* 
Anchor information:
https://pixelflips.com/blog/anchor-links-with-a-fixed-header

Color schemes:
https://designschool.canva.com/blog/website-color-schemes/

Responsive menu reference:
http://treehouse-blog.s3.amazonaws.com/Respond-Menu/index.html#

Green: 3CC47C
Forest: 1E392A
Tan: E9C893
Grey: 828081

*/