/*red #d20000 */
/*charcoal #101010*/
/* padding-bottom usually prevents elements from falling out of a section when resized */
/* padding-top/bottom: 60px; - accounts for nav */

html,
body {
    margin: 0;
    padding: 0;
    line-height: inherit;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    position: relative;
}

body {
    font-weight: 300;
    background-color: #101010;
}

::selection {
    background: #d64a4a;
}

::-moz-selection {
    background: #d64a4a;
}

.logo-picture * {
    /* Applies to picture enclosing tag (webp support) */
    width: 170px;
    height: 35px;
    position: fixed;
    float: left;
    margin: 16px 20px;
}

/* Site Headings */
h1 {
    letter-spacing: 4px;
}

h2 {
    letter-spacing: 3px;
}

h3 {
    letter-spacing: 2px;
}

.section-heading {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}

.no-script-heading {
    color: #d20000;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

/* Dividers */
.divider {
    display: block;
    margin: auto;
    width: 160px;
    height: 3px;
    background: #d20000;
    margin-bottom: 20px;
}

.posts-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    opacity: 0.6;
}

.posts-divider .divider {
    margin: 0 10px;
}

.year-divider {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Site input styling */
input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #d20000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d20000;
    transition: all 0.3s;
    box-sizing: border-box;
    outline: 0;
}

input:focus {
    border-bottom: 3px solid #d20000;
}

/* Site bodies of text styling */

.contentMiddle {
    display: block;
    padding-right: 25%;
    padding-left: 25%;
    margin-bottom: 0px;
}

.middle-button-container .button {
    margin-right: 20px;
}

.contentMiddleBody p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.contentRight {
    width: 10%;
    display: inline-block;
}

.contentLeft {
    width: 10%;
    /*positioning triangle */
    padding-top: 310px;
    text-align: center;
    font-size: 40px;
}

/* for side page logos like 'ted' and 'posts' - used as .logo class has specified
functionality in js file */

.logoSide {
    width: 170px;
    height: 35px;
    position: fixed;
    float: left;
    margin: 8px 10px;
}

header {
    position: fixed;
    width: 100%;
    /* z-index ensures the element is always on top */
    z-index: 4;
}

/* Styling of the nav bar on desktop view - mobile is under @media */
header ul {
    line-height: 40px;
    overflow: hidden;
    text-align: right;
    margin: 0;
    transition: 1s;
}

header.black ul {
    background: #101010;
}

header ul li {
    display: inline-block;
    padding: 15px 20px;
}

header ul li a {
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.current-section-li {
    color: #d20000;
}

.link {
    display: inline;
    padding: 0;
    padding-bottom: inherit;
}

/* Creating the line when nav element is hovered on */
a:hover {
    color: white;
    text-decoration: none;
}

header ul li a::before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 2px;
    width: 100%;
    background-color: #d20000;
    transform: scale(0, 1);
    transition: transform 0.2s ease-out;
}

header ul li a:hover {
    text-decoration: none;
    color: #d20000;
    transition: 0.5s;
}

header ul li a:hover::before {
    transform: scale(1, 1);
}

.menu-icon {
    line-height: 40px;
    background: #101010;
    text-align: right;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    display: none;
}

/* min-height and width are pretty much the building blocks of each section */

/*#sectionZero,#sectionOne,#sectionThree,#sectionTwo,#sectionFour,#sectionFive,#sectionSix {
      min-height: 100vh;
      width: 100%;
}*/

/* Modal - Popups for Advertisements */
.modal {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
    /*display: block; !* Hidden by default *!*/
    position: fixed; /* Stay in place */
    left: 0;
    text-align: center;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99; /* Sit on top */
}

.modal-active {
    display: block;
}

.modal-content {
    text-align: center;
    position: absolute;
    top: 5%;
    bottom: 5%;
    width: 100%;
    height: 100%;
}

.modal-content-a-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 65%;
}

.modal-content-a-container a:hover {
    background-color: transparent !important;
    box-shadow: inset 400px 0 0 0 transparent;
}

.modal-picture {
    position: relative;
}

.modal-picture * {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 100%;
}


/* WEBSITE BANNER SECTION - hero image */

#site-banner {
    /* background: url(../imgs/2020-events/ted-circle-2.jpg) center no-repeat;
    background-size: cover; */
    color: white;
    min-height: 60vh;
    /* -60PX ensures the banner and nav are all the way at the top once the banner text is added */
    margin-top: -60px;
    /* -60PX bottom ensures theres no gap between the banner and below section */
    margin-bottom: -50px;
    /* navbar is approx 70px high so you're accounting for that */
    position: relative;
    width: auto;
    height: auto;
}

