/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  scroll-behavior: smooth;
}

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

img{
  object-fit:scale-down;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.options {
  text-align: center;
}

/*nav*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 2px 2px;
  z-index: 1;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

#progress {
  /*STEP 1 |||||||||||||||||||||||*/
  /*||||||||||||CHANGE||||||||||||*/

             width: 4.89%;

  /*||||||||||PERCENTAGE||||||||||*/
  /*||||||||||||||||||||||||||||||*/
  /*Next step is at the bottom! Scroll down!*/

  float: left;
  border-radius: 6px;
  height: 20px;
  background: #36B8E9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #71F7F2, #36B8E9); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(-90deg, #71F7F2, #36B8E9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #71F7F2, #36B8E9); /* Standard syntax */
  z-index: 333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

#countdown-wrap {
  width: 120%;
  height: 160px;
  padding: 20px;
  font-family: 'Roboto', sans-serif, Arial;
  font-weight: 500;
}
#goal {
  font-size: 35px;
  text-align: right;
  width:80%;
}
@media only screen and (max-width: 540px) {
  #goal {
    text-align: center;
  }
}


#glass {
  width: 80%;
  height: 20px;
  border-radius: 6px;
  background: #ee0e0;
  float: left;
  overflow: hidden;
  background-color: #dee0e0;
  box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}
.goal-stat {
  width: 20%;
  height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 540px) {
  .goal-stat {
    width: 40%;
    text-align: center;
  }
}
.goal-number,
.goal-label {
  display: block;
  font-size: 20px;
}
.goal-number {
  font-weight: bold;
}
#goal-words {
  float: right;
  width: 26%;
  font-size: 25px;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
  margin-top: 2rem;
}
