@import url(https://db.onlinewebfonts.com/c/74613e9d0612d09be09dd6de7c898d50?family=Modern+Era);

@font-face {
    font-family: "Modern Era";
    src: url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.eot");
    src: url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/74613e9d0612d09be09dd6de7c898d50.svg#Modern Era")format("svg");
}

* {
    font-family: "Modern Era";
}

.main-heading {
    display: flex;
    flex-direction: row;
    background: rgb(36,215,180);
    background: linear-gradient(90deg, rgba(36,215,180,1) 0%, rgba(12,152,143,1) 50%, rgba(0,87,107,1) 100%);
    padding: 15px;
    color: white;
    font-size: large;
}

.main-heading-text {
    text-align: left;
}

.bg-body-tertiary {
    background-color: rgb(0, 35, 43)!important;
}

.navbar-text {
    color: white;
    font-size: large;
    font-weight: 800;
    margin-right: auto;
    margin-left: auto;
    font-family: "Modern Era";
}

.landing-img {
    max-width: 55%;
}

.form-button {
    background-color: rgb(0, 35, 43);
    border-radius: 30px;
    padding: 20px;
}

.accordion-button::after {
    background-image: none;
    width: 0;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    width: 0;
  }
  
  .accordion-header {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0, 35, 43)!important;
    color: white;
    border-radius: 10px;
  }

  .accordion-button {
    font-weight: bold;
    font-size: 1.2rem;
    background-color: rgb(0, 35, 43)!important;
    color: white;
  }

  .accordion-button:focus {
    border: none;
    outline: none;
  }

  .accordion-button:not(.collapsed) {
    color: white;
  }

  .nominator {
    font-weight: 200;
    font-size: 0.8rem;
  }

  .award-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-weight: 100;
    font-size: 1rem;
    padding: 5px;
    width: 15%;
    border-radius: 30px;
    background: rgb(0, 35, 43);
    border-color: #26d8b5;
    cursor: pointer;
    color: white;
}