#bannerTextContainer {
    text-align: center;
    /*shadow needed to see text over image */
    text-shadow: 2px 2px 20px rgb(0, 0, 0);
}

.bannerText {
    font-family: monaco, Consolas, "Lucida Console", monospace;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 15px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 400px;
}

.banner-content {
    z-index: 5;
}

.banner-imgs {
    position: absolute; /* Make positioning relative to the #site-banner container */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}

.banner-img * {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-img-active * {
    display: block;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

.protrait-banner {
    background-color: #1f5aff;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* padding stuff in #bannerText will harm the nav, so do that under bannerText p */

/* ABOUT SECTION */
#about {
    background-image: url("../imgs/about.jpg");
    color: white;
    min-height: 40vh;
    margin-top: 0px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    background-size: 100%;
}

#about .section-heading {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0px;
}


/* buttons used are defined here */
#banner-buttons a:hover {
    box-shadow: inset 400px 0 0 0 #d20000;
}

.button {
    color: #fff;
    border: 2px solid #d20000;
    padding: 18px 30px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #d20000;
    transition: ease-out 0.8s;
    margin-right: 0px;
    font-weight: 400;
}

.button:hover {
    box-shadow: inset 400px 0 0 0 #d20000;
}

.middle-button-container {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.button-supporting-text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

/* Button container for the banner button */
.banner-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* padding bottom prevents the button from falling out of the section when the
        screen becomes too small */
    padding-bottom: 60px;
    position: absolute;
    top: 60%;
}

.banner-button-container * {
    margin: 1%;
}

/* button & button container for the whakapapa section */
.right-button-container {
    text-align: right;
    padding-right: 75px;
    padding-bottom: 100px;
}

#past-event .button {
    border: 2px solid #fff;
}

#past-event .button:hover {
    box-shadow: inset 400px 0 0 0 #fff;
    color: #d20000;
}

#ticket-link {
    background-color: #d20000;
    border-color: black;
}

#more-info {
    background-color: #333;
    border-color: #333;
}

/* Past Event SECTION */
#past-event ::selection {
    background-color: blue;
}

#past-event {
    background-image: url("../imgs/2020-events/TEDxUoA-Distortion-Banner.jpg");
    color: white;
    min-height: 60vh;
    margin-top: 0px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;

}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
}

.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 15px 0 5px 5px;
}

.triangle-text {
    margin: -115px;
    text-align: center;
    font-weight: 600;
    /* centres it within the triangle */
    margin-left: -140px;
    font-size: 20px;
}

/* triangle animation */
.fa-play {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    cursor: pointer;
    transition: transform 300ms ease-in-out;
}

.fa-play:hover {
    /*Move right*/
    transform: translateX(40px);
}

#past-event .section-heading {
    padding-top: 50px;
    margin-top: 0px;
    padding-right: 90px;
    font-size: 60px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 5px;
    word-wrap: break-word;
    /* reduces space between heading and content */
    margin-bottom: -0px;
}

#past-event .contentRightBody p {
    text-align: justify;
    font-size: 20px;
    line-height: 40px;
    padding-right: 90px;
    padding-left: 5%;
    padding-bottom: 10px;
}

/* CURRENT EVENT */
#current-event {
    padding-top: 10vh;
    color: #fff;
    background-image: url("../posts/2024/imgs/FINAL (1).jpg");
    padding-bottom: 5vh;
    min-height: 40vh;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    background-size: 100%;
}

#current-event .section-heading {
    text-align: center;
    margin-top: 0 !important;
    padding-top: 0px;
    margin-bottom: 0px;
}

.textType {
    text-align: center;
    padding-top: 0px;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

/* CONTACT SECTION */
.contact-input {
    padding: 13px;
    margin-bottom: 15px;
    width: 50%; /* Has to be a width property, not padding, so inline error can work */
}

#contact {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    margin-top: 0px;
    background-size: cover;
    min-height: 100vh;
}

#contact .section-heading {
    color: #d20000;
    padding-bottom: 0px;
    /* margin top removes the white space between sections once text is added */
    margin-top: 0px;
    padding-top: 50px;
    text-align: center;
    letter-spacing: 5px;
}

#contact .contact-info {
    list-style-type: none;
    line-height: 30px;
    padding-bottom: 40px;
}

