/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

p {
  color: #3C3737;
  font-family: 'Roboto', serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}


a {
  color: #F79554;
}

a:hover {
  color: #80CDBF;
}

.alert-danger {
  color: #FFF;
  background-color: #80CCBE;
  border-color: #80CCBE;
}

.alert p {
  color: #FFF;
  margin: 0;
}

.center {
  text-align: center;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LOGO AND NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
  overflow-x: hidden;
}

.logo {
  position: relative;
  right: 0.7rem;
  width: 300px;
  -webkit-transition: width 0.2s east;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.navbar {
  background: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0.2rem 1rem;
  position:relative;
  z-index:9999;
}

.nav-link {
  color: #868686;
  font-family: 'Roboto', serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: color 0.25s east-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.9rem 1.9rem;
}

.nav-link:hover {
  color: #000;
}



.navbar .fas {
  color: #000;
  font-size: 28px;
}

.fixed-top {
  background: #FFF;
  padding: 0 1rem;
  position: fixed;
  z-index: 999999;
  -webkit-transition: padding 0.2s east;
  -moz-transition: padding 0.2s ease;
  -ms-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.fixed-top .logo {
  width: 210px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CAROUSEL OR HEADER IMAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.banner {
  height: auto !important;
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
  position: relative;
  left: 3rem;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
  position: relative;
  right: 3rem;
}

.carousel-indicators li {
    background-color: #e6e6e6;
}

.carousel-indicators .active {
    background-color: #B9B9B9;
}

.slide {
  padding-bottom: 3rem;
}


.divider {
  background: #A603AD;
  display: block;
  height: 2px;
  width: 5%;
  margin: 1.5rem 0 3rem;
}


.overlay {
  background: rgba(37, 37, 37, 0);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 49;
}




#opening-section {
  padding: 21.7rem 0;
  background-image: url(../images/tamara-full-body.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

#opening-section .overlay {
  background: rgba(37, 37, 37, 0);
}

#opening-section .text-block {
  background: rgba(0, 0, 0, 0.5);
  bottom: -6rem;
  padding: 2rem 2.5rem;
  position: relative;
  text-align: center;
}

#opening-section h3 {
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 1px 3px 6px #2F2F2F;
}

#opening-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  font-weight: 300;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INTRO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#bio {
  padding: 7rem 1.5rem 5rem;
  text-align: center;
}

#bio h3 {
  font-size: 40px
}

#bio h4 {
  color: #A603AD;
  font-size: 19px;
  font-weight: 600;
}

#bio img {
  border-radius: 50%;
  padding: 3rem 0 2rem;
  width: 250px;
}

#bio p {
  font-size: 18px;
  padding: 1rem 10rem;
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author and Skater Sections
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#author,
#skater {
  padding: 6rem 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 10px -1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 10px -1px rgba(0,0,0,0.2);
  position: relative;
  z-index: 9999;
}

#author h3,
#skater h3 {
  font-size: 37px;
  margin-bottom: 1rem;
}

#author h4,
#skater h4 {
  color: #A603AD;
  font-size: 18px;
  font-weight: 600;
  padding: 0rem 0 2rem;
}

#author p,
#skater p {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  padding: 0 1rem;
}

#skater img,
 #author img {
  float: left;
  margin: 0 20px 0 15px;
  width: 230px;
}

#author img {
  float: none;
  width: 200px;
}


#author .book p {
  padding: 0 5rem;
  text-align: center;
  font-size: 16px;
}

#author .book a {
  font-weight: 600;
  font-size: 16px;
  display: block;
}

#author h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-align: left;
}

#author .about {
  color: #3C3737;
  font-weight: 700;
  padding-left: 15px;
}

#author .comingsoon {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  margin: 1rem 0 0;
}

#author .comingsoon-p {
  font-size: 14px;
}


#author .excerpt p {
  font-size: 14px;
}

#skate {
  float: left;
  margin: 0 15px 0;
  width: 235px;
}

#skater p {
  text-align: justify;
}

#skater .accomplishments {
  background: #F3F3F3;
  padding: 1.6rem;
}

#skater .accomplishments .col-sm-6 {
  padding-bottom: 1rem;
}

#skater .accomplishments h4 {
  color: #000;
  font-size: 15px;
  padding: 0;
  text-align: left;
}

#skater .accomplishments p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
}

#skater .accomplishments span {
  float: right;
}

#skater .accomplishments hr {
  margin: 2rem 0 3rem;
}

#author p {
  text-align: left;
}



.button,
.button:active,
.button:focus,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #FFF;
  border: 2px solid #4E4E4E;
  border-radius: 0;
  color: #000;
  font-family: 'Raleway', sans-serif;
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0.7rem 1.8rem;
  -webkit-transition: background 0.25s east-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.button:hover,
