@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Syncopate:400|Oxygen:400|Poppins:300,400,800&display=swap');

/* page and navigation banner*/
.pageScape
{ 	width: 98%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #fff;  
}
.navBanner
{
	width: 100%;
	height: 5%;
	background-color: #9b5a40;
	border-top: 2px solid #170d09;
	border-bottom: 1px solid #170d09;
	padding-right: 0px;
}
.SepiaFontSpan
{
	vertical-align: top;
}
.Sepia-S
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.99em;
	color: #392116;	
	margin-left: -.025em;
}
.Sepia-E
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.75em;
	color: #f1e3de;
	margin-left: -.25em;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: black;
}
.Sepia-P
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.75em;
	color: #52332a;
	margin-left: -.225em;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: black;
}
.Sepia-I
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.75em;
	color: #1d120e;
	margin-left: -.2em;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: white;
}
.Sepia-A
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.75em;
	color: #6f2609;
	margin-left: -.25em;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: white;
}
.Features
{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 2.55em;
	color: white;
	margin-left: -.25em;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: black;
	
}
.navLinks
{
	/*height: 100%;
	margin-right: 3em;*/
	padding-left: 35vw;
	position: relative;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.1em;
	color: white;
}
.navImage
{
	width: 100%;
	height: 100%;
	background-image: url("../images/SVG/Sepia-web-title-background.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.headImage
{
	width: 100%;
	background-image: url("../images/supremeActNew_snip.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 950px;
	position: relative;
}
.headImageText
{
	font-family: 'Oxygen';
	font-size: 124px;
	text-align: right;
	margin-right: 50px;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow: 3px 5px 2px #fff;
	transition: all 0.3s linear;
	color: #4F2929;
}
.headImageTextPosition
{
	position: absolute; 
	top: 30%; 
	left: 3%;
}

/*links*/
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.1em;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.1em;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.1em;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.1em;
}

/*  spinning vinyl section*/
#container_vinyl
{
  position: absolute;
  left: 665px;
  top: 374px;
  height: 444px;
  width: 444px;
  border-radius: 50%;
  background: #392117; /*#3f241a;*/
}
.spindle
{
	position: absolute;
	background-image: url("../images/spindle_46x46.png");
	width: 50px;
	height: 50px;
	background-size: cover;
	left: 196px;
	top: 199px;
}
.circle1 {
  position: relative;
  top: 0px;
  width: 0px;
  height: 0px;
  border-right: 222px solid transparent;
  border-top: 222px solid #331e15;
  border-left: 222px solid transparent;
  border-bottom: 222px solid transparent;
  border-top-left-radius: 222px;
  border-top-right-radius: 222px;
  -moz-transform:rotate(320deg);
  -webkit-transform:rotate(320deg);
  -o-transform:rotate(320deg);
  -ms-transform:rotate(320deg);
  animation: spin1 0.9s infinite linear;
  -webkit-animation: spin1 0.9s infinite linear;
  
}
.circle2 {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-right: 222px solid transparent;
  border-top: 222px solid #331e15;
  border-left: 222px solid transparent;
  border-bottom: 222px solid transparent;
  border-top-left-radius: 222px;
  border-top-right-radius: 222px;
  -moz-transform:rotate(80deg);
  -webkit-transform:rotate(80deg);
  -o-transform:rotate(80deg);
  -ms-transform:rotate(80deg);
  animation: spin2 0.9s infinite linear;
  -webkit-animation: spin2 0.9s infinite linear;
}
.circle3 {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-right: 222px solid transparent;
  border-top: 222px solid #331e15;
  border-left: 222px solid transparent;
  border-bottom: 222px solid transparent;
  border-top-left-radius: 222px;
  border-top-right-radius: 222px;
  -moz-transform:rotate(200deg);
  -webkit-transform:rotate(200deg);
  -o-transform:rotate(200deg);
  -ms-transform:rotate(200deg);
  animation: spin3 0.9s infinite linear;
  -webkit-animation: spin3 0.9s infinite linear;
}

/* spinning vinyl animations */
@keyframes spin1 {
  0% {
  -moz-transform:rotate(320deg);
  -webkit-transform:rotate(320deg);
  -o-transform:rotate(320deg);
  -ms-transform:rotate(320deg);
  }
  100% {
  -moz-transform:rotate(680deg);
  -webkit-transform:rotate(680deg);
  -o-transform:rotate(680deg);
  -ms-transform:rotate(680deg); 
  }
}
@-webkit-keyframes spin1 {
  0% {
  -moz-transform:rotate(320deg);
  -webkit-transform:rotate(320deg);
  -o-transform:rotate(320deg);
  -ms-transform:rotate(320deg);
  }
  100% {
  -moz-transform:rotate(680deg);
  -webkit-transform:rotate(680deg);
  -o-transform:rotate(680deg);
  -ms-transform:rotate(680deg); 
  }
}
@keyframes spin2 {
  0% {
  -moz-transform:rotate(80deg);
  -webkit-transform:rotate(80deg);
  -o-transform:rotate(80deg);
  -ms-transform:rotate(80deg);
  }
  100% {
  -moz-transform:rotate(440deg);
  -webkit-transform:rotate(440deg);
  -o-transform:rotate(440deg);
  -ms-transform:rotate(440deg); 
  }
}
@-webkit-keyframes spin2 {
  0% {
  -moz-transform:rotate(80deg);
  -webkit-transform:rotate(80deg);
  -o-transform:rotate(80deg);
  -ms-transform:rotate(80deg);
  }
  100% {
  -moz-transform:rotate(440deg);
  -webkit-transform:rotate(440deg);
  -o-transform:rotate(440deg);
  -ms-transform:rotate(440deg); 
  }
}
@keyframes spin3 {
  0% {
  -moz-transform:rotate(200deg);
  -webkit-transform:rotate(200deg);
  -o-transform:rotate(200deg);
  -ms-transform:rotate(200deg);
  }
  100% {
  -moz-transform:rotate(560deg);
  -webkit-transform:rotate(560deg);
  -o-transform:rotate(560deg);
  -ms-transform:rotate(560deg); 
  }
}
@-webkit-keyframes spin3 {
  0% {
  -moz-transform:rotate(200deg);
  -webkit-transform:rotate(200deg);
  -o-transform:rotate(200deg);
  -ms-transform:rotate(200deg);
  }
  100% {
  -moz-transform:rotate(560deg);
  -webkit-transform:rotate(560deg);
  -o-transform:rotate(560deg);
  -ms-transform:rotate(560deg); 
  }
}


/*Nature of Game Section*/
.natureOfGame
{
	font-family: 'Oxygen';
	font-size: 36px;
	background-color: #9b5a40;
	text-align: right;
	margin-right: 0px;
	letter-spacing: 2px;
	font-weight: lighter;
	text-shadow: 3px 5px 2px #5c3526;
	transition: all 0.3s linear;
	color: #fff;
	height: 60px;
	border-bottom:thin #5c3526;
	border-top: thin #5c3526;
}

/*puzzle goals and grid*/
.section_goals
{
	padding-left: 150px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 40px;
	display: inline;
	background-color: #fff;
	margin-top: 0px;	
	border-bottom: thin solid #A43F03;
	float: right;
}
span.goals
{
	font-family: 'Oxygen';
	font-size: 24px;
	width: 45%;
	display: inline;
	text-align: right;
	font-weight: lighter;
	line-height: 35px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;	
}
.section_goals2
{
	padding-left: 275px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 40px;
	display: inline;
	background-color: #fff;
	margin-top: 0px;	
	border-bottom: thin solid #A43F03;
	float: left;
}
span.goals2
{
	font-family: 'Oxygen';
	font-size: 24px;
	width: 45%;
	display: inline;
	text-align: right;
	font-weight: lighter;
	line-height: 35px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;	
}

/*
.goals_image
{
	width: 45%;
	float: right;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;		
}*/
.goals_elevate_font
{
	width: 100%;
	height: 90px;
	font-family: 'Oxygen';
	font-size: 48px;
	color: #281710;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: thin solid #000;
}

/* elevate your game animation*/
.luminate 
{
  color: #fff;
  margin-top: 20px;
  height: 75px;
  margin-bottom: 20px;	
  overflow: hidden;
  background: #8F3F1E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glow-div 
{
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4vw;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
  font-family: 'Syncopate', sans-serif;
  animation: reveal 3000ms ease-in-out forwards 200ms,
             glow 6500ms ease-in-out infinite 2000ms;
	animation-delay: 10000ms, 1000ms;
}
  @keyframes reveal 
	{
    80%{
      letter-spacing: 16px;
       }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }
.typeSpansText
{
	margin-top: 25px;
	padding-top: 5px;
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 24px;
	font-weight: lighter;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: white;
	height: 25px;
	background-color: #fff;
	text-align: left;
	padding-left: 200px;
	border-top: thin solid #844c37;
}
.puzzlesSpanCross
{
	margin-top: 5px;
	padding-top: 5px;
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 24px;
	color: white;
	height: 65px;
	background-color: #844c37;
	text-align: right;
	padding-right: 200px;
	border-bottom: thin solid #000;
	border-top: thin solid #000;
}
.puzzlesSpanWordSearch
{
	padding-top: 5px;
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 24px;
	color: white;
	height: 65px;
	background-color:#F2AE0A;
	text-align: center;
	border-bottom: thin solid #000;
}
.puzzlesSpanCrypto
{
	padding-top: 5px;
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 24px;
	color: white;
	height: 65px;
	background-color:#ff7c00;
	text-align: left;
	padding-left: 200px;
	margin-bottom: 10px;
	border-bottom: thin solid #000;
}
.typeSpansTextBottom
{
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 24px;
	font-weight: lighter;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: white;
	height: 25px;
	background-color: #fff;
	text-align: right;
	padding-right: 200px;
	border-bottom: thin solid #844c37;
}
/* */
.section_surly
{
	font-family: 'Lato';
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 1px 1px 2px #b2674a;
	float: left;
	width: 100%;
	height: auto;
}
.section_vignettes1
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;	
}
.vignettes1_columns
{
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #0b0604;	
}

/* Parallax Section Tuskegee */
h2 
{
    height: 1600px;
	padding-left: 50px;
	padding-top: 700px;
	letter-spacing: 2px;
	margin-top: 0px;	
	color: #FFFFFF;
	font-family: 'Lato';
	font-size: 36px;
	text-align: left;
	text-shadow: 4px 4px 4px #000;*/
}
.parallax 
{
	background-image: url("../images/seven_TuskegeeAirmen_gpaarchive-pubdom.jpg");
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1600px;
	/*
	padding-left: 50px;
	padding-top: 40px;
	letter-spacing: 2px;
	margin-top: 0px;	
	color: #FFFFFF;
	font-family: 'Lato';
	font-size: 36px;
	text-align: left;
	text-shadow: 4px 4px 4px #000;*/
}
/*
.parallax_description 
{
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
.parallax2 
{
    background-image: url("../images/bigSur_cliffsandhighway_gpaarchive_pubdom.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 1600px;
}
.section-divider
{
	background-color: white;
	height: 35px;
	width: inherit;
}
.footer 
{
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.span-fonts
{
	color: #A43F03;
	font-family: 'Lato';
	font-size: 30px;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
	padding-left: 0px;
	padding-top: 0px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.span_NO
{
	background-color: #fff;
	display: inline-block;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: black;
	font-family: 'Lato';
	border-bottom: thin solid #A43F03;
	border-top: thin solid #a43f03;
}
.span_NO_columns_1
{
	width: 28%;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #0b0604;
}

.span_NO_columns_2
{
	width: 35%;
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #0b0604;
}
.span_Austin
{
	background-color: #fff;
	display: inline-block;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: black;
	font-family: 'Lato';
	border-bottom: thin solid #A43F03;
}

.span_Austin_columns_1
{
	width: 28%;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #0b0604;
}

.span_Austin_columns_2
{
	width: 35%;
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #0b0604;
}
.clue_footer_column_left {
	width: 44%;
	float: left;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 10px;
	background-color: white;
	border-top-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-width: thin;
}
.clue_footer_column_left {
	width: 44%;
	float: right;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 10px;
	background-color: white;
	border-top-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-width: thin;
}
.clue_footer_column_header {
	color: #B3B3B3;
	text-align: center;
}
.clue_footer_column_p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	align: center;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

/*Text animation section*/
.container 
{
  width: 70%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;

  .box 
  {
    width: 600px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
	margin-top: 390px;

    .title 
	{
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      height: 50px;

      .block 
      {
        width: 0%;
        height: inherit;
        background: #331e15; /*a5402c */
        position: absolute;
        animation: mainBlock 1s cubic-bezier(.74, .06, .4, .92) 1 forwards;
        display: flex;
      }

   h1 {
        font-family: 'Oxygen';
        color: #22140e;
        font-size: 48px;
	    font-weight: normal;
	   	text-shadow: 3px 5px 2px #red;
        -webkit-animation: mainFadeIn 6s forwards;
        -o-animation: mainFadeIn 4s forwards;
        animation: mainFadeIn 4s forwards;
        animation-delay: 2s;
        opacity: 0;
        display: flex;
        align-items: baseline;
        position: relative;

        span 
	   {
          width:0px;
          height: 0px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;

          background: #b56b4f;
          -webkit-animation: load 0.6s cubic-bezier(.74, .06, .4, .92) forwards;
          animation: popIn 0.8s cubic-bezier(.74, .06, .4, .92) forwards;
          animation-delay: 2.5s;
          margin-left: 5px;
          margin-top: -10px;
          position: absolute;
          bottom: 13px;
          right: -12px;

        }
      }
    }

    .role {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      height: 30px;
      margin-top: -2px;

      .block {
        width: 0%;
        height: inherit;
        background: #fff; /*9b5a40*/
        position: absolute;
        animation: secBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;
        animation-delay: 1.6s;
        display: flex;
      }

      p {
        animation: secFadeIn 2s forwards;
        animation-delay: 5.2s;
        opacity: 0;
        font-weight: 400;
        font-family: 'Lato';
        color: #331e15;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 5px;
      }
    }
  }
}
/*
.container2
{
  width: 40%;
  height: 15vh;
  display: flex;
  justify-content: right;
  align-items: right;

  .box2 {
    width: 500px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
	margin-top: 200px;
	  margin-left: 400;

    .title2 {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      height: 50px;

      .block2 {
        width: 0%;
        height: inherit;
        background: #a5402c;
        position: absolute;
        animation: mainBlock 5s cubic-bezier(.74, .06, .4, .92) forwards;
        display: flex;
      }

      h2 {
        font-family: 'Oxygen';
        color: #22140e;
        font-size: 48px;
        -webkit-animation: mainFadeIn 10s forwards;
        -o-animation: mainFadeIn 6s forwards;
        animation: mainFadeIn 6s forwards;
        animation-delay: 3.6s;
        opacity: 0;
        display: flex;
        align-items: baseline;
        position: relative;

        span {
          width:0px;
          height: 0px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;

          background: #b56b4f;
          -webkit-animation: load 0.6s cubic-bezier(.74, .06, .4, .92) forwards;
          animation: popIn 0.8s cubic-bezier(.74, .06, .4, .92) forwards;
          animation-delay: 2s;
          margin-left: 5px;
          margin-top: -10px;
          position: absolute;
          bottom: 13px;
          right: -12px;

        }
      }
    }
*/

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;

  }
  50% {
    width: 100%;
    left: 0;

  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;

  }
  50% {
    width: 100%;
    left: 0;

  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*	
@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }
   65% {
      width: 7px;
    height: 7px;
      bottom: 0px;
      width: 15px
   }
   80% {
      width: 10px;
    height: 10px;
      bottom: 20px
   }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;

  }
}*/

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}