#contact .mailing-info {
    color: #d20000;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

/* MC Styling */

#mc-embedded-subscribe-form {
    padding-bottom: 50px;
    text-align: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    /* Side popup that warns users of the error */
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    color: #d20000;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error::selection {
    background-color: #333;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    /* Border around input to indicate error */
    border-right: 10px solid #d20000;
}

/* FOOTER */
#footer {
    background-color: #101010;
    margin-top: 0px;
    background-size: cover;
    min-height: 5vh;
}

#footer p {
    color: rgb(70, 70, 70);
    text-align: center;
    font-weight: 400;
    /*padding ensures when the browser is small the text isn't on the very edge */
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
}

/* styling + animating the icons */
#lab_social_icon_footer {
    padding-top: 10px;
    text-align: center;
}

#lab_social_icon_footer a {
    color: #333;
}

#lab_social_icon_footer .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#lab_social_icon_footer .social {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transform: scale(0.8);
    transition-duration: 0.5s;
}

#lab_social_icon_footer #social-fb:hover {
    color: #3b5998;
}

#lab_social_icon_footer #social-ln:hover {
    color: #0077b5;
}

#lab_social_icon_footer #social-ig:hover {
    color: #ee7f99;
}

#lab_social_icon_footer #social-flkr:hover {
    color: #3c73f1;
}

#lab_social_icon_footer #social-yt:hover {
    color: #ff3c3c;
}

/* scroll up arrow for side pages like posts, ted */
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
}

.back-to-top i {
    font-size: 60px;
}

/* countdown settings */
.container {
    background-color: black;
    padding-top: 20px;
    border-radius: 10px 0px 0px 0px;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    text-align: right;
    display: block;
    transition: all 0.4s ease-in-out;
    height: 200px;
}

.hide {
    height: 50px;
}

.countdown {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    text-align: left;
}

.countdown span {
    display: block;
    font-size: 40px;
}

.container h1 {
    color: white;
    font-weight: 600;
    letter-spacing: 3px;
    padding-left: 60px;
    margin-bottom: -20px;
    text-align: left;
}

#toggleEvent {
    width: 30px;
    height: 5px;
    padding-right: 30px;
}

#toggleEvent:hover {
    cursor: pointer;
}


.event-banner {
    background-color: rgba(0, 0, 0, 0.9); /* dark translucent background */
    color: white;
    padding: 10px 20px;
    text-align: center;
}

.event-banner-content {
    max-width: 1200px;
    margin: 0 auto;
}

.event-title {
    font-size: 2em;
    font-weight: bold;
    background-color: white;
    color: black;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.event-details {
    font-size: 1em;
    line-height: 1.5;
}

.event-date-location {
    font-size: 1.2em; /* Increase font size */
    font-weight: bold;
    margin-top: 10px;
}

.event-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffcc00; /* Button background color */
    color: black; /* Button text color */
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Banner section @media, for devices with a large screen */
@media (min-width: 1350px) {
    /* move text and button up on hero img */
    #bannerTextContainer .bannerText {
        padding-top: 400px;
    }

    .banner-button-container {
        padding-bottom: 150px;
    }
}

/* About and past event @media, height of viewport is <= 780px */
@media (max-height: 780px) {
    /* about less height */
    #about .section-heading {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    /* 'whakapapa' less height */
    #past-event .contentLeft {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/* Banner section @media, height of viewport is <= 650px */
@media (max-height: 650px) {
    /* text and button on banner image need to move up => done with padding-top */
    #bannerTextContainer .bannerText {
        padding-top: 30%;
    }
}

/* Whakapapa section @media, when the max-width of viewport is <= 1300px */
@media (max-width: 1300px) {
    .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .flex-item {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0px 0px 0px 0px;

        /* move the bottom text up */
        margin-bottom: -250px;
    }

    #past-event .contentRight {
        width: 100%;
        display: inline-block;
        padding-bottom: 200px;
    }

    #past-event .section-heading {
        text-align: center;
        padding-right: 0px;
    }

    #past-event .contentRightBody {
        padding-left: 0px;
        padding-right: 0px;
    }

    #past-event .contentRightBody p {
        padding-right: 0px;
        /* very important for whakapapa section when resized */
        padding-right: 25%;
        padding-left: 25%;
    }

    .right-button-container {
        text-align: center;
        padding-right: 0px;
    }

    #past-event .contentLeft {
        width: 50%;
        /* controls how close the whakapapa title is to the triangle */
        margin-bottom: 200px;

        /* controls how far the triangle is from the top of the section */
        padding-top: 20px;

        text-align: center;
        font-size: 40px;
    }

    .triangle-text {
        text-align: center;
        font-weight: 600;

        /* centres it within the triangle */
        margin-left: -140px;
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .banner-button-container {
        right: 0;
    }
}

