html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

/*HOME SLIDE*/
#top
{
  height: 110vh;
  /*background-color: #19181D;*/
  background-color: white;
  background-image: url(images/pencilsweb.jpg);
  background-size: cover;
  /*background-position: 100%;*/
}

.motto
{
  text-align: left;
  height: 20vh;
  font-size: 5.7em;
  margin: 0 auto;
  line-height: 20vh;
  font-family: Aileron, Helvetica, sans-serif;
  color: #202023;
  font-weight: 100;
  padding-left: .2em;
}
#inspire
{
  background-size: 100%;
  background-position: 0%;
  background-image: url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQOaVEqA6KftqDKEG7OuJcULOrfH2Ur82Q06_5Ze3QT5FPUCx5-);
  color: transparent;
  -webkit-background-clip: text;
  animation-duration: 6s;
  animation-name: gradient;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#inspire.no-clip{
  background-image: none; !important;
  color: #D24B4B !important;
  text-decoration: none;
}
/*INSPIRE ANIMATION*/
    .gradient {
      -moz-animation-duration: 6s;
      -webkit-animation-duration: 6s;
      animation-duration: 6s;
      -moz-animation-name: gradient;
      -webkit-animation-name: gradient;
      animation-name: gradient;
      -moz-animation-iteration-count: 6;
      -webkit-animation-iteration-count: 6;
      animation-iteration-count: 6;
      -moz-animation-direction: alternate;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
    }
    @-moz-keyframes gradient {
      from {
        background-size: 100%;
        background-position: 0%;
      }

      to {
        background-size: 600%;
        background-position: 65%;
      }
    }

    @-webkit-keyframes gradient {
      from {
        background-size: 100%;
        background-position: 0%;
      }

      to {
       background-size: 600%;
       background-position: 65%;
     }
    }

    @keyframes gradient {
      from {
        background-size: 100%;
        background-position: 0%;
      }

      to {
       background-size: 600%;
       background-position: 65%;
     }
    }

#company-name
{
  letter-spacing: -1px;
  margin-top: 42vh;
  font-size: 14vh;
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 700;
  background-color: whitesmoke;
  height: 23vh;
  line-height: 21vh;
  border-top: #A03838 2px solid;
  border-bottom: #A03838 2px solid;
}
#right
{
  color: #D24B4B;
}


