h1 {
  font-weight: 700;
  font-size: 3.75rem;
}

h2 {
  font-weight: 700;
  font-size: 2.25 rem;
}

h3 {
  font-weight: 700;
  font-size: 1.875rem;
}

h4 {
  font-weight: 700;
  font-size: 1.5rem;
}

h5, .navbar, .button4, .form-text2, .unselected, .selected, .button1, .button2, .button6 {
  font-weight: 700;
  font-size: 1.125rem;
}

h6 {
  font-weight: 700;
  font-size: 0.875rem;
}

#content p {
  font-weight: 400;
  font-size: 1.5rem;
}

.modal-content {
  font-weight: 400;
  font-size: 0.875rem;
}

html, body {
  background: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  color: #336e8b;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

#app {
  height: 100vh;
}

.container-fluid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

a {
  cursor: pointer;
}

.links:hover {
  text-decoration: underline;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

.shake-animation {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.navbar {
  color: #336e8b !important;
}

.page {
  color: #336e8b !important;
}

.logo {
  position: relative;
  top: 30px;
}

.logo img {
  width: 200px;
  height: auto;
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.download_name {
  color: white;
  font-weight: bold;
  font-family: 'Roboto';
}

.modal.show .modal-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100vw;
}

.modal-show {
  width: 100vw;
}

.modal-content {
  width: 100vw;
}

.pbutton {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
}

.modal-backdrop {
  width: 100vw;
}

.modal-dialog {
  margin: 0px !important;
}

.custom-modal {
  background-image: url("../assets/onboarding-background.png");
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  background-position: 0 0;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

.button4 {
  background-color: #336e8b;
  width: 100%;
  border-radius: 10px;
  border: 0.15rem solid #336e8b;
  padding: 1rem;
}

.button4:hover {
  color: #336e8b;
  background-color: #FFFFFF;
  border: 0.15rem solid #336e8b;
}

.button4:focus {
  color: #336e8b !important;
  background-color: #FFFFFF !important;
  border: 0.15rem solid #336e8b;
}

.button4:active {
  color: #336e8b !important;
  background-color: #FFFFFF !important;
  border: 0.15rem solid #336e8b;
}

.form-text2 {
  border: 2px solid #336e8b;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  background-color: #F4F7FB;
  color: #969CBA;
}

.right-arrow {
  width: 4rem;
}

.text-muted {
  color: #F4F7FB;
}

.left-col img {
  width: 90%;
}

.invalid {
  color: #EA472C;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  border: 0.2rem solid #EA472C;
  display: none;
}

.profilePic {
  width: 3rem;
}

.unselected {
  border-radius: 10px;
  border: 0.15rem solid #336e8b;
  color: #336e8b;
  background-color: #F4F7FB;
  width: 12.5rem;
  margin-bottom: 0.6rem;
  padding: 0.3rem 0.5rem;
}

.unselected:hover {
  color: #FFFFFF;
  background-color: #336e8b;
}

.selected {
  border-radius: 10px;
  border: 0.15rem solid #336e8b;
  color: #FFFFFF;
  background-color: #336e8b;
  width: 12.5rem;
  margin-bottom: 0.6rem;
  padding: 0.3rem 0.5rem;
}

@media (max-width: 575.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin-left: -4rem !important;
  }
  .custom-modal {
    background-image: none !important;
    background-color: #F4F7FB !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin-left: 10rem !important;
  }
  .custom-modal {
    background-image: none;
    background-color: #F4F7FB;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin-left: 12rem !important;
  }
  .custom-modal {
    background-image: none;
    background-color: #F4F7FB;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .left-col img {
    width: 95%;
  }
  .unselected {
    width: 10rem;
  }
  .selected {
    width: 10rem;
  }
  .profilePic {
    display: none;
  }
}

.close-button {
  position: fixed;
  top: 3rem;
  right: 1.5rem;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .left-col img {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .left-col img {
    width: 79%;
  }
}

.button1 {
  color: #336e8b !important;
  background-color: #FFFFFF;
  border: 0.125rem solid #336e8b;
  border-radius: 0.7rem;
}

.button1:hover {
  background-color: #336e8b;
  color: #FFFFFF !important;
  border: 0.125rem solid #336e8b;
}

.button1:focus {
  background-color: #336e8b !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #336e8b;
}

.button1:active {
  background-color: #336e8b !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #336e8b;
}

.button2 {
  color: #FFFFFF !important;
  background-color: #336e8b;
  border-radius: 0.7rem;
  border: 0.125rem solid #336e8b;
}

.button2:hover {
  background-color: #FFFFFF;
  color: #336e8b !important;
  border: 0.125rem solid #336e8b;
}

.button2:focus {
  background-color: #FFFFFF !important;
  color: #336e8b !important;
  border: 0.125rem solid #336e8b;
}

.button2:active {
  background-color: #FFFFFF !important;
  color: #336e8b !important;
  border: 0.125rem solid #336e8b;
}

.button6 {
  color: #FFFFFF !important;
  background-color: #43c28e;
  border-radius: 0.7rem;
  border: 0.125rem solid #43c28e;
}

.button6:hover {
  background-color: #FFFFFF;
  color: #43c28e !important;
  border: 0.125rem solid #43c28e;
}

.button6:focus {
  background-color: #FFFFFF !important;
  color: #43c28e !important;
  border: 0.125rem solid #43c28e;
}

.button6:active {
  background-color: #FFFFFF !important;
  color: #43c28e !important;
  border: 0.125rem solid #43c28e;
}

body {
  background: #f0f0f0;
}

#content span {
  color: #969CBA;
}

#content a {
  color: #336e8b;
}

#main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  height: 422px;
  background: url(../assets/banner.jpg) no-repeat center center;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#featured {
  width: 85%;
}

.appIcon {
  width: 60px;
  height: 60px;
}

.icon {
  width: 25px;
  height: 25px;
  margin: 5px;
}

/*******************************/
@media (max-width: 575.98px) {
  #featured {
    width: 20.2rem !important;
    margin: auto !important;
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
  .button1 {
    margin: 1rem auto 1rem auto;
  }
  .button2 {
    width: 11rem;
    margin: 1rem auto 1rem auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
  .profilePic {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #featured {
    width: 28.2rem !important;
    margin: auto !important;
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
  .button1 {
    margin: 1rem auto 1rem auto;
  }
  .button2 {
    width: 11rem;
    margin: 1rem auto 1rem auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
  .profilePic {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #featured {
    width: 28.2rem !important;
    margin: auto !important;
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
  .button1 {
    margin: 1rem auto 1rem auto;
  }
  .button2 {
    width: 11rem;
    margin: 1rem auto 1rem auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-image {
    margin: auto;
  }
  #featured {
    width: 28.2rem !important;
    padding: 2.5rem 0rem 2.5rem 0rem;
    margin: auto !important;
  }
  #content p {
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #content p {
    padding-right: 2rem !important;
  }
}

@media (min-width: 1400px) {
  #featured {
    width: 53rem !important;
  }
}

@media (max-height: 997px) {
  #featured {
    width: 80vh;
  }
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 12.8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html, body {
    font-size: 13.4px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html, body {
    font-size: 13.4px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html, body {
    font-size: 15.2px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  html, body {
    font-size: 15.1px;
  }
}

@media (min-width: 1400px) {
  html, body {
    font-size: 16.4px;
  }
}

@media (max-height: 997px) {
  html, body {
    font-size: 1.6vh;
  }
}
