/* UNIVERSAL STYLES */
html {
  background-color: #E9CFEC;
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}
nav h1 {
  font-family: "Monoton", sans-serif;
  font-size: 7.1rem;
  margin-top: 0;
  padding-top: 0;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #008080;
}

h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

img {
  width: 100%;
}

/* BOOTSTRAP OVERRIDES */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
  color: #399bd1;
}

.btn-primary {
  width: 160px;
  padding: 1.3rem 0;
  border: 0;
  margin-top: 2.8rem;
  background-color: #399bd1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: .5s box-shadow;
}

.btn-primary:hover {
  background-color: #399bd1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.btn-primary:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

/* SLICK OVERRIDES */
.slick-slide {
  outline: none;
}

/* NAVIGATION */
.navbar {
  font-size: 1.1rem;
  font-weight: 600;
}

.navbar-nav>li {
  display: inline-block;
}

/* JUMBOTRON */
.jumbotron {
  height: 44rem;
  padding-top: 10rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.jumbotron h1 {
  font-family: "Monoton", sans-serif;
  font-size: 5rem;
}

.jumbotron p {
  max-width: 51.3rem;
  margin: auto;
}

.background-bard, .background-blackwidow, .background-cinderella, .background-fortnite, .background-galadriel, .background-hela, .background-lux, .background-mermaid, .background-sarah, .background-spidergwen {
  position: relative;
}

.background-bard h1, .background-blackwidow h1, .background-cinderella h1, .background-fortnite h1, .background-galadriel h1, .background-hela h1, .background-lux h1, .background-mermaid h1, .background-sarah h1, .background-spidergwen h1 {
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.background-bard p, .background-blackwidow p, .background-cinderella p, .background-fortnite p, .background-galadriel p, .background-hela p, .background-lux p, .background-mermaid p, .background-sarah p, .background-spidergwen p {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.background-bard {
  background-image: url("../images/jumbotron/bard.jpg");
}

.background-blackwidow {
  background-image: url("../images/jumbotron/blackwidow.jpg");
}

.background-cinderella {
  background-image: url("../images/jumbotron/cinderella.jpg");
}

.background-fortnite {
  background-image: url("../images/jumbotron/fortnite.jpg");
}

.background-galadriel {
  background-image: url("../images/jumbotron/galadriel.jpg");
}

.background-hela {
  background-image: url("../images/jumbotron/hela.jpg");
}

.background-lux {
  background-image: url("../images/jumbotron/lux.jpg");
}

.background-mermaid {
  background-image: url("../images/jumbotron/mermaid.jpg");
}

.background-sarah {
  background-image: url("../images/jumbotron/sarah.jpg");
}

.background-spidergwen {
  background-image: url("../images/jumbotron/spidergwen.jpg");
}

.relative-wrapper {
  position: relative;
  top: -16rem;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .jumbotron h1 {
    font-size: 5.7rem;
  }
}

@media only screen and (max-width: 550px) {
  .jumbotron h1 {
    font-size: 4rem;
  }
}

/* IMAGE CONTAINERS */
.image-container {
  overflow: hidden;
  border-radius: 50%;
}

.image-container img {
  opacity: 0.7;
  transition: transform .5s,
              opacity .5s;
  transition: transform .5s,
              opacity .5s;
}

.image-container img:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* FEATURED COSPLAY */
#featured .image-container {
	border-radius: 5%;
}

.featured-project {
  /*margin-top: -7rem; /* To account for relatively positioned button */
  margin-bottom: 20px;
}

.featured-project .image-container {
  height: auto;
  width: 100%;
  margin-top: 20px; /* To match bootstrap header margins */
}

.categories h3 {
  color: #399bd1;
}

.categories ul {
  color: rgba(0, 0, 0, 0.7);
}

/* ALBUMS */
.project {
  margin-bottom: 4rem;
}

.project .image-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}

/* ABOUT */
.help {
  background-color: #222;
  color: white;
  padding: 5.2rem 0;
  text-align: center;
}

.help strong {
  display: inline-block;
  margin-bottom: 1.4rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.help p {
  max-width: 42rem;
  margin: auto;
  margin-bottom: 2.5rem;
}

/* FONT AWESOME ICONS */
.fab {
  margin: 0px 5px 0px 5px;
	padding: 15px;
  font-size: 30px;
  width: auto;
  text-align: center;
  text-decoration: none;
	border-radius: 50%;
}

.fab:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
