/* Marquee */

.marquee {
    display: none;
    position: absolute;
    top: 65%;
    /* z-index: +1; */
    left: 20%;
    transform: translate(-20%, -50%);
    display: none;
    z-index: 2;
}

.marquee-title {
    position: absolute;
    font: 1.3em sans-serif;
    top: 6%;
    left: 50%;
    text-align: center;
    color: #a69342;
    transform: translate(-56%, -50%);
    text-shadow: 1px 2px #000;
}

.marquee-content {
    position: absolute;
    font: 1.1em sans-serif;
    width: 90%;
    top: 20%;
    left: 50%;
    text-align: center;
    /* text-justify: distribute; */
    line-break: auto;
    text-shadow: 1px 2px #000;

    color: #a69342;
    transform: translate(-50%, -10%);
}

.marquee-contact {
    /* position: relative; */
    /* right: -25%;
  /* width: 60%; */
    /* font-size: 1.2em; */
    /* width: 60%; */
    /* display: flex; */
    /* align-items: center; */
    align-self: center;
    /* height: 80px; */
    background-color: #456e73;
    color: #a69342;
    text-shadow: 1px 2px rgb(0, 0, 0);
    font-weight: bold;
    /* text-transform: uppercase; */
    position: absolute;
    font: 1.2em sans-serif;
    width: 200px;
    height: 30px;
    border: #000;
    border-radius: 15%;
    /* border-top: 3px;
  border-left: 3px;
  border-bottom: 0px;
  border-right: 0px; */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -10%);

    background-color: #2f585d;
    /* color: #a69342; */
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #2f585d;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    color: #a69342;
    text-shadow: 1px 2px #000;
    font-size: 1.03em;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 6%;
    margin-top: 14px;
    margin-bottom: 8px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #456e73;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}

.marquee-button {
    width: 20px;
    height: 15px;
    padding: 2px;
    border: #000;
    border-radius: 2px;
}