@charset "UTF-8";
/* Project Captions */
.project-captions {
  padding: 0px 30px;
}

/* CSS Document */
#spacer {
	width: 500px;
	height: 30px;
}

#spacer2 {
	width: auto;
	height: 70px;
}

#spacer3 {
	width: auto;
	height: 40px;
}

#spacer4 {
	width: auto;
	height: 45px;
}

.spacer5 {
	width: auto;
	height: 50px;
}

#spacer7 {
	width: auto;
	height: 78px;
}

.spacer6 {
	width: auto;
	height: 50px;
}

.printmaking {
	width: 60%!important;
	margin-left: 20%;

}

.printmaking img {
	margin: 20px 
		auto!important;	
}

.w3-row-padding {
	width: 60%!important;
	margin-left: 20%;
}

#about {
	text-align: center;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;

}

#aboutcontent {
	align-content: center;
	text-align: left;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.aboutme {
	width: 40%!important;
	margin-left: 30%;
}

/* Contact Form */

#contactform {
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	
}

body {font-family: 'Lato', sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
