					<li><a href="home.html"> mainly I draw </a></li>
@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	
}

/* body */

.text {
	font-size: 14px;
	line-height: 1.5;
	
}




#wrapper {
	font-family: helvetica, arial, sans-serif;
	color: #1D1D1D;
	
}



.current {
	color: #84A77B;
	font-weight: bold;
}

.current a{
	color: #84A77B;
	font-weight: bold;
}


a{
	color: #1D1D1D;
	text-decoration: none;
}

a:hover{
	color: #84A77B;
	text-decoration: none;
}

a:active{
	color: #354930;
	text-decoration: none;
}



/* header*/
#header {
	width: 90%;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* logo */
#logo {
	text-align: right;
	font-size: 31px;
	margin-top: 30px;
}

#logo img{
	height: 31px;
	width: auto;
	display: inline-block;	
}

#logo img:hover {
	cursor:pointer;
	filter: invert(68%) sepia(13%) saturate(790%) hue-rotate(62deg) brightness(91%) contrast(84%);
}

#logo img:active {
	cursor:pointer;
	filter: invert(25%) sepia(22%) saturate(630%) hue-rotate(62deg) brightness(94%) contrast(93%);
}




/* nav bar */
#navigation ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: right;
	width: auto;
	margin: 0px 10px;
	padding: 10px 0px;
	padding-left: 10px;
}

/* footer */

#footer {
	clear:both;
	position:relative;
	width: 100%;
	height: 0%;
	top:0px;
	padding-top: 250px;
	font-size: 14px;
	line-height: 1.5;
	color: #84A77B;
}

#bottom_pic {
	position: absolute;
	width: 100%;
}

#foot_text {
	top: 0px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	padding-top: 230px;
	width: 100%

}


#foot_text ul {
	display: inline-block;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#foot_text ul li {
	float: left;
	width: auto;
	padding: 5px 5px;
	
}


.contact ul {
	display: inline-block;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.contact ul li {
	float: left;
	width: auto;
	padding: 5px 5px;
}

/* Grid plugin settings */

#grid-container {
  width: 82%;
  margin: auto;
}

.grid-item {
	opacity: 0;
  	float: left;
  	padding: 5px;
  	box-sizing: border-box;
}

.grid-item img{
	height: 100%;
	width: 100%;
}

.grid-item.loaded {
	opacity: 1;
 	transition: opacity 0.5s;
	background-colour: transparent;
	filter: grayscale(0%);
}


img.grid-item.loaded:hover {
	cursor:pointer;
	filter: grayscale(100%) contrast(150%);
}

/*
filter: opacity(95%) grayscale(100%) invert(10%) sepia(26%) saturate(230%) hue-rotate(62deg) brightness(100%) contrast(129%);
*/



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

.modal-content {
	margin: auto;
	text-align: center;
	max-width: 82%;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 28px;
}

#modal-image {
  	display: inline-block;
	max-width: 100%;
	max-height: 700px;

}

/* The Close Button */
.close {
  color: #84A77B;
display: block;
	text-align: right;
	padding-right: 0%; 
  font-size: 28px;
  font-weight: bold;
}

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

/*header and footer on mobile*/


@media only screen and (max-width: 800px) {
	#foot_text {
		font-size: 12px;
		position: absolute;
		padding-top: 140px;
		width: 100%
	}
	#footer {
		padding-top: 180px;
	}

}


@media only screen and (max-width: 500px) {
	#foot_text {
		font-size: 12px;
		position: absolute;
		padding-top: 100px;
		width: 100%
	}
	#footer {
		line-height: 1.2;
		position: relative;
		padding-top: 170px;
	}
	.modal {
 	padding-top: 20%; /* Location of the box */
	}
	#logo img{
	max-width: 95%;
	height: auto;
	}

		}


@media only screen and (max-width: 400px) {
	#header {
	width: 95%;
	}
	#navigation ul li {
	padding-left: 5px;
}
	#logo {
	text-align: right;
	font-size: 31px;
	margin-top: 30px;
	
}
	.modal {
 	padding-top: 30%; /* Location of the box */
	}
}