* {
margin: 0;
padding:0;
}

header, nav, section, aside, article, footer, video, audio, main {
    display: block;
}

/*
.container {
	z-index: 1000;
	display: block;
    margin-left: auto;
    margin-right: auto; 	
}*/

body {
	background-color: #CEE3DA;
	
}

.containertext {
	border:5px solid #000000;
	background-color: #F8F3E0;
	
	width: 50%;
    position: absolute;
    margin-top: 2%;
    left: 25%;
    padding: 25px;
    margin-bottom: 50px;
    /*transform: translateX(-50%) translateY(-50%);*/
}

.containertextnav {
	border:5px solid #000000;
	background-color: #F8F3E0;
	text-align: center;
	width: 50%;
    position: absolute;
    margin-top: 2%;
    left: 25%;
    padding: 25px;
    margin-bottom: 50px;
    /*transform: translateX(-50%) translateY(-50%);*/
}


.overlayx{
	width: 100%;
	position: absolute;
	top: auto;
	left: auto;
}
#scissors{
	z-index: 100;
	width: 19%;
	position: absolute;
	margin-top: 21.4%;
	margin-left: 17%;
	
}
#leaf{
	z-index: 101;
	width: 8%;
	position: absolute;
	margin-top: 24.8%;
	margin-left: 35.5%;
	
}
#pencil{
	z-index: 102;
	width: 16%;
	position: absolute;
	margin-top: 31.8%;
	margin-left: 36%;
	
}
#bead{
	z-index: 103;
	width: 6%;
	position: absolute;
	margin-top: 35%;
	margin-left: 22%;
	
}
#patch{
	z-index: 104;
	width: 9%;
	position: absolute;
	margin-top: 38.5%;
	margin-left: 34.5%;
	
}
#spring{
	z-index: 105;
	width: 4.5%;
	position: absolute;
	margin-top: 35.8%;
	margin-left: 47.1%;
	
}

.nav {
	opacity: .95;
	z-index: 106;
	width: 50%;
	height: 17%;
	position: fixed;
	margin-top: 48%;
	margin-left: 0%;
	
}

.title {
	z-index: 107;
	height: 4%;
	position: fixed;
	margin-top: 49%;
	margin-left: 1%;
		
}

.review {
	z-index: 108;
	width: 7%;
	position: fixed;
	margin-top: 52%;
	margin-left: 17%;
	
	
}

.home {
	z-index: 108;
	width: 4.9%;
	position: fixed;
	margin-top: 52%;
	margin-left: 2%;
	
	
}

/* modal attempt*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	opacity: .87;
	z-index: 10000;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.modal-header {
    padding: 2px 16px;
    background-color: #105765;
    color: white;
}

.modal-body {
	padding: 2px 16px;
z-index: 10000;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #105765;
    color: white;
}



/*
.nav {
	z-index: -100;
	width: 250px;
	background-color: black;
	height: 100px;
	margin-top: 75%;
	
}
*/