.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3001;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #103d67;
}

.image {
  width: 125px;
}

.brand {
  position: absolute;
  padding: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

.nav-link {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ef5e26;
}

.view_text {
  position: absolute;
  display: block;
  width: 17%;
  height: 250px;
  padding: 21px;
  border: 2px none #fff;
  background-color: rgba(9, 29, 48, 0.89);
  font-size: 16px;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #ef5e26;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #eb8a1b;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact-section {
  min-height: 700px;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 95, 167, 0.94)), to(rgba(0, 95, 167, 0.94))), url('../images/largerriver.jpg');
  background-image: linear-gradient(180deg, rgba(0, 95, 167, 0.94), rgba(0, 95, 167, 0.94)), url('../images/largerriver.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-wrapper {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.address-txt {
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
}

.phone-link {
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  color: #a1c8e5;
  font-size: 32px;
  line-height: 32px;
}

.phone-link:hover {
  color: #eb8a1b;
}

.link-2 {
  color: #a1c8e5;
  text-decoration: none;
}

.link-2:hover {
  color: #eb8a1b;
}

.link-3 {
  font-family: Oswald, sans-serif;
  color: #a1c8e5;
  font-size: 20px;
  font-weight: 300;
}

.link-3:hover {
  color: #eb8a1b;
}

.form {
  margin-top: 30px;
}

.field-label {
  font-family: Oswald, sans-serif;
  color: #a1c8e5;
  font-size: 15px;
  font-weight: 300;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #a1c8e5;
  background-color: transparent;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #a1c8e5;
  background-color: transparent;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #fff;
}

.soc-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.soc-buttons:hover {
  opacity: 0.35;
}

.card1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.image-4 {
  width: 100%;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #081d30;
}

.heading-5 {
  margin-top: 0px;
  margin-right: 35px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.inner-content-section {
  padding: 10px 100px 100px;
}

.paragraph-inner {
  width: 100%;
  font-family: Oswald, sans-serif;
  color: #103d67;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.dropdown-toggle {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #ef5e26;
}

.dropdown-list {
  background-color: #005fa7;
}

.pillar-div {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.pillar-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  padding: 165px 100px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, rgba(134, 15, 134, 0)), to(rgba(9, 29, 48, 0.72))), url('../images/IMG_0634.jpg');
  background-image: linear-gradient(180deg, rgba(134, 15, 134, 0) 39%, rgba(9, 29, 48, 0.72)), url('../images/IMG_0634.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pillar-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pillar-header {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 125px;
  line-height: 115px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.pillar-header-2 {
  margin-top: 0px;
  margin-bottom: 23px;
  margin-left: -5px;
  font-family: Oswald, sans-serif;
  color: #a1c8e5;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.74);
}

.pillar-header-text {
  margin-bottom: 10px;
  padding: 9px 20px;
  background-color: #ef5e26;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.image-15 {
  width: 200px;
}

.left-h2 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #103d67;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
}

.show-dates-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #103d67;
}

.date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 300px;
  padding-top: 0px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-h2-rev {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #ef5e26;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
}

