.font-regular,
body {


}
.width-100,
body {
    width: 100%;
}
.column,
.row {
    display: flex;
}
.border-radius-25,
.youtube {
    border-radius: 25px;
}
.hover-nav,
.oval-box {
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    font-size: 16px;
    line-height: 1.5;
}
a,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}
.underline,
.underline a {
    text-decoration: underline;
}

.radio-donate {
  background: url('nikos-radio-logo.png');
  min-height: 180px; 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.radio-donate:hover {
  background: url('nikos-radio-logo-donate3.png');
  min-height: 180px; 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.background-casual-home-1 {
    background: url("nikos-casual-home-1.jpg");
}
.background-casual-home-2 {
    background: url("nikos-casual-home-2.jpg");
}
.background-casual-home-3 {
    background: url("nikos-casual-home-3.jpg");
}
.background-streets-1 {
    background: url("nikos-streets-1.jpg");
}
.background-streets-2 {
    background: url("nikos-streets-2.jpg");
}
.background-streets-3 {
    background: url("nikos-streets-3.jpg");
}
.background-flag-fence-1 {
    background: url("nikos-flag-fence-1.jpg");
}
.background-flag-fence-2 {
    background: url("nikos-flag-fence-2.jpg");
}
.background-flag-fence-3 {
    background: url("nikos-flag-fence-3.jpg");
}
.background-casual-donate-1 {
    background: url("nikos-casual-donate-1.jpg");
}
.background-casual-donate-2 {
    background: url("nikos-casual-donate-2.jpg");
}
.background-casual-donate-3 {
    background: url("nikos-casual-donate-3.jpg");
}
.background-contact-1 {
    background: url("nikos-contact-1.jpg");
}
.background-contact-2 {
    background: url("nikos-contact-2.jpg");
}
.background-contact-3 {
    background: url("nikos-contact-3.jpg");
}
.background-random-image {
    display: flex;
    flex-direction: row;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 10px #000;
}
.height-50-px,
.hover-nav,
.hover-nav-buffer,
.hover-nav-container {
    height: 50px;
}
.font-small {
    font-size: 12px;
}
.font-medium {
    font-size: 20px;
}
.font-large {
    font-size: 32px;
}
.font-bold {
    font-family: PoppinsBold;
}
.font-thick {
    font-family: PoppinsBlack;
}
.line-1,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
}




.hover-nav,
.width-50-px {
    width: 50px;
}
.max-width-1400 {
    max-width: 1400px;
}
.fixed {
    position: fixed;
}
.bottom {
    bottom: 0;
}
.top {
    top: 0;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.pad-right-10 {
    padding-right: 10px;
}
.max-width-50-px {
    max-width: 50px;
    width: 50px;
}
.margin-right-50 {
    margin-right: 50px;
}
.hover-nav:hover {
    height: 100%;
    width: auto;
}
.black-line {
    width: 30px;
    height: 3px;
    background: #000;
}
.align-end,
.nav-lines:hover {
    align-items: flex-end;
}
.column {
    flex-direction: column;
}
.row {
    flex-direction: row;
}
.align-stretch {
    align-items: stretch;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
.body-wrap,
.outer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.gap {
    gap: 25px;
}
.gap-10 {
    gap: 10px;
}
.gap-50 {
  gap: 50px;
}
.gap-navbar {
  gap: 50px;
}
.pad {
    padding: 25px;
}
.pad-10 {
    padding: 10px;
}
.pad-horizontal {
    padding: 0 25px;
}
.pad-vertical {
    padding: 25px 0;
}
.background-white {
    background: #fff;
}
.background-la-green {
    background: #00923f;
}
.background-la-yellow {
    background: #fb0;
}
.background-la-red {
    background: #d52c27;
}
.body-wrap {
    align-items: stretch;
    gap: 25px;
}
.outer-container {
    align-items: center;
    gap: 25px;
}
.inner-container,
.long-box {
    flex-direction: column;
    display: flex;
    gap: 25px;
}
.inner-container {
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
}
.star-button {
    height: 100%;
    width: 100%;
}
.hover-me {
    width: 10%;
    margin-left: 40%;
    margin-right: 50%;
    height: 100%;
}
.hover-me:hover {
    width: 100%;
    margin: 0;
    background: url("logo-bottom-c-2.png") 0 0/100%;
}
.section,
.section-mobile-reverse {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 25px;
    padding: 0 25px;
}
.long-box {
    align-items: stretch;
    justify-content: space-around;
    width: 62%;
}
.short-box,
.width-fix {
    width: 38%;
    min-width: 38%;
}
.short-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    gap: 25px;
}
.checker-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    padding: 25px;
    background: url("top-nav-image.jpg") center;
}
.footer-box,
.oval-box {
    display: flex;
    flex-direction: column;
}
.youtube {
    width: 100%;
    max-width: 550px;
    height: 350px;
}
.oval-box {
    align-items: stretch;
    height: 440px;
    width: 240px;
    border-radius: 100px;
    border: 5px solid #000;
}
.circle-box-icon-road {
    min-height: 80px;
    background: url("icon-road.png") center/contain no-repeat;
}
.circle-box-icon-keys {
    height: 80px;
    background: url("icon-keys.png") center/contain no-repeat;
}
.circle-box-icon-scales {
    height: 80px;
    background: url("icon-scales.png") center/contain no-repeat;
}
.checkerbox-divider {
    display: flex;
    align-items: stretch;
    height: 50px;
    width: 100%;
    background: url("top-nav-image.jpg") center;
}
.footer-box {
    align-items: center;
    gap: 25px;
    padding: 50px;
    background: #000;
    color: #fff;
}
.image-box-center,
.nav-button {
    display: flex;
    flex-direction: column;
}
.image-box-center {
    align-items: center;
}
.nav-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    padding: 25px 0;
    background: url("top-nav-image.jpg") center;
}
.nav-button {
    line-height: 1;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    width: 150px;
    height: 50px;
    color: #fff;
    background: url("green-mesh.png") 0 0/100% 100%;
}
.header-box,
.nav-button-active {
    flex-direction: column;
    display: flex;
}
.nav-button-active {
    line-height: 1;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    width: 150px;
    height: 50px;
    color: #000;
    background: url("yellow-mesh.png") 0 0/100% 100%;
}
.bizcard,
.max-width-420 {
    max-width: 420px;
}
.nav-button p,
.nav-button-active p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1;
}
.nav-button:hover {
    background: url("gray-mesh.png") 0 0/100% 100%;
}
.donate-button-ab {
    font-family: PoppinsBold;
    background: url("ab-mesh.png") 0 0/100% 100%;
    color: #fff;
    padding: 10px 50px;
}
.header-box {
    font-family: PoppinsBold;
    gap: 5px;
    color: #00923f;
}
.header-box b {
    color: #fb0;
}
.bizcard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    padding: 25px;
    border-radius: 25px;
    width: 100%;
    background: url("background-bizcard-2.jpg");
    box-shadow: 5px 5px 3px #000;
}
@media only screen and (min-width: 1134px) {
    .desktop-hidden {
        display: none;
    }
}
@media only screen and (min-width: 875px) and (max-width: 1133px) {
    .tablet-hidden {
        display: none;
    }
    .long-box,
    .short-box {
        width: 50%;
    } 
    .tablet-gap-25  {
      gap: 25px;
    }
}
@media only screen and (min-width: 150px) and (max-width: 874px) {
    .mobile-hidden {
        display: none;
    }
    .long-box,
    .short-box {
        width: 100%;
    }
    .section {
        flex-direction: column;
    }
    .section-mobile-reverse {
        flex-direction: column-reverse;
    }
    .checker-container {
        flex-direction: column;
        align-items: center;
    }
}
.test {
    background: #aba;
}
