.container {
  max-width: 1200px;
}

/*
 * Custom translucent site header

.navbar {
  background-color: rgba(33, 37, 41, 1);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(20px);
}
.navbar a {
  color: #e8e8e8;
  transition: ease-in-out color .25s;
  text-decoration: none;
}
.navbar a:hover {
  color: #fff;
  text-decoration: none;
}
*/
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 3%;
  bottom: -60%;
  width: 450px;
  height: 810px;
  border-radius: 21px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
*/

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  border-radius: 5px;
}

.product-device-2 {
  top: -5%;
  right: auto;
  bottom: 0;
  left: 3%;
}
/*
.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}
*/
/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
/*
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
*/
.overflow-hidden { overflow: hidden; }


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.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;
  background-color: #777;
}
.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;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@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) {*/
@media (min-width: 768px) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.float-end a:hover {
  color: #f9d477;
  transition: ease-in-out color .25s;
}

.float-end a {
  color: #f7c74f;
}

/* hide hamburder border */
.navbar-toggler {
    border: 0px solid transparent
}

img {
    border-radius: 7px;
}

/* sign up buttons */
#sign-up-1, #sign-up-2 {
    background-color: #f7c74f;
    color: white;
    border: #f7c74f;
    box-shadow: 0 0 4px rgba(162, 162, 162, .4);

}
#sign-up-1:hover, #sign-up-2:hover {
    /* box-shadow: 6px 6px 1px 1px rgba(0, 0, 255, .2); */
    /* box-shadow: 6px 6px 1px 1px rgba(162, 162, 162, .2); */
    /* box-shadow: 2px 2px 2px 2px rgba(132, 132, 132, .2); */
    box-shadow: 0 1px 8px 0 #ccc;
}

/* Remove a tags decorations */
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

/* highlight hyperlink on hover */
.my-link:hover {
    color: #212529 !important;
    transition: all 0.1s;
}
.my-link-border:hover {
    color: #212529 !important;
    transition: all 0.3s;
    border-color: #9b9fa4 !important;
}