body {
  background-color: #DEDEDE;
  height: 100%;
  font-family: 'proxima-nova', sans-serif;
  color: #272727;
  font-size: 0.9em;
  margin: 0px;
}

video {
  width: 100%;
  height: 100%;
}

.spacer {
  height: 54px;
}

.gallery-three {
  width: 32%;
}

.gallery-two {
  width: 49%;
}

.changeColor {
   background-color: #DEDEDE; /*#ec364d;*/
   box-shadow: 0 4px 9px 0 rgba(23,28,33,.3)
}

ul { margin: 0; padding: 10 0 0 0; }

.wrapper {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: radial-gradient(ellipse at bottom, #ff5757 0%,#622B35 60%,#261014 100%);*/
}

.intro {
	display: inline-block;
	/*max-width: 1500px;*/
	/*height: 100px;*/
	/*background-color: #888;*/
	/*background-image: url("../images/kit2.png");*/
}
.intro img {
	height: 100%;
	width: 100%;
  /*padding-top: 3em;*/
}

.intro-content {
  width: 60%;
  /*margin: -5% auto 0;*/
  padding: 0em 0px 10em 0px;
  /*border-radius: 10px;*/
  /*box-shadow: 0 4px 9px 0 rgba(23,28,33,.06)*/
}

#navigation {
  transition: 0.3s ease;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  /*background-color: white;*/
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /*display: none;*/
  width: 100%;
}

.spacer_column {
  width: 25%;
  /*background-color: #F1F1F1;*/
}

.spacer_column_reverse {
  width: 33%;
  /*background-color: #eee;*/
}

.textblock {
  display: flex;
  width: 100%;
  /*background-color: #F1F1F1;*/
}

.textblock-reverse {
  display: flex;
  width: 100%;
  background-color: #232323;
}

.row {
  display: flex;
  background-color: #eee;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 33%;
  padding: 6em;
  color: #4e4e4e;
}

.center-content {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.center {
  text-align: center;
}

.archdiv {
  padding-top: 5em;
}

li{
  margin: 5px 0;
  line-height: 200%;
  font-family: 'lato';
  /*font-size: 17px;*/
  font-style: italic;
  font-weight: 300;

}

p {
  font-family: 'lato';
  font-size: 17px;
  /*font-style: italic;*/
  font-weight: 300;
  line-height: 27px;
  /*padding-bottom: 10px;*/

}
h1 {
  font-size: 1.5em;
  font-weight: 300;
  /*letter-spacing: 0.07em;*/
}

h1.semibold {
  font-weight: 600;
  font-size: 2.5em;
}

h2 {
  display: inline-block;
  font-size: 2.7em;
  font-weight: lighter;
  margin-block-start: 0px;
  font-family: 'montserrat';
  /*padding-right: 50px;*/
  /*margin: 1rem;*/
}

h2 a:link {
    color: black;
}

h2 a:visited {
    color: black;
}

h2 a:hover {
    color: grey;
}

h3 {
  font-weight: 600;
  /*font-size:9vw;*/
  color: #7171712e;
  margin: 0 0 -.6em 0;
}

h5 {
    color: #717171;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 0.5em;
  letter-spacing: 0.07em;
  margin-top: 3em;
  text-align: center;
}

h6 {
    font-size: .9em;
    font-weight: normal;
    margin: 0;
    color: #9E9E9E;
}

h4 {
  color: #717171;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0.5em;
    letter-spacing: 0.07em;
    margin-top: 0;
}

#navigation a {
  text-decoration: none;
  padding-right: 30px;
  letter-spacing: 0.15rem;
  color: #444444;
}

#navigation a:link {
  color: #444444;

  /*text-shadow: 2px 2px 2px #BBBBBB;*/
}

a {
  text-decoration: underline;
  color: #272727;
}

a:link {
  color: #272727;
  text-decoration: underline;
}

a:visited {
  color: #272727;
}

a:active {
  color: grey;
}

a:hover {
  color: #868f9c;
}