.text-block-5 {
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.image1div {
  width: 40%;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  background-image: url('../images/tom-petty.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.image1div._11 {
  background-image: url('../images/masterstroke queen.jpg');
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.image2div {
  width: 57%;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  background-image: url('../images/andi-fawcett.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.image2div._22 {
  background-image: url('../images/IMG_panel_3.jpg');
  background-position: 50% 50%;
}

.image3div {
  width: 48%;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  background-image: url('../images/stolen-mojo.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(2deg);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.image3div._33 {
  background-image: url('../images/Eclipse - Pink Floyd.jpg');
  transform: rotate(-2deg);
}

.image-16 {
  width: 290px;
  margin-bottom: 7px;
}

.sponsor-section {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 94, 38, 0.91)), to(rgba(239, 94, 38, 0.91))), url('../images/newsign.jpg');
  background-image: linear-gradient(180deg, rgba(239, 94, 38, 0.91), rgba(239, 94, 38, 0.91)), url('../images/newsign.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #103d67;
  font-size: 55px;
  line-height: 55px;
}

.sponsor-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6-white {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
}

.white-h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
}

.fullcourt {
  width: 180px;
  margin-right: 10px;
  margin-left: 10px;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 25px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-box.eg {
  width: 30%;
}

.logo-box.eg.resize img{
  max-width: 325px;
}

.logo-box.eg.resize-two img{
  max-width: 310px;
}

.logo-box.special-case img{
  max-width: unset;
  width: 300px;
}

.billdodge {
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
}

.northpoint {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.legends {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}

.jukado {
  width: 125px;
  margin-right: 10px;
  margin-left: 10px;
}

.desmond {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.xtreme {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.justroof {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.portlandpie {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.dailygrind {
  width: 125px;
  margin-right: 10px;
  margin-left: 10px;
}

.chiro {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.pwc {
  width: 180px;
  margin-right: 10px;
  margin-left: 10px;
}

.shucks {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.frogturtle {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.evergreen {
  margin-right: 10px;
  margin-left: 10px;
}

.swanson {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.latini {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.text-span-5 {
  font-family: 'Mr Dafoe', sans-serif;
  color: #ef5e26;
  font-size: 55px;
  font-weight: 400;
}

.text-span-6 {
  font-family: 'Mr Dafoe', sans-serif;
  color: #ef5e26;
  font-size: 75px;
  font-weight: 400;
}

html.w-mod-js *[data-ix="view-text"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 991px) {
  .logo-box.eg{
    width: 100%;
  }
  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link:hover {
    color: #a1c8e5;
  }

  .view_text {
    width: 40%;
  }

  .contact-section {
    min-height: 600px;
    padding: 50px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    width: 50%;
    background-color: rgba(16, 61, 103, 0.98);
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #ef5e26;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .quote-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-5 {
    text-align: center;
  }

  .inner-content-section {
    padding: 10px 30px 30px;
  }

  .paragraph-inner {
    width: 100%;
  }

  .pillar-section {
    padding: 170px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pillar-header-div {
    width: 100%;
    min-height: auto;
  }

  .pillar-header {
    font-size: 100px;
    line-height: 90px;
  }

  .pillar-header-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .show-dates-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date-box {
    width: 100%;
    padding-right: 0px;
  }

  .event-images {
    width: 100%;
    margin-top: 18px;
  }

  .sponsor-section {
    padding: 50px;
  }

  .logo-div {
    width: 100%;
  }

  .logo-box {
    width: 30%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .legends {
    width: 80px;
  }

  .desmond {
    width: 180px;
  }

  .text-span-6 {
    font-size: 85px;
    line-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 85px;
  }

  .view_text {
    width: 80%;
    height: 175px;
  }

  .contact-section {
    padding: 50px 26px 26px;
  }

  .soc-buttons {
    width: 20px;
    height: 20px;
  }

  .image-4 {
    width: 70%;
  }

  .columns {
    display: block;
  }

  .column-3 {
    margin-bottom: 37px;
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .image-6 {
    height: 20px;
  }

  .quote-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .paragraph-inner {
    font-size: 18px;
    line-height: 35px;
    text-align: left;
  }

  .pillar-div {
    margin-top: 30px;
  }

  .pillar-section {
    min-height: 500px;
    padding: 116px 25px 25px;
  }

  .pillar-header {
    margin-bottom: 1px;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
  }

  .pillar-header-2 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }

  .pillar-header-text {
    font-size: 20px;
    line-height: 30px;
  }

  .left-h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .show-dates-div {
    padding: 14px;
  }

  .event-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-h2-rev {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .image1div {
    width: 100%;
  }

  .image1div._11 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .image2div, .image3div {
    width: 100%;
  }

  .image2div._22 {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .heading-6 {
    font-size: 45px;
    line-height: 50px;
  }

  .white-h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .logo-box {
    width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .desmond {
    width: 200px;
  }

  .pwc {
    width: 90%;
  }

  .swanson {
    width: 90%;
  }

  .latini {
    width: 90%;
  }

  .text-span-6 {
    font-size: 65px;
  }
}

@media screen and (max-width: 479px) {

  .logo-box.special-case img{
    max-width: 100%;
    width: unset;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .view_text {
    width: 80%;
    height: auto;
  }

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

  .card1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .quote-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    margin-right: 0px;
    margin-bottom: 17px;
    font-size: 23px;
    line-height: 30px;
  }

  .inner-content-section {
    padding: 0px 25px 25px;
  }

  .paragraph-inner {
    line-height: 33px;
  }

  .pillar-section {
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pillar-header {
    margin-bottom: 3px;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .pillar-header-2 {
    margin-left: 0px;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
  }

  .pillar-header-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .image-15 {
    width: 150px;
  }

  .left-h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .left-h2-rev {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .text-block-5 {
    margin-bottom: 14px;
    line-height: 28px;
  }

  .image2div, .image3div {
    min-height: 200px;
  }

  .sponsor-section {
    padding: 30px;
  }

  .white-h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .logo-box {
    width: 100%;
  }

  .evergreen {
    width: 100%;
  }

  .text-span-5 {
    line-height: 55px;
  }

  .text-span-6 {
    font-size: 75px;
    line-height: 70px;
  }
}