.btn-primary:hover {
  background: #000;
  border: 2px solid #000;
  color: #FFF;
  text-decoration: none;
}

.modal-dialog {
  max-width: 600px;
}

.modal-content {
  top: 6rem;
}

.modal-title {
    font-weight: bold;    
}

.modal p {
  text-align: left !important;
  text-indent: 25px;
}

#author .btn-primary {
    font-style: italic;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TAGLINE SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tagline-section {
  padding: 16rem 0;
  background-image: url(../images/skate-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

#tagline-section .overlay {
    background: rgba(37, 37, 37, 0);
}

#tagline-section h3 {
  color: #FFF;
  font-size: 36px;
  text-align: center;
  text-shadow: 1px 1px 15px #404040;
}





#cta {
  background: #A603AD;
  padding: 6rem 0;
}

#cta h2,
#cta p {
  color: rgba(255, 255, 255, 0.81);
  text-align: center;
}

#cta h2 {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 2.5rem;
  padding: 0 0 0.3rem;
}

#cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}

#cta .sm-holder {
  text-align: center;
}

#cta .sm-holder .fab {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 27px;
  height: 50px;
  margin: 0 0.8rem;
  padding: 0.7rem 0;
  width: 50px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contact{
  margin-bottom: 6rem;
}


#content {
  margin-bottom: 8rem;
  text-align: center;
}

#contact-section {
  padding: 7rem 0;
}

#contact-section h3 {
  color: #728584;
  font-family: 'Roboto Slab', serif;
  font-size: 56px;
  line-height: 1.1;
}

#contact-section .divider {
  display: block;
  width: 6%;
  height: 2px;
}


#contact {
  margin: 4rem 0;
  text-align: center;
}


.contact-text {
  text-align: left;
}

.contact-img {
  float: none;
  width: 340px;
}


#thank-you {
  margin: 5rem 0 4rem;
  text-align: center;
}




#scroll-icon {
  position: fixed;
  bottom: 15px;
  opacity: 0;
  right: 20px;
  text-align: center;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#scroll-icon .fa, #scroll-icon .fa:active, #scroll-icon .fa:focus {
  background: rgba(0, 0, 0, .35);
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 15px;
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 0.8rem;
  }

#opening-section {
    background-attachment: scroll;
    background-position: center;
    padding: 20rem 0;
  }
}



@media all and (max-width: 991px) {

  .navbar-nav {
    margin-bottom: 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
  }

  .nav-link {
    font-size: 18px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.7rem 0.8rem;
  }


  button:focus {
    outline: 0;
  }

  #opening-section .text-block {
    bottom: -6rem;
    padding: 2rem;
    width: 550px;
  }

  #opening-section p {
    font-size: 18px;
  }

  .carousel-control-next-icon {
    left: 2rem;
  }

  .carousel-control-prev-icon {
    right: 3rem;
  }

  #skater .accomplishments {
    margin-top: 3rem;
  }
  
  #author img,
  #skater img {
  float: none;
  margin: 20px 0;
  width: 240px;
}

  #skater .accomplishments h4 {
    font-size: 18px;
    padding-bottom: 2rem;
    text-align: center;
  }

  #skater .accomplishments p {
    font-size: 14px;
  }

  #author .about {
    margin-top: 5rem;
  }
  
  #author .btn-primary {
   margin-left: 15px;
}

  #author .book {
  text-align: center;
  }

  #tagline-section {
    background-attachment: initial;
  }

  #tagline-section .overlay {
    background: rgba(37, 37, 37, 0.3);
  }
}



@media all and (max-width: 767px) {

  .logo {
    position: static;
  }

  .fixed-top .logo {
    padding-left: 1rem;
  }

  #opening-section .text-block {
    bottom: -13rem;
}

  #tagline-section {
    background-position: center;
  }

  #tagline-section h3 {
    position: relative;
    bottom: 8rem;
  }

  #cta .btn-holder {
    margin-bottom: 1rem;
  }
}



@media all and (max-width: 575px) {
  #opening-section .text-block {
    bottom: 17rem;
    width: auto;
  }

  #opening-section h3 {
    font-size: 29px;
  }

  #opening-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }

  #skater img {
    float: none;
    margin: 10px 0 25px 0;
  }

  #skater .accomplishments h4 {
    font-size: 20px;
  }

  #skater .accomplishments p {
    font-size: 15px;
  }

  #author img {
    margin: 0 30px 18px 0;
    padding-left: 15px;
  }

  .contact-text {
    padding-top: 2rem;
    text-align: center;
  }
}

  .logo {
    width: 230px;
  }
}
