/* UTILITIES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  display: inline-block;
  border: none;
  padding: 10px;
  width: 200px;
  margin-top: 10px;
  text-decoration: none;
  background: rgba(42, 167, 22, 1);
  color: #ffffff;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

#profile-save {
  display: inline-block;
  border: none;
  padding: 5px;
  width: 100px;
  margin-top: 5px;
  text-decoration: none;
  background: rgba(42, 167, 22, 1);
  color: #ffffff;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}

button:hover {
  background-color: rgba(54, 89, 109, 1);
}

/*NAV*/

header {
  z-index: 1;
  background-color: white;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

footer {
  position: static;
  padding: 10px 10px 0px 10px;
  bottom: 0;
  width: 100%;
  /* Height of the footer*/
  height: 40px;
  background: grey;
}
.logo {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.logo a {
  color: black;
}

.logo a:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.logo a:visited {
  color: black;
}

header ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header ul a {
  color: black;
}

header ul li {
  padding: 5px;
  margin: 10px;
}

header ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: white;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
}

@media only screen and (max-width: 600px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}

/*DEVICE MOCK UP*/

.device-wrapper {
  max-width: 200px;
  width: 100%;
  margin-right: 150px;
  margin-left: 150px;
}

.device {
  position: relative;
  background-size: cover;
}

.device::after {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.device .screen {
  position: absolute;
  background-size: cover;
  pointer-events: auto;
}

.device .button {
  position: absolute;
  cursor: pointer;
}
.device[data-device="iPhoneX"][data-orientation="portrait"][data-color="black"] {
  padding-bottom: 198.898071625%;
}

.device[data-device="iPhoneX"][data-orientation="portrait"][data-color="black"]
  .screen {
  top: 3.1855955679%;
  left: 6.8870523416%;
  width: 86.2258953168%;
  height: 93.6288088643%;
}

.device[data-device="iPhoneX"][data-orientation="portrait"][data-color="black"]::after {
  content: "";
  background-image: url("../img/portrait_black.png");
}

.device[data-device="iPhoneX"][data-orientation="portrait"][data-color="black"]
  .button {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

/*FORMS STUFF - SIGN UP AND LOGIN*/
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
}
.form-container a {
  font-size: 12px;
}

.form-container p {
  font-size: 12px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}
.form-field {
  width: 300px;
  height: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  background-color: whitesmoke;
}

.sign-up-content h2 {
  font-size: 26px;
}

.sign-up-content p {
  margin-top: 10px;
  font-size: 16px;
}

.sign-up-content img {
  height: 350px;
  width: 350px;
}

.submit-button {
  margin-top: 20px;
  display: inline-block;
  border: none;
  padding: 10px;
  width: 300px;
  text-decoration: none;
  background: rgba(42, 167, 22, 1);
  color: #ffffff;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.tweak-image img {
  height: 500px;
  margin-left: 100px;
}

.tweak {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tweak-text p {
  font-size: 18px;
  margin-top: 10px;
}

.tweak-text li {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
}

.tweak-text {
  color: black;
  font-size: 32px;
}

/*_____________________________*/

.buttons :hover {
  background: rgba(54, 89, 109, 1);
}

/*PROFILE STARTS*/

.profile-container {
  display: flex;
  justify-content: space-evenly;
}

.card {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: lightgray;
  margin: 10px 75px 20px 75px;
  padding: 10px;
}

.card-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-item img {
  width: 125px;
  height: 125px;
}

.card-item a {
  color: black;
}

.card-item a:visited {
  color: black;
}

#small {
  font-size: small;
}

#title {
  padding: 0px;
  font-size: 12px;
}

#verysmall {
  font-size: 8px;
  text-align: left;
}

#important {
  font-size: 24px;
}

.payout-button {
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
  background: rgba(42, 167, 22, 1);
  color: whitesmoke;
  border-radius: 5px;
  align-content: center;
}

.card-content {
  margin: 5px;
}