/*

footer {
  width: 350px;
  height: 80px;
  background: #ffb510;
  position: absolute;
  right: 0;
  bottom: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
   animation: top 0.8s forwards;
   animation-delay: 4s;
  span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #232323;
    font-family: 'Poppins';

    i {
      margin-right: 25px;
      font-size: 22px;
      color: #232323;
      animation: icon 2s forwards;
      animation-delay: 4s;
      opacity: 0;
    }
  }
} */
@keyframes top {
  0% {
    opacity: 0;
     bottom: -80px
  }
  100% {
    opacity: 1;
     bottom: 0px

  }
}

@keyframes icon {
  0% {
    opacity: 0;
     transform: scale(0.0);
  }
   50% {
      opacity: 1;
     transform: scale(1.3) rotate(-02deg);
   }
  100% {
    opacity: 1;
     bottom: 0px;
  }
}
.loading {
  font-family: 'Lato';
  text-transform:uppercase;
  font-size: 24px;
  
  width:320px;
  text-align:center;
  line-height:50px;
  
  position:absolute;
  left:0;right:0;top:50%;
  margin:auto;
  transform:translateY(-50%);
}

.loading span {
  position:relative;
  z-index:999;
  color:#fff;
}

.loading:before {
  content:'';
  background: #502e21;
  width:250px;
  height:20px;
  display:block;
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:auto;
  
  animation:10s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
  0%   {transform:translateX(0px);}
  50%  {transform:translateX(20px);}
  100% {transform:translateX(0px);}
}


