/* Palette
  #3f0316

  #591228 main dark red

  #6e293e

  #bb5373
  #d3718f

  #a61731 main red
  #c7d0d7 main gray
  #e5e9f4 main light gray
  #1c2d44 main blue

  #e1e1e1
  #fff
  
  -----Other Page Colors-----
  #10342b darkest green
  #0d4c3c darker green
  #299760 light green
  #4bb680 lighter green
  #7cdbc1 lightest green

  #08303d darkest blue
  #114252 darker blue
  #1764a6 light blue
  #3780bf lighter blue
  #72a9d8 lightest blue
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i&display=swap');

.italics{
  font-style: italic;
}
.bold{
  font-weight: bold;
}

#headerImage{
  width: 100%;
}

#salutation{
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -100%);
  
  color: #e1e1e1;
  letter-spacing: -2px;
  width: 300px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767.98px){
  #salutation{
    font-size: 2em;
  }
}

.homeHeader{
  object-fit: cover;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.homeHeader::after{
  display: block;
  position: relative;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0) 60%, rgba(28,45,68,1));
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

.otherHeader{
  object-fit: cover;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.row{
  margin-left: auto;
  margin-right: auto;
}

.content{
  background-color: #e5e9f4;
  margin-top: 0;
}

.backdrop{
  background-color: #c7d0d7;
}

html {
  position: relative;
  min-height: 100%;
  background-color: #c7d0d7;
}

body {
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
  color: #1c2d44;
}

nav{
  background-color: #591228;
  margin-bottom: 0;
}

header{
  background-color: #a61731;
}

footer{
  position: absolute;
  text-align: center;
  background-color: #591228;
  color: #e5e9f4;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.navbar{
  display: inline-block;
  float: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item{
  height: 100%;
  text-align: center;
  border-left: 5px solid #3f0316;
  width: 150px;
}
.nav-item:hover{
  background-color: #bb5373;
  color: #1c2d44;
}
.nav-item:active{
  background-color: #d3718f;
  color: #1c2d44;
}
.lastItem{
  border-right: 5px solid #3f0316;
}

.card{
  margin-bottom: 10px;
  opacity: .75;
  transition: 0.3s;
}
.card:hover{
  opacity: 1;
}
.card:active{
  opacity: 0.5;
}
.card-img-top{
  border-radius: 5px;
}
  
.card-img-caption {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img-caption .card-img-top {
  z-index: 0;
}
.card-img-caption .card-text {
  text-align: center;
  width: 100%;
  margin: 33% 0;
  position: absolute;
  z-index: 1;
}
.card-link{
  font-size: 1.8em;
}
.card-link:hover{
  color: #1c2d44;
}

@media (max-width: 767.98px){
  .navbar{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-item{
    border-left: 5px solid #3f0316;
    border-right: 5px solid #3f0316;
    background-color: #6e293e;
    width: 100%;
    margin-top: 5px;
  }
  
  .nav{
    width: auto;
  }
}

.active{
  background-color: #d3718f;
  color: #1c2d44;
}

a{
  color: #fff;
}
a:hover{
  color: #1c2d44;
}
a:active{
  color: #1c2d44;
}

h1{
  color: #a61731;
  padding-top: 30px;
  font-weight: 900;
}

h2{
  color: #1c2d44;
  font-weight: bold;
}

hr{
  border-color: #a61731;
  border-width: 3px;
}

li{
  margin-bottom: 0;
}
/* For changing main colors of palette to green */
.greenBG{
  background-color: #299760;
}
.darkGreenBG{
  background-color: #0d4c3c;
  border-color: #10342b;
}
.greenFG{
  color: #299760;
}
.backToProjButton{
  width: 200px;
  margin: auto;
}
.backToProjButton:hover{
  background-color: #4bb680;
}
.backToProjButton:active{
  background-color: #7cdbc1;
}

/* For changing main colors of palette to blue */
.blueBG{
  background-color: #1764a6;
}
.darkblueBG{
  background-color: #114252;
  border-color: #08303d;
}
.blueFG{
  color: #1764a6;
}
.mainblueFG{
  color: #1c2d44;
}
.backToArtButton{
  width: 200px;
  margin: auto;
}
.backToArtButton:hover{
  background-color: #3780bf;
}
.backToArtButton:active{
  background-color: #72a9d8;
}

.artThumb{
  margin: 5px;
}
.artThumb:hover{
  opacity: 0.75;
  cursor: pointer;
}
.artThumb:active{
  opacity: 0.5;
}

#bigPic{
  max-width: 70%;
}
.halfWidthImg{
  display: inline-block;
  width: 50%;
}
@media (max-width: 767.98px){
  #bigPic{
    max-width: 100%;
  }
  .projectImg{
    width: 100%;
  }
  .halfWidthImg{
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .video{
    width: 100%;
  }
}

figure{
  margin-top: 3em;
  margin-bottom: 2em;
}
figcaption{
  text-align: center;
  font-size: 1.3em;
}

.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pixelated{
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.btn{
  background-color: #a61731;
  border-color: #a61731;
  margin-bottom: 2em;
}
.btn:hover{
  background-color:#bb5373;
  border-color: #bb5373;
}
.btn:active{
  background-color:#d3718f;
  border-color: #d3718f;
}
.btnLink{
  color: #fff;
}

.buttonWrapper{
  width: 75%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767.98px){
  .buttonWrapper{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  h2{
    font-size: 1.2em;
  }
}