.payout-button:hover {
  background-color: rgba(54, 89, 109, 1);
}

.payout-button a:visited {
  padding: 10px;
  width: 80px;
  background: rgba(42, 167, 22, 1);
  color: white;
  border-radius: 5px;
}

/*UTILITIES STARTS*/

.flex-columns {
  display: flex;
}

.flex-item {
  font-size: small;
  margin: 10px;
}

.section-title {
  color: rgba(255, 105, 97, 1);
  font-size: 26px;
}

.section-header {
  display: flex;
  justify-content: center;
  margin: 20px;
}

#abutton:hover {
  background-color: rgba(54, 89, 109, 1);
}

.sign-up-container {
  align-self: auto;
  margin: 30px;
}

.errors {
  color: red;
  font-size: 10px;
  margin: 5px;
}

.error-state {
  margin-bottom: 10px;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
}

#quotes {
  flex-direction: column;
  background-image: url(../img/bggolfball1.svg);
  padding-left: 200px;
  padding-right: 200px;
}

.flexrow {
  display: flex;
}

.bg-image {
  color: white;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.bg-image h1 {
  color: white;
  margin: 15px;
}

#beback {
  background-image: url(../img/rangebucket.png);
  height: 300px;
  line-height: 300px;
}

#bebackpro {
  background-image: url(../img/bag.png);
  height: 300px;
  line-height: 300px;
}

#end {
  background-image: url(../img/greenlight.png);
  background-size: cover;
  color: white;
  flex-direction: column;
}

#endpro {
  background-image: url(../img/tightlie.png);
  background-size: cover;
  color: black;
  flex-direction: column;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.step img {
  height: 350px;
}

.step {
  flex: 1;
  text-align: center;
}

.step h2 {
  margin: 10px;
}

.step p {
  margin: 10px;
  font-size: large;
  font-weight: bolder;
  margin-left: 80px;
  margin-right: 80px;
}

.what {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 20px;
}

.bold {
  font-weight: 900;
  font-size: 1.2rem;
}

.what-text p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 100px;
}

.what-text {
  color: black;
  font-size: 40px;
  margin: 50px;
  justify-content: center;
  align-items: center;
}

.app-badge {
  height: 80px;
  width: 120px;
}

/*DEV AREA*/
.section {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.form-section {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.section-text p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-text {
  color: black;
  font-size: 32px;
  margin-right: 100px;
  justify-content: center;
  align-items: center;
}

.center-child {
  display: flex;
  justify-content: center;
}

.form-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-wrapper input {
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #00000033;
}

.form-wrapper ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-wrapper li {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .section {
    display: block;
    margin: 20px;
    justify-items: center;
  }

  .tweak {
    display: block;
    margin: 20px;
    justify-items: center;
  }

  .device {
    display: none;
  }

  .bg-image {
    font-size: 14px;
    display: block;
    text-align: center;
  }

  #quotes {
    padding: 20px;
  }

  #endpro {
    padding: 20px;
  }

  #end {
    padding: 20px;
  }

  .what {
    display: block;
    margin: 20px;
  }
  .bold {
    font-weight: 900;
    font-size: 1.2rem;
  }

  .what-text {
    color: black;
    margin: 0px;
    justify-content: center;
    align-items: center;
  }

  .what-text p {
    font-size: 18px;
  }

  .what-text h1 {
    font-size: 40px;
  }

  .profile-container {
    display: block;
  }

  .card {
    margin: 20px;
    padding: 10px;
  }

  .flexrow {
    display: block;
  }

  .step {
    margin: 20px;
  }

  .tweak-image {
    display: block;
  }

  .tweak-image img {
    height: 400px;
    margin: 10px;
  }

  .form-section {
    display: flex;
    flex-direction: column-reverse;
  }

  #pro-hero h1 {
    font-size: 50px;
    margin: 5px;
  }

  .form-container {
    margin: 20px;
  }

  .error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }
}