/*NAVIGATION BAR*/
.navbar
{
  background-color: #19181D;
  border: none;
  border-radius: 0;
  border-bottom: #A03838 2px solid;
}
.navbar-brand
{
  color: whitesmoke;
  margin-top: .8%;
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.navbar-brand:hover{
  opacity: .7
}
.navbar-default .navbar-nav>li
{
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 300;
}
.navbar li:hover
{
  background-color: none;
}
.navbar-default .navbar-nav>li>a
{
  color: whitesmoke;
}
.navbar-default .navbar-nav>li>a:hover
{
  color: #E48E8E;
}
.navbar-default .navbar-toggle {
    border-color: #888888;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    color: white !important;
    border-color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus{
  color: #D24B4B;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: #E48E8E;
}

/*ABOUT SECTION*/
#about
{

}
.big-paragraph
{
  color: #19181D;
  font-size: 2.8em;
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: justify;
  padding-top: 2%;
  padding-bottom: 2%;
}
.intro
{
  padding-top: 8%;
  color: whitesmoke;
  padding-bottom: 5%;
}
.color-header
{
  color: #D24B4B;
  font-size: 1.1em;
  text-align: left !important;
}
.color-flip
{
  background-color: #29282D;

}
.color-flip p
{
  color: whitesmoke;
}

/*CASES SECTION*/

#cases
{
  padding: 7% 0 0 0;
  background-color: #F3F3F3;
  min-height: 100vh;
  border-bottom: #29282D solid 1px;
}

.section-header
{
  font-family: Aileron, Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 7em;
}
.dummy {
    margin-top: 100%;
}
.case-square {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gray;
    transition: .4s;
}
.case-square:hover{
  opacity: 0.8;
}
.Absolute-Center
{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.txt
{
  text-align:center;
  width:80%;
  display:table;
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 700;
  font-size:1.7em;
  color: whitesmoke;
}
#square1, #case1 .casemodal
{
  background-color: #BD5657;
}
#square2, #case2 .casemodal
{
  background-color: #8788E3;
}
#square3, #case3 .casemodal
{
  background-color: #595BB1;
}
#square4, #case4 .casemodal
{
  background-color: #6FB264;
}
#square5, #case5 .casemodal
{
  background-color: #D9B763;
}
#square6, #case6 .casemodal
{
  background-color: #66BBB3;
}
#square7, #case7 .casemodal
{
  background-color: #6D547A;
}
#square8, #case8 .casemodal
{
    background-color: #6487B2;
}
#square9, #case9 .casemodal
{
  background-color: #D99463;
}

.banner {
  margin-top: 40px;
  background: grey;
  cursor: pointer;
  background-color: #29282c;
  color: #f3f3f3;
}

.banner h2 {
  text-align: center;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 200ms;
}

  .banner h2:hover {
    color: #29282c;
    background-color: #f3f3f3;
  }

  #webinar-inner {
    padding-bottom: 40px;
  }


  /*MODAL STYLES*/
  .modal-backdrop {
   background-color: white;
  }
  .casemodal{
  }
  .modal-text{
    font-family: Aileron, Helvetica, sans-serif;
    font-size: 1.1em;
    color: whitesmoke;
    padding: 5%;
    text-align: justify;
    margin-bottom: 0;
  }
  .modal-divider{
    margin: 0 auto;
    width: 33%;
  }

/*ABOUT JILL*/

#jill
{
  min-height: 100vh;
  padding-top: 5%;
  padding-bottom: 9%;
}
#headshot-container
{
  background-image: url('images/headshot.jpg');
  width: 23vw;
  height: 23vw;
  border-radius: 100%;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 10%;
}
.bio-subheader
{
  font-family: Aileron, Helvetica, sans-serif;
  text-align: center;
  font-weight: 600;
}
.jill-text
{
  font-family: Aileron, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  text-align: justify;
}

/*TESTIMONIALS*/
#testimonials
{
  min-height: 100vh;
  background-color: #E8F4F9;
  padding-top: 5%;
}
#testimonials-intro
{
  width: 60%;
  margin: 0 auto;
  font-family: Aileron, Helvetica, sans-serif;
  font-size: 1.3em;
  text-align: center;
}
.testimonial-space
{
  height: 5vw;
}
.testimonial-bubble
{
  background-color: white;
  border: 2px solid white;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 4%;
  overflow: hidden;
  /*height: 120px;*/
}
.testimonial-bubble p
{
  width: 95%;
  margin: 0 auto;
  font-family: Aileron, Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: justify;
}
/*.testimonial-bubble:hover
{
  border-color: #C1CAD6;
}*/

/*MUSINGS*/
#musings
{
  min-height: 100vh;
  background-color: #29282D;
  padding-bottom: 5%;
  padding-top: 5%;
}
.musing-header
{
  margin: 0 auto;
  width: 80%;
  text-align: center;
  cursor: pointer;
  font-family: Aileron, Helvetica, sans-serif;
  color: #D24B4B;
  font-size: 3em;
  margin-top: 5%;
}
.musing-header:hover{
  opacity: .5;
}
.musing{
  font-family: Aileron, Helvetica, sans-serif;
  display: none;
  color: #29282D;
  padding: 2%;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

/*CONTACT*/
#contact{
  min-height: 100vh;
  padding-top: 5%;
}
.social-circle
{
  /*background-color: #19181D;
  border: #A03838 2px solid;*/
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  background-size: 70%;
  background-repeat: no-repeat;
  transition: .2s;
  margin-top: 25%;
}
#facebook{
  background-image: url('images/fbblue.png');
  background-position: 24% 33%;
  background-color: #3B579D;
}
#twitter{
  background-image: url('images/twitterblue.png');
  background-color: #55ACEE;
  background-position: 56% 55%;
  text-align: center;
  line-height: 200px;
  text-decoration: none;
  color: white;
  font-family: Aileron, Helvetica, sans-serif;
  font-size: 0em;
  font-weight: 100;
}
#linkedin{
    background-image: url('images/linkedin.png');
    background-color: #147CB4;
    background-position: 53% 45%;
    background-size: 58%;
}
#email-link{
  background-image: url('images/mailglyphwhite.png');
  background-color: #5E78A0;
  background-position: 50%;
  background-size: 60%;
  text-align: center;
  text-decoration: none;
  color: white;
  font-family: Aileron, Helvetica, sans-serif;
  font-size: 0em;
  font-weight: 100;
  padding-top: 17%;
}
#facebook:hover{
  background-size: 100%;
  border-radius: 0px;
}
#twitter:hover{
  background-position: 56% -200%;
  /*background-size: 100%;*/
  border-radius: 0px;
    font-size: 1.6em;
}
#linkedin:hover{
  /*background-position: 56% -250%;*/
  background-size: 70%;
  border-radius: 0px;
}
#email-link:hover{
  background-position: 50% -200%;
  border-radius: 0px;
  font-size: 1.2em;
}

