body {
  margin-top: 50px;
  font-size: 16px;
  /* font-family: 'Montserrat', sans-serif; */
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Arial';
}

p {
  font-family: sans-serif;
}

footer {
  font-size: 30px;
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 60px;
}

footer a {
  color: #333;
}

footer a:hover {
  color: #333;
}


/*index page*/

#header {
  margin-bottom: 30px;
}

#header a {
  color: #333;
}

#header li a {
  color: #777;
}

#header a:hover {
  color: #333;
  text-decoration: none;
}

#header h1 {
  font-size: 60px;
}

#header .current a {
  color: #333;
}

.grid-container {
  margin: auto;
  grid-gap: 10px;
  column-count: 1;
}

#projects .grid-item {
  margin-bottom: 10px;
}




/*about page*/
#about img {
  width: auto;
}

#about h1, h4 {
  font-weight: bold;
}

#about h1 {
  padding: 20px;
}

#about h4 {
  padding-top: 20px;
}

#about p {
  font-size: 14px;
  margin: 0;
}


/*contact page*/
#contact h1 {
  font-weight: bold;
  margin: 30px;
}

#contact .form-group {
  width: 100%;
  max-width: 530px;
  padding: 15px;
  margin: auto;
}

#contact .form-label {
  position: relative;
  margin-bottom: 1rem;
}

#contact .form-label #inputMessage {
  height: 200px;
}

#contact button {
  float: right;
  border-radius: 0;
}

#contact input {
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}


/*indiv project pages*/
#showcase h1 {
  font-weight: bold;
  font-size: 30px;
}

#showcase h4 {
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

#showcase p {
  margin-top: 20px;
  margin-bottom: 20px;
}

#showcase img {
  margin-bottom: 10px;
  margin-top: 10px;
}

/*kip image grid*/
#showcase .mood-grid img {
  margin-bottom: 1px;
  margin-top: 1px;
  object-fit: cover;
}
#showcase .mood-grid {
  margin: inherit;
}
#showcase .col-sm-4 {
  padding: 2.5px;
}

#showcase .img-half-height {
  width: 100%;
  padding-top: 40%;
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
#showcase .img-half-height img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  left: -100%;
  bottom: -100%;
}

/*embedded video formatting*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
  margin-top: 10px;
	/* padding-top: 25px; */
  margin: auto;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*media resizing*/

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .grid-container {
    column-count: 1;
    margin: 0 10% 20px 10%;
  }
  #about img {
    max-width: 500px;
    margin: auto;
  }
  #about .content {
    max-width: 500px;
    margin: auto;
  }
  #contact img {
    max-width: 500px;
    margin: auto;
  }
  #showcase .main-img {
    max-width: 500px;
    margin: auto;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .grid-container {
    column-count: 2;
    max-width: 730px;
    margin: auto;
  }
  #showcase .page-margin {
    max-width: 730px;
    margin: auto;
  }
  #showcase img {
    width: 730px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #showcase .videoWrapper iframe {
    width: 730px;
    height: 100%;
    margin: auto;
    margin-top: 10px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .grid-container {
    column-count: 3;
    max-width: 900px;
    margin: auto;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