.loading:after {
  content:'';
  background:#ff3600;
  width:30px;
  height:20px;
  display:block;
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:auto;
  opacity:.5;
  
  animation:10s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0%   {transform:translateX(-100px);}
  50%  {transform:translateX(50px);}
  100% {transform:translateX(-100px);}
}
.rotatingText { 
  align-items: flex-start;
  display: flex;
  height: 20vh;
  text-align: center;
}

.rotatingText-content { 
  position: relative;
  width: 100%;
}

.rotatingText-description { 
  font-family: 'Georgia', serif;
  font-style: normal;
  font-size: 30px;
  margin-right: 100px;
  
  
  @media (min-width: 768px) { 
    font-size: 36px;
  }
}

.rotatingText-adjective { 
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-style: italic;
  text-shadow: 2 2 2 black;
  color: #502e21;
  left: 0;
  margin-bottom: 0;
  margin-top: 75px;
  opacity: 0;
  position: absolute;
  text-transform: lowercase;
  right: 0;
  text-align: center;
  top: 0;
  
  @media (min-width: 768px) { 
    font-size: 36px;
  }
  
  &:nth-of-type(1) { 
    animation: rotate-text-up 25s .75s 1 forwards; 
  }
  
  &:nth-of-type(2) { 
    animation: rotate-text-up 1.7s 3s 1 forwards; 
	  animation-delay: 26s;

  }  
  
  &:nth-of-type(3) { 
    animation: rotate-text-up 1.7s 3s 1 forwards;	  
	  animation-delay: 29s;
  } 

  &:nth-of-type(4) { 
    animation: rotate-text-up 1.7s 3s 1 forwards; 
	  animation-delay: 32s;
  }
  
  &:nth-of-type(5) { 
    animation: rotate-text-up 1.7s 3s 1 forwards; 
  	  animation-delay: 35s;

	}  
  
  &:nth-of-type(6) { 
    animation: rotate-text-up 1.7s 3s 1 forwards;
	  animation-delay: 38s;
  }
	
  &:nth-of-type(7) { 
    animation: rotate-text-up 1.7s 3s 1 forwards;
	  animation-delay: 41s;
  }
	
  &:nth-of-type(8) { 
    animation: rotate-text-up 1.7s 4s 1 forwards;
	  animation-delay: 39s;
  }
	
  &:nth-of-type(9) { 
    animation: rotate-text-up 1.7s 4s 1 forwards;
	  animation-delay: 43s
  }
	
  &:nth-of-type(10) { 
    animation: rotate-text-up 1.7s 4s 1 forwards;
	  animation-delay: 47s;
  }
	
  &:nth-of-type(11) { 
    animation: fade-text-in 1.7s 4s 1 forwards;
	  animation-delay: 51s;
  }
}
/* ANIMATIONS */
@keyframes rotate-text-up { 
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  
  100% {
    transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
}

@keyframes fade-text-in { 
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.typeSpansTextFooter
{
	margin-top: 25px;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	font-family: 'Syncopate';
	font-size: 18px;
	font-weight: lighter;
	color: black;
	height: 75px;
	background-color: #fff;
	text-align: center;
	border-top: thin solid #844c37;
	border-bottom: thin solid #844c37;

}