#contact h2{
  font-size: 3.2em;
}
#contact #company-name{
  font-size: 5em;
  height: initial;
  line-height: initial;
  padding: 1% 0 1% 0;
  margin: 0 auto;
  margin-top: 8%;
}
.address
{
  float: right;
  font-size: 0.35em;
  text-align: right;
}

@media only screen and (max-width : 1150px) and (-webkit-min-device-pixel-ratio: 1) {
  /*.motto{
    font-size: 4.7em;
  }*/
  #company-name{
    font-size: 6em;
    height: initial;
  }
  .big-paragraph{
      font-size: 3.2em;
  }
  .address{
    font-size: 0.31em;
  }
}
@media only screen and (max-width : 970px) and (-webkit-min-device-pixel-ratio: 1) {
  .motto{
    font-size: 3.7em;
  }
  #company-name{
    font-size: 4em;
    height: initial;
  }
  .big-paragraph{
      font-size: 2.9em;
  }

  #headshot-container{
    width: 30vw;
    height: 30vw;
    margin-bottom: 5vw;
  }

  .musing-header{
    font-size: 2.5em;
  }

  .address{
    font-size: 0.24em;
  }
  #contact #company-name{
    font-size: 7vw;
    height: initial;

  }
  .address
  {
    line-height: 2vw;
  }
}
@media only screen and (max-width : 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .hiddenMobile {
    display: none;
  }
  .motto{
    font-size: 2.7em;
  }
  #company-name{
    font-size: 3.4em;
    height: initial;
  }
  .big-paragraph{
      font-size: 2.5em;
  }

  .section-header{
    font-size: 5em;
  }

  .txt{
    font-size: 1.4em;
  }

  #headshot-container{
    width: 35vw;
    height: 35vw;
    margin-top: 2vw;
  }
  .jill-text{
    width: 90%;
    margin: 0 auto;
  }

  #testimonials-intro
  {
    width: 80%;
  }

  .musing-header{
    font-size: 2.0em;
  }

  .social-circle{
    height: 175px;
    width: 175px;
  }

  #contact{
    min-height: none;
  }
  #contact .section-header{
    padding-bottom: 1%;
    margin-bottom: -5%;
    border-bottom: 1px #F5F5F5 solid;
  }
  #contact hr{
    display: none;
  }
  #contact #company-name{
    font-size: 7vw;
    height: initial;
    margin-bottom: 15%;
  }
}
@media only screen and (max-width : 580px) and (-webkit-min-device-pixel-ratio: 1) {
  #company-name{
    line-height: 2em;
    margin-top: 80%
  }
  .motto{
    font-size: 4.7em;
    padding-left: 0em;
  }
  #top{
      background-color: #19181D;
      background-image: none;
  }
  .motto{
    color: whitesmoke;
  }

  #cases{
    padding-bottom: 20px;
  }
  .txt{
    font-size: 1.2em;
  }

}
@media only screen and (max-width : 480px) and (-webkit-min-device-pixel-ratio: 1) {
  .motto{
    font-size: 20vw;
  }
  #company-name{
    font-size: 2.6em;
    height: initial;
    margin-top: 110%
  }
  .big-paragraph{
      font-size: 2em;
  }

  .section-header{
    font-size: 4em;
  }

  .txt{
    font-size: .9em;
  }

  #headshot-container{
    width: 40vw;
    height: 40vw;
  }

  .musing-header{
    font-size: 1.7em;
  }

  .social-circle{
    height: 150px;
    width: 150px;
  }

  #contact #company-name{
    font-size: 7vw;
    height: initial;
  }
  .address{
    font-size: 3vw;
    line-height: 1em;
  }
}
