/* SITEWIDE */

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: courier;
  color: #222;
  background-color: #1a1a18;

}

.site-wrapper {
  padding: 40px 20px;
  width: 100%;
  max-width: 1200px;
}

body#project {
  background-color: #ddd;
}

a {
  outline: none;
  color: #bbb;
}

a:hover {
  color: #FF25F0;
}

.container {
  padding: 0px; 
  width: 100%;
}

.extrawhitespace {
  border: solid 30px #fff;
}

@media only screen and (min-width: 768px) {
.container {
    max-width: 1200px;
  }
}

.col-md-4, .col-md-8 {
  padding: 0px;
}

.anchor {
  padding-top: 20px;
  display: block;
}

.h5, h5 {
  font-size: 1.1rem;
}

.italic {
  font-style: italic;
}

#splash {
  width: 100%;
  padding-top: 15px;
}

#splash img {
  padding-bottom: 20px;
}

#start {
  padding-bottom: 0;
  width: 100%;
  max-width: 3000px;
}

.navbar .container {
  padding: 0;
}

.navbar-container {
  max-width: 1600px;
  width: 100%;
}

.navbar-brand img {
  width: 100px;
  object-fit: contain;
  padding-left: 40px;
  padding-bottom: 5px;
  opacity: .3;
}

.navbar {
  background-color: #6F6F6D;
  padding: 0;
  width: 100%;
}

.navbar-holder {
  width: 100%;
  max-width: 1570px;
}

@media only screen and (min-width: 766px) {
  .navbar-brand img{
    width: 130px;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}

a.navbar-brand {
  padding: 0;
  margin-top: 5px;
}

.carousel-holder {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 767px) {

  .carousel-inner {
    padding-bottom: 75px;
  }

}

.carousel-inner img.d-block.img-fluid {
  margin: auto;
  width: 100%;
  object-fit: contain;
  max-height: 602.5px;
}

.carousel-caption {
  bottom: -100px;
  z-index: 10;
}

.carousel-caption h3 {
  font-family: helvetica, sans-serif;
  font-size: .9em;
}

div.carousel-item.active {
  height: auto;
  width: 100%;

}

div#splash.container-fluid {
  display: flex;
  justify-content: left;
  max-width: 1250px;
}

img.d-block.img-fluid {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 767px) {
  .about-splash {
    margin-bottom: 20px;
  }
}

.about-splash {
  margin-top: 0px;
  font-size: 1.1em;
  color: #6F6F6D;
  width: 100%;
  font-family: helvetica, arial, sans-serif;
  font-weight: 600;
  max-width: 280px;
}

.about-splash img {
  max-width: 280px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.about-splash ul {
  margin: 4px;
  padding: 0;
}

.about-splash li {
  list-style: none;
  line-height: 1.3;

}

.topspace ul {
  padding-bottom: 30px;
  font-size: .9em;
}

.about-splash hr {
  margin: 0;
  border-top: 2px solid #6F6F6D;
}

.topspace {
  padding-top: 30px;
}

.topspace hr {
  margin-top: 40px;
}

.center {
  text-align: center;
}

.left-list ul {
  text-align: left;
}

.white {
  color: #fff;
}

.blank {
  height: 2000px;
  display: block;
}

.bg-light {
  background-color: #fff;
}

.nav-item {
  font-family: 'helvetica', sans-serif;
  text-transform: uppercase;
  font-size: .8em;
}

a.nav-link:hover {
  color:#FF25F0; 
  text-decoration: none;
  font-weight: 500;
}

.nav-link {
  color: #000;;
  font-weight: 600;
}

@media only screen and (min-width: 766px) {
  .nav-item {font-size: 1.3em;
  }
}

/* PRINT 1a1a18 */
.print {
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
  background-color: #1a1a18;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 1600px;
}

@media only screen and (min-width: 766px) {
  .print {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .print {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.category {
  color: #9F9F9F;
}

.category a {
  text-decoration: underline;
}

.category li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}

.category h2 {
  font-family: helvetica, sans-serif;
  padding-left: 0px;
  padding-top: 10px;
  color: #9F9F9F;
  text-transform: uppercase;
  border-top: 2px solid  #6F6F6D;
  font-size: 1.5rem;
  font-weight: 500;

}

.portfolio-item img {
  width: 100%;
  margin: 5 auto;
  display: block;
  object-fit: contain;
  min-height: 190px;
}

@media only screen and (min-width: 766px) {
  .portfolio-item img {
    width: 100%;
    margin: 5 auto;
    max-height: 200px;
    min-height: 150px;
    min-width: 150px;
    display: block;
    object-fit: contain;
  }
}

@media only screen and (min-width: 1000px) {
  .portfolio-item img {
    max-height: 220px;
  }
}

.portfolio-item {
  padding: 10px 0px;
  background-color: #2C2C2A;
  align-self: center;
  position:  relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  opacity: .9;
  background-color: #1a1a18;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text p {
	text-align: center;
}

h5 {
	text-align: center;
}

@media only screen and (min-width: 766px) {
  .overlay {
    opacity: 0;
    height: 70px;
  }
}

.portfolio-item:hover .overlay {
  opacity: .9;
  z-index: 1;
}

.text {
  color: white; 
  position: absolute;
  align-content: center;
  }


div#section-print.container.darker {
  padding-bottom: 90px;
  background-color: #1a1a18;
  width: 100%;
  max-width: 3000px;
  display: flex;
  align-content: left;
}

div.container.anchor.pink {
  margin-left: 0;
}

.text h5 {
  font-family: 'helvetica', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .7em;
}

@media only screen and (min-width: 766px) {
  .text h5 {
  font-size: .9em;
  }
}

.text p {
  font-family: "courier";
  text-decoration: italic;
  font-size: .7em;
  margin-bottom: 0;
}

/* PHOTOS */

div#section-photos.container.darker {
  padding-bottom: 90px;
  background-color: #1a1a18;
  width: 100%;
  max-width: 3000px;
  display: flex;
  align-content: left;
}

#section-photos img {
  max-width: 800px;
  max-height: 520px;
  margin: auto;
}