/* @media, width of viewport is <= 920px */
@media (max-width: 920px) {
    /* mobile nav */
    .logo-picture * {
        position: relative;
        top: 0;
        margin: -50px 20px 0 0; /* Center the logo */
    }

    .logoSide {
        position: fixed;
        top: 0;
        margin: 16px 10px;
    }

    header ul {
        max-height: 0px;
        background: #101010;
        margin-top: -40px;
        padding-bottom: 20px;

        /* I think this centers the nav on mobile screens */
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        pointer-events: none;
    }

    header.black ul {
        background: #101010;
    }

    .showing {
        max-height: 34em;
    }

    header ul li {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
        text-align: center;
        pointer-events: auto;
    }

    header ul li a {
        position: relative;
    }

    .menu-icon {
        display: block;
        pointer-events: auto;
    }

    /* About section */
    #about .section-heading {
        padding-top: 40px;
    }

    /* Middle text content */
    .contentMiddle {
        padding-right: 15%;
        padding-left: 15%;
    }

    /* Button on banner */
    .banner-button-container {
        padding-bottom: 60px;
    }

    /* whakapapa media section */
    #past-event .contentRightBody p {
        /* very important for whakapapa section when resized */
        padding-right: 15%;
        padding-left: 15%;
    }

    /* Contact section */
    .contact-input {
        width: 70%;
    }
}


/* Adjust font size for smaller screens */
@media (max-width: 768px) {
    .event-title {
        font-size: 1.5em; /* Smaller font size for mobile */
    }

    .event-details {
        font-size: 0.9em; /* Smaller font size for mobile */
    }

    .event-date-location {
        font-size: 1em; /* Smaller font size for mobile */
    }

    .event-link {
        padding: 8px 16px; /* Adjust button padding for mobile */
        font-size: 0.9em; /* Smaller font size for mobile */
    }
}


@media (max-width: 720px) {
    .protrait-banner {
        height: auto;
    }
}

/* @media, viewport is height <= 650px and width >= 650px */

@media (max-height: 650px) and (min-width: 650px) {
    .contentMiddleBody {
        padding-bottom: 10px;
    }

    .middle-button-container {
        padding-bottom: 30px;
    }

    .banner-button-container {
        padding-bottom: 100px;
    }
}

/* Banner button @media, viewport is width <= 650px */
@media (max-width: 650px) {
    .banner-button-container {
        top: 70%;
    }

    #site-banner {
        min-height: 60vh;
    }
}

/* @media, viewport is width <= 550px */
@media (max-width: 600px) {
    #about .section-heading {
        padding-top: 10px;
    }

    .protrait-banner {
        padding-top: 10%;
    }

    .contentMiddle {
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 10px;
    }

    .contact-input {
        width: 90%;
    }

    /* very important for whakapapa section when resized */
    #past-event .contentRightBody p {
        padding-right: 5%;
        padding-left: 5%;
    }

    .middle-button-container {
        padding-bottom: 30px;
    }
}

/* Banner section, viewport is width <= 450px */
@media (max-width: 550px) {
    #site-banner {
        min-height: 60vh;
    }

    .middle-button-container .button {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    /* make banner smaller */
    #bannerTextContainer .bannerText {
        padding-top: 40%;
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 20px;
    }
}

@media (max-width: 380px) {
    .protrait-banner {
        padding-top: 15%;
    }

    .banner-button-container {
        top: 60%;
    }
}

/* @media, viewport is width <= 350px */
@media (max-width: 350px) {
    #about .section-heading {
        padding-top: 10px;
    }

    .protrait-banner {
        padding-top: 25%;
    }

    .contentMiddle {
        padding-right: 2%;
        padding-left: 2%;
        padding-bottom: 20px;
    }

    .contact-input {
        width: 96%;
    }

    .headingRight {
        word-break: break-all;
    }

    #past-event .contentRightBody p {
        /* very important for whakapapa section when resized */
        padding-right: 2%;
        padding-left: 2%;
    }

    .middle-button-container {
        padding-bottom: 30px;
    }
}


.event-link:hover {
    background-color: #e6b800; /* Darker shade on hover */
    text-decoration: none;
}