/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

/********** styles for all pages **********/

/* logo wrapper */
.logo-wrapper {
  position: absolute;
  top: 15px;
  left: 20px;
}

/* logo */
.logo {
  height: 50px;
}

/* navigation tab links */
.tabs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.tabs {
  display: flex;
}

.tablink {
  background-color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tablink h3 {
  margin: 0;
  color: inherit;
}

.tablink:hover h3 {
  color: #E95670;
}

.tablink.active::after {
  color: #E95670;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E95670;
}

.tabcontent {
  display: none;
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

/* query when screen is wider than 992px */
@media (min-width: 992px) {
  header {
    padding: 20px 0 10px;
  }
  .tabcontent {
    padding-left: 200px;
    padding-right: 200px;
  }
  .tabcontent #contact {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 180px;
  }
}

/* query when screen is  under 480 px wide */
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  .tabs {
    flex-direction: column; /* stack buttons vertically */
    width: 100%;
  }
  .tablink {
    width: 100%;
  }
  .tablink.active::after {
    position: absolute;
    width: 100%;
  }
  .tabcontent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  font-size: 20px;
  font-family: 'Source Sans Pro';
  color: #3a3a3a;
  background-color: #ffffff;
}

header {
  padding: 20px 0 10px;
  background-color: #ffffff;
  font-family: 'Staatliches';
}

header h4 {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 25px;
}

h1, h2, h3, h4 {
  font-family: 'Staatliches';
  color: #3a3a3a;
  line-height: 1em;
  word-spacing: .1em;
} 

h5, h6, dt {
  font-family: 'Ubuntu';
  color: #3a3a3a;
}

section {
  padding: 10px 0;
}

a {
  color: #E95670;
}

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

hr {
  border-color: #E95670;
  border-width: 4px;
  width: 150px;
  text-align: left;
  margin-left: 15px;
  margin-top: 30px;
}

/* navigation bar */
.nav-bg {
  background-color: #ffffff;
}

/* about bullet points */
.bullets {
  color:#E95670;
}

/* portfolio cards */
.card {
  border-color: #3a3a3a;
  border-width: 3px;
  border-radius: 0;
  /* box-shadow: 2px 2px 8px #d6d6d6; */
}

.card:hover {
  border-width: 4px;
}

.portfolio-item {
  margin-bottom: 30px;
  color: #3a3a3a;
}

/* portfolio item text */
.port_text {
  font-size: .8em;
}

.copy {
  text-align: left;
  padding-left: 30px;
  color: #a1a1a1;
  font-size: .8em;
} 

.container {
  width: 100%;
}

/********** styles for portfolio item pages **********/
/* portfolio header */
.portfolio-header {
  height: 80px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* portfolio return link */
.portfolio-return {
  color:#E95670;
  margin: 0;
  padding: 0;
}

/* header map */
.hport {
  width: 100%;
  padding-bottom: 30px;
}

/* max size for images */
.max_w_img {
  width: 100%;
  max-width: 800px;
}

/* drop shadow */
.dshadow {
  box-shadow: 1px 1px 10px #b3b3b3;
}

/* image caption */
.captions p {
  font-size: .8em;
  padding: 0em 1em .5em 1em;
}

/* rounded corners */
.rounded {
  border-radius: 2.75% !important;
}

/* source list */
.sources {
  padding-top: 4px;
  line-height: 1.2em;
}

/* bison gif map */
.bison-gif {
  max-width: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border: solid 1px rgba(0, 0, 0, 0.054);
  box-shadow: 1px 1px 10px #b3b3b3; 
}