.inner-navigation {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /*width: 93%;*/
  margin: auto;
  width: 93%;
}

.inner-navigation {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /*width: 93%;*/
  margin: auto;
  width: 93%;
}

#content-nav a {
  text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding-right: 30px;
    /*font-size: 0.8em;*/
    color: grey;
}

#content-nav h2 {
  margin: 1rem;
  color: black;
  /*padding-left: 1rem;*/
}

#content-nav {
  top: 0;
  z-index: 100;
  background-color: #232323;
  width: 100%;
  position: fixed;

}

#intro p {
    font-size: 1.5em;
    animation: fadein 3.5s;
    -moz-animation: fadein 3.5s; /* Firefox */
    -webkit-animation: fadein 3.5s; /* Safari and Chrome */
    -o-animation: fadein 3.5s; /* Opera */
    color: #868f9c;
    line-height: 1.7em;
}

.left-navigation {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.9em;
  /*text-transform: capitalize;*/
}

.container {
  width: 60%;
  margin: auto;
  padding: 50px 0px 50px 0px;
}

.is-full {
  width: 100%;
  margin: auto;
}

.is-window-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*GRID SYSTEM*/

.grid {
  margin: 0;
  padding-top: 2rem;
}

.cardcontainer {
  margin: 1rem;
  background-color: white;
  width: calc(33.3333% - 2rem);
  height: calc(33.3333% - 2rem);
  border-radius: 5px;
  box-shadow: 0 4px 9px 0 rgba(23,28,33,.06)
}
.cardcontainer img {
    width: 33% ;
    margin-top: 50px;
    margin-left: 50px;
    box-shadow: 0 4px 9px 3px rgba(23, 28, 33, 0.12);
}

.card {
  margin: 1rem;
}

.card img {
  display: block;
  border-radius: 5px;
}

.responsive-img {
  max-width: 100%;
}

.fade-container:hover .overlay{
  opacity:1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:  #111111cc;
  border-radius: 5px;

}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fade-container {
  position:relative;
}

/*END GRID*/

i.fa.fa-bars.toggle {
    display: none;
  }

@media screen and (min-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .card {
    width: calc(50% - 2rem);
  }
}


@media screen and (min-width: 1000px) {
  .card {
    width: calc(50% - 2rem);
  }
  .intro img {
  height: 100%;
  width: 1400px;
}
}


@media screen and (max-width: 1250px) {
  .abt {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    width: 80%;
  }
  .intro-content {
    padding: 10em 5em 10em 5em;
    width: 70%;
  }
  .spacer_column {
    width: 15%;
  }
  .column {
    padding: 2em;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 88%;
  }

  .column {
    flex: 88%;
  }

  .left-navigation {
    background-color: white;
    left: 0;
    display: none;
    text-align: center;
    right: 0;
    top: 100%;
    position: absolute;
  }

  .left-navigation .nav-item {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    padding: 0.75rem;
    color: #111111;
  }
  .left-navigation.is-active {
    display: flex;
    flex-direction: column;
    /*margin: auto;*/
  }

  .intro-content {
    padding: 10em 5em 10em 5em;
    /*width: 88%;*/
  }
  .spacer_column {
    width: 6%;
  }
  .column {
    padding: 2em;
  }
  p {
    font-size: 12px;
  }
  h1.semibold {
    font-size: 1.5em; 
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    /*font-size: 12vw;*/
  }
  h4 {
    font-size: .9em;
  }

  li {
    font-size: .8em;
  }
  i.fa.fa-bars.toggle {
    display: inline-block;
  }

}

@media screen and (max-width: 420px) {
  h2 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.8em;
  }
  .intro-content {
    padding: 5em 2em 5em 2em;
  }
}

footer {
  background: #272727;
  padding: 3rem;
  text-align: center;
  /*display: inline-block;*/
  /*height: 100px;*/
  /*background-color: grey;*/

}

.footers {
  font-size: .8em;
  color: #d1d1d1;
}