/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  scroll-behavior: smooth;
  /* padding-top: 3.5rem; */
}
header {
  overflow: hidden;
  z-index: 8888;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e7e7e7;
}
.row{
  margin: 0;
}
[class^="col-"]{
  padding: 0;
}
.less-row{
  margin-left: -10px;
  margin-right: -10px;
}
.p-25{
  padding: 10px;
}
.navbar-brand img {
  width: 210px;
  height: auto;
}
.navbar{
  padding: 0;
}
/* .carousel {
  margin-bottom: 4rem;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
  height: 32rem;
} */
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

main{
  padding-top: 3.5rem;
}

#gotop {
  position:fixed;
  z-index:90;
  right:30px;
  bottom:31px;
  display:none;
  width:80px;
  height:80px;
  color:#fff;
  background:rgba(0,0,0,0.6);
  line-height:90px;
  border-radius:50%;
  transition:all 0.5s;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#gotop a{
  color:#FFF;
  font-size: 60px;
  font-weight: bold;
}

#gotop:hover{
  background:rgba(41,132,235,0.6);
}

#gotop :hover {
  text-decoration: none;
}

#gotop :active {
  text-decoration: none;
}





/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 767px){
  .p-25{
    padding: 5px;
  }
  .less-row{
    margin-left: -5px;
    margin-right: -5px;
  }
}


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}