#section-photos h2 {
  padding-bottom: 50px;
}

#section-photos p {
	font-size: .8em;
}


/* ABOUT */

div#section-about.container.darker {
  background-color: #1a1a18;
  width: 100%;
  max-width: 3000px;
  display: flex;
  justify-content: center;
}

.about {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 1600px;
}

.about p {
  font-size: .8em;
}

.about img {
  width: 100%;
  padding-bottom: 20px;
  object-fit: contain;
  overflow: hidden;
}

div#section-about.container.darker {
  background-color: #1a1a18;
  width: 100%;
  max-width: 3000px;
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}

h4 {
  font-family: helvetica, sans-serif;
  padding-bottom: 35px;
  font-size: 1.25rem;
}

.clients, .friends, .shop {
  padding-top: 20px;
  padding-left: 15px;
}

.about li {
  font-size: 1em;
  font-family: helvetica, sans-serif;
  font-weight: 700;
}

.about p {
  font-family: courier;
  font-weight: 500;
}

.clients li {
  font-size: 1em;
  padding-bottom: 15px;
  padding-left: 0px;
}

.shop li {
  font-size: 1em;
  padding-bottom: 15px;
  padding-left: 0px;
}

.friends li {
  padding-left: 0px;
}

.logo {
  max-width: 250px;
}

#section-about h2 {
  padding-bottom: 50px;
}

hr {
  border-top: 1px solid #6F6F6D;
}

#section-about .category {
  color: #6F6F6D;
}

.info p {
  font-family: helvetica, sans-serif;
  font-size: .9em;
  font-weight: 700;
}


/* PROJECT */
@media only screen and (max-width: 991px) {

.project h2 {
  font-family: helvetica, sans-serif;
	font-size: 1.5rem;
}

}

.project-site-wrapper {
  padding: 40px 20px;
  width: 100%;
  max-width: 1570px;
}

.project {
  margin-top: 50px;
  margin-left: 0px;
  margin-right: 40px;
}

.project-data {
  max-width: 650px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: contain;
  max-height: 85vh;
}

.project ul {
  margin: 0px;
  padding: 0px;
}

.project li {
  font-family: courier;
  list-style: none;
  margin-bottom: 15px;
}

.project a {
  color: #FF25F0;
  
}

.project a:hover {
  text-decoration: underline;
  opacity: .7;
}

.project h2 {
  padding-bottom: 20px;
}

#project > div > div > div > div.col-lg-6.project-data-lg.d-none.d-lg-block {
  display: flex;
  align-items: flex-end;
}

.project-data-lg {
  padding-right: 40px;
  padding-top: 0px;
  height: 100vh;
}

.project-data-lg .fix {
  color: #000;
  max-width: 650px;
  padding-right: 20px;
  padding-left: 80px;
  padding-top: 50px;
}

.project-data-lg h2 {
  font-family: helvetica, arial, sans-serif;
}

.sidebyside {
  display: inline-flex;
  justify-content: space-between;
}

.sidebyside img {
  max-width: 95%;
  object-fit: contain;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.with-caption img {
  margin-bottom: 5px;
}

.sidebysideitem p, .caption {
  text-align: center;
  max-width: 95%;
  padding-right: 10px;
  font-size: .8em;
  padding-bottom: 20px;
}

.image-border {
  border: solid 1px #ccc;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.footer {
  background-color: #6F6F6D;
  width: 100%;
}

.btn-link {
  color: #111;
  
  text-transform: uppercase;
  font-size: .9rem;
}

.btn-link:hover {
  color: #FF25F0;
  text-decoration: none;
}

.underline {
	border-bottom: 1px solid #000;
	font-family: courier;
}

#triangle-left {
  width: 30px;
  height: 30px;
  border-top: 50px solid transparent;
  border-right: 90px solid #333;
  border-bottom: 50px solid transparent;
}

#triangle-right {
  width: 30px;
  height: 30px;
  border-top: 50px solid transparent;
  border-left: 90px solid #333;
  border-bottom: 50px solid transparent;
}

.sitefooter {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	
	color: #6F6F6D;
	align-items: center;
	max-width: 1570px;
	align-self: center;
	font-size: .7em;
	
	padding: 10px;
}

.sitefooter p {
	padding-right: 10px;
	padding-bottom: 0px;
}


.disclaimer {
	max-width: 700px;
}

.disclaimer hr {
	padding-bottom: 50px;
}

.project .override-width {
	max-height: 100%;
}


