.my-style {
    background-color: aqua;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 50px 0 0 50px;
}
.home-bg {
background-image: url("./images/home-page.jpg");
}
.signIn-button {
    background-color: beige;
}

.navbar-nav {
    flex-direction: row;
  }
  
  .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }

  .home-phone {
      width: 25em;;
  }
  .my-footer {
    height: 15em;
    background-color: #2F80ED;
    
  }


ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.app-badge {
  height: 3.125em; 
  width: 10.813em;
  margin-top: 1em;
}
.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  padding-top: 70px;
  height: 800px;
}

.register-button {
  color: white;
  background-color: #F50057;
}

.submit-button {
  background-image: url("./images/submit\ button.png");
  
}