/* TOP OF PAGE */

header h1 {
    font-size: 150px;
    color: white;
    background-color: rgba(85, 174, 109, 0.8);
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border: 10px solid white;
    z-index: 1;
    width: fit-content;
    padding: 0px 5px;
    margin: auto;
    text-align: center;
    transform: -50% -50%;
    animation: slideUp 2s ease-in-out forwards; 
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

header h2 {
    font-size: 40px;
    color: white;
    background-color: rgba(85, 174, 109, 0.8);
    border: 5px solid white;
    margin: auto;
    padding: 0px 5px;
    z-index: 1;
    width: fit-content;
    transform: -50% -50%;
    animation: appear 2s ease-in-out forwards; 
    animation-delay: 2s;
    opacity: 0%;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

@media screen and (max-width: 848px) {
    header h1 {
        font-size: 100px;
    }
}
@media screen and (max-width: 600px) {
    header h1 {
        font-size: 100px;
    }
    header h2 {
        font-size: 25px;
        border: 5px solid white;
    }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.layer1 {
    background-image: url('./wave1.svg');
    margin-bottom: -14%;
}

.layer2 {
    background-image: url("./wave2.svg");
}

header {
    background: #00430e;
    width:100%;
    height: 100%;
}

.empty {
    height: 20px;
    background: #00430e;
}

.spacer {
    aspect-ratio: 960/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* INTRO SECTION*/

.intro {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    color: black;
    font-family: 'Concert One', cursive;
}

.intro img {
    border: solid 5px salmon;
    border-radius: 15px;
    display: flex;
    height:400px;
    width:500px;
    width: fit-content;
    margin: auto;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    z-index: 10;
    margin-top: 20px;
    position: relative;
}

.intro h2 {
    position: relative;
    font-size: 50px;
    display: flex;
    flex-wrap: flex;
}

.intro p {
    font-size: 30px;
}

.intro1 {
    background: #dfdfdf;   
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: fit-content;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:auto;
    position: relative;
    padding: 20px;
}

.intro1 p, h2 {
    text-align: left;
}

.intro1 h2 {
    text-align: left;
}

.pt {
    margin: 15px;
    margin:auto;

}

.introduction {
    width: 45%;
}

.layer3 {
    background-image: url("./wave3.svg");
    margin-top: -30%;
}

/* TABLE */

.schedule {
    font-size: 30px;
    border-collapse: collapse;
    min-width: 500px;
    margin: 25px 0px;
    font-family: 'Concert One', cursive;
    border-radius: 15px 15px 0 0; 
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: auto;
    align-items: center;
    margin-top: 40px;
    z-index: 1
}

td, th {
    padding: 12px 15px;
    text-align: left;
}

thead {
    background:rgba(85, 174, 109, 1)
}

.schedule tbody tr {
    border-bottom: 1px solid gray;
}

table tbody tr:last-of-type {
    border-bottom: 5px solid rgba(85, 174, 109, 1);
}

table tbody tr:nth-of-type(even) {
    background: #dfdfdf;
}

table tbody tr:nth-of-type(odd) {
    background: white;
}


/* MISC */

body {
    border: solid 5px #00430e;
    margin: 0;
    padding: 0;
    z-index: 10;
    position: relative;

}

.layer6 {
    background-image: url("./wave6.svg");
}

/* SECTION 2 */

.divider {
    height: 5px;
    margin: auto;
    width: 90%;
    background-color: #dfdfdf;
    z-index: 3
}

.layer4 {
    background-image: url('./wave4.svg');
    margin-top: -15%;
    margin-bottom: -1%
}

.contact h2{
    margin: 0px;
    position: relative;
    font-size: 50px;
    display: flex;
    flex-wrap: flex;
    color: white;
    font-family: 'Concert One', cursive;
    padding: 0px 15px;
}

.contact {
    background: white;
}

.contact p {
    margin: 0px;
    position: relative;
    font-size: 40px;
    display: flex;
    flex-wrap: flex;
    color: white;
    font-family: 'Concert One', cursive;
    padding: 0px 15px;
}

.layer5 {
    background-image: url("./wave5.svg");
    margin-top: -3%;
}

.space {
    aspect-ratio: 960/100;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.address img, .phone img, .email img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px 0px;
    margin-top: 7px;
}

.phone, .address, .email {
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.contact_info {
    background: #FA7268;
    padding: 15px;
    z-index: 0;
}


.contact_info a:link {
    color: white;
    text-decoration: none;
}

.contact_info a:active {
    color: white;
    text-decoration: none;
}

.contact_info a:visited {
    color: white;
    text-decoration: none;
}

.contact_info a:hover {
    color: white;
    text-decoration: underline;
    scale: 1.05;
    transition: 0.3s;
}

/* Media Screens */

@media screen and (max-width: 1100px) {
    .intro img {
        width: 400px;
        height: 350px;
        align-items: center;
    }
}

@media screen and (max-width: 980px) {
    .schedule {
        min-width: 515px;
        align-items: center;
    }

    .layer3 {
        opacity: 0;
    }

    .layer6 {
        transform: translateY(700%);
        position: absolute;
    }
}

@media screen and (min-width: 980px) {
    .layer6 {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .schedule {
        font-size: 20px;
        border-collapse: collapse;
        min-width: 80%;
        margin: 25px 0px;
        font-family:'Concert One', cursive;
        border-radius: 15px 15px 0 0; 
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        margin: auto;
        align-items: center;
        margin-top: 20px;
        z-index: 1
    }

    .intro img {
        width: 70%;
        height: 60%;
        margin: auto;
        margin-top: 20px;
    }

    .intro1 {
        width: 80%;
    }
    
    .pt {
        width: 80vh;
    }
}

@media screen and (max-width: 720px) {
    .schedule {
        font-size: 15px;
    }

    .intro .schedule {
        max-width: 40%;
    }

    .intro img {
        width: 400px;
        height: 300px;
    }

    .intro1 p {
        font-size: 20px;
    }

    .intro1 {
        width: 60vh;
    }
    
    .pt {
        width: 60vh;
    }

    .contact p {
        font-size: 30px
    }

    .address img, .phone img, .email img {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 10px;
    }

    .layer6 {
        transform: translateY(1200%);
        position: absolute;
    }
}

@media screen and (max-width: 600px) {
    .schedule {
        font-size: 15px;
    }

    .title h1{
        font-size: 8vh;
    }

    .intro img {
        width: 70%;
        height: 50%;
    }

    .intro2 p {
        font-size: 20px;
    }

    .intro1 h2 {
        font-size: 40px;
        text-align: left;
    }

    .intro1 {
        width: 40vh;
    }
    
    .pt {
        width: 60vh;
    }

    .contact p {
        font-size: 20px;
        margin-top: 5px;
    }

    .address img, .phone img, .email img {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 8px;
    }

    .line {
        margin: -35px;
        display: none;
        background-color: transparent;
    }
}

@media screen and (max-width: 330px) {
    .title h1 {
        font-size: 6vh;
    }

    .contact p {
        font-size: 14px;
        margin-top: 8px;
    }

    .intro1 h2 {
        font-size: 20px;
    }

    .intro1 p {
        font-size: 15px;
    }
}

@media screen and (max-width: 330px) {
    .laundromat .intro1 h2 {
        font-size: 20px;
    }

    .laundromat .intro1 p {
        font-size: 15px;
    }
}

/* Navigation */

.nav img {
    width: 140px;
    height: 140px;
    margin: 5px 15px;
    float: left;
}

.nav img:hover {
    scale: 1.1;
    transition: 0.3s;
}

ul li {
    float: right;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 40px;
    line-height: 130px;
    margin: 20px;
    font-family: 'Concert One', cursive;
}

.nav-bar a:link {
    color: black;
    text-decoration: none;
}

.nav-bar a:active {
    color: black;
    text-decoration: none;
}

.nav-bar a:visited {
    color: black;
    text-decoration: none;
}

/* Inventory Page */

.layer7 {
    background-image: url('./wave7.svg');
}

.layer8 {
    background-image: url('./wave8.svg');
}

.layer9 {
    background-image: url('./wave9.svg');
}

.inventory_body {
    border: 5px solid #00430e;
}

.inventoryt h1 {
    padding: 20px;
    background-color: rgba(85, 174, 109, 1);
}

.inventory_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.inventory_head {
    background-color: #00430e;
}

.more_info {
    background: #dfdfdf;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.more_info h2 {
    font-size: 50px;
    display: flex;
    flex-wrap: flex;
    font-family: 'Concert One', cursive;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
}

.more_info a:link {
    color: black;
    text-decoration: none;
}

.more_info a:active {
    color: black;
    text-decoration: none;
}

.more_info a:visited {
    color: black;
    text-decoration: none;
}

.more_info a:hover {
    color: black;
    text-decoration: underline;
    transition: 0.3s;
}

.more_info p {
    font-size: 30px;
    font-family: 'Concert One', cursive;
    margin-top: 0px;
    text-align: left;
}

.inventory_main {
    background-color: #dfdfdf;
    width: 90%;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 5px solid #00430e;
}


@media screen and (max-width: 600px) {
    .inventoryt h1{
        font-size: 8vh;
    }
    .inventory_main {
        margin: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.layer10 {
    background-image: url('./wave10.svg');
}

@media screen and (max-width: 720px) {
    .more_info p {
        font-size: 20px;
    }
}

@media screen and (max-width: 330px) {
    .more_info h2 {
        font-size: 30px;
    }
    .inventoryt h1{
        font-size: 6vh;
    }
}

.photos {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border:#FA7268 5px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    height: 640px;
}

.photos img {
    width: 480px;
    display: block;
    margin: 0 auto;
    animation: slide 60s infinite;
}

.slider {
    width: 480px;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    animation: shadow 6.666666s infinite; 
}

.inventory_photos {
    background-color: #dfdfdf;
    border: 5px solid #00430e;
    border-radius: 15px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80%;
    animation:     
    background_color1 6.6666666s linear infinite;
    transition-timing-function: ease-in-out forwards;
}


@keyframes slide {
    0% {
        transform: translateX(0);
    }
    5.5555% {
        transform: translateX(0); 
    }
    11.11111% {
        transform: translateX(-100%); 
    }
    16.66667% {
        transform: translateX(-100%); 
    }
    22.2222% {
        transform: translateX(-200%); 
    }
    27.77778%  {
        transform: translateX(-200%); 
    }
    33.33333% {
        transform: translateX(-300%); 
    }
    38.888889% {
        transform: translateX(-300%); 
    }
    44.44444% {
        transform: translateX(-400%); 
    }
    50%  {
        transform: translateX(-400%); 
    }
    55.55556% {
        transform: translateX(-500%);
    }
    61.111111% {
        transform: translateX(-500%); 
    }
    66.66666% {
        transform: translateX(-600%); 
    }
    72.22222% {
        transform: translateX(-600%); 
    }
    77.77777% {
        transform: translateX(-700%); 
    }
    83.33333333% {
        transform: translateX(-700%); 
    }
    88.888889% {
        transform: translateX(-800%); 
    }
    94.444444% {
        transform: translateX(-800%); 
    }
    100% {
        transform: translateX(0);
    }
} 

.centered h2{
    position: relative;
    color: white;
    position: absolute;
    justify-content: center; 
    overflow: hidden;
    displaY: flex;
    margin: auto;
    width: 480px;
    height: 50%;
    z-index: 5;
    text-decoration-line: underline;
    font-family: 'Concert One', cursive;
    font-size: 60px;
    z-index: 3;
    top: 50%;
    animation: slide 60s infinite, slide_up 6.6666666s infinite; 
}

.inventory_logo img {
    width: 100px;
    z-index: 4;
    animation: slide_up2 6.6666666s infinite; 
}

.inventory_logo {
    overflow: hidden;
    z-index: 4;
    margin: auto;
    width: 480px;   
    align-items: center; 
    justify-content: center;
    animation: slide 60s infinite, slide_up2 6.6666666s infinite;
    position: absolute;
}


@media screen and (max-width: 690px) {
    .slider {
        width: 360px;
    }

    .photos img {
        width: 360px;
    }

    .photos {
        width: 100%;
        height: 480px;
    }

    .centered h2 {
        width: 360px;
        font-size: 40px;
    }

    .inventory_logo {
        width: 360px;
    }

    .inventory_logo img {
        width: 70px;
    }
}

@media screen and (max-width: 530px) {
    .slider {
        width: 240px;
    }

    .photos img {
        width: 240px;
    }

    .photos {
        width: 100%;
        height: 320px;
    }

    .centered h2 {
        width: 240px;
        font-size: 30px;
    }

    .inventory_logo {
        width: 240px;
    }

    .inventory_logo img {
        width: 50px;
    }
}

@media screen and (max-width: 350px) {
    .slider {
        width: 180px;
    }

    .photos img {
        width: 180px;
    }

    .photos {
        width: 100%;
        height: 240px;
    }

    .centered h2 {
        width: 180px;
        font-size: 20px;
    }

    .inventory_logo {
        width: 240px;
    }

    .inventory_logo img {
        width: 40px;
    }
}

#image1 .centered h2{
    background: rgb(57,243,245);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(143,50,224,0.6) 100%);
}

#image2 .centered h2{
    background: rgb(224,50,65);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(230,178,193,0.6) 100%);
}

#image3 .centered h2{
    background: rgb(0,241,88);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(229,255,70,0.6) 100%);
}

#image4 .centered h2{
    background: rgb(0,182,67);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(57,243,245,0.6) 100%);
}

#image5 .centered h2{
    background: rgb(0,182,150);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(255,188,70,0.6) 100%);
}

#image6 .centered h2{
    background: rgb(154,182,0);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(0,182,150,0.6) 100%);
}

#image7 .centered h2{
    background: rgb(182,64,0);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(182,64,0,0.6) 100%);
}

#image8 .centered h2{
    background: rgb(255,0,0);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(1,190,255,0.6) 100%);
}

#image9 .centered h2{
    background: rgb(192,0,255);
    background: linear-gradient(0deg, rgba(85, 174, 109, 1) 0%, rgba(255,1,1,0.6) 100%);
}

@keyframes slide_up {
    0% {
        top: 100%
    }

    15% {
        top: 50%
    }

    35% {
        top: 50%;
    }

    50% {
        top: 100% 
    }
    100% {
        top: 100%
    }
}

@keyframes slide_up2 {
    0% {
        top: 100%;
        opacity: 0
    }

    15% {
        top: 70%;
        opacity: 1
    }

    35% {
        top: 70%;
        opacity: 1
    }

    50% {
        top: 100%;
        opacity: 0
    }
    100% {
        top: 100%;
        opacity: 0
    }
}

@keyframes shadow {
    0% {
        filter: none;
    }

    15% {
        filter: drop-shadow(8px 8px 8px #000000);
    }

    35% {
        filter: drop-shadow(8px 8px 8px #000000);
    }

    50% {
        filter: none;
    }
    100% {
        filter: none;
    }
}

@keyframes background_color1 {
    0% {
        background: #dfdfdf;
    }

    15% {
        background: rgba(85, 174, 109, 0.6);
    } 

    35% {
        background: rgba(85, 174, 109, 0.6);
    }

    50% {
        background: #dfdfdf;
    }

    100% {
        background: #dfdfdf;
    }
} 

/* Laundromat */

.layer11 {
    background-image: url('./wave11.svg');
}

.layer12 {
    background-image: url('./wave12.svg')
}

.laundromat_head {
    background-color: #00430e;
}

.laundromaty h1 {
    padding: 20px;
    background-color: rgba(85, 174, 109, 1);
}

@media screen and (max-width: 600px) {
    .laundromaty h1{
        font-size: 7vh;
    }
}

@media screen and (max-width: 330px) {
    .laundromaty h1{
        font-size: 3vh;
    }
}

.laundromat {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    color: black;
    font-family: 'Concert One', cursive;
}

.laundromat p {
    font-size: 30px;
}

.laundromat h2 {
    position: relative;
    font-size: 50px;
    display: flex;
    flex-wrap: flex;
}

.laundromat {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.laundromat_main {
    width: 50%;
    margin: auto;
}

.laundromat_main img {
    border-radius: 15px;
    border: solid 5px #FA7268;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

.two {
    margin-top: -20%;    
}

.ultra {
    margin-top: 10%;
}

.laundromat_images {
    width: 80%;
    display: flex;
    margin:auto;
    padding: 15px;
    background: #dfdfdf;
    margin-top: 15px;
}

.laundromat_images_main {
    background: #dfdfdf;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
}

.laundromat_images img {
    display: flex;
    margin:auto;
    width: 100%;
    border: solid 5px #FA7268;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

.laundromat_images img:hover {
    filter:brightness(50%);
    transition: 0.2s ease-in-out;
}

.limage {
    padding: 0px 15px;
}

.rates {
    width: 60%;
    margin-bottom: 15px;
    margin-top: 5px;
}

.head_title h2{
    margin-top: 15px;
    font-size: 50px;
    margin: auto;
    text-align: center;
    font-family: 'Concert One', cursive;
}

.rates td, th {
    padding: 12px 15px;
    text-align: center;
}

.laundromat_body .schedule {
    margin-bottom: 15px;
}

@media screen and (max-width: 1280px) {
    .laundromat_main {
        width: 80%;
        margin: auto;
    }

    .laundromat_main {
        width: 80%;
        margin: auto;
    }

    .laundromat .schedule {
        width: 100%
    }

    .desktop {
        display: none;
    }

}

@media screen and (min-width: 1280px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .laundromat p {
        font-size: 20px;
    }

    .laundromat h2 {
        font-size: 40px;
    }
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Concert One', cursive;
    --color1: black ;
    --color2: white ;
}

.nav-bar .logo img{
    width: 140px;
    margin-top: 50px;
}

.nav-bar .logo img:hover {
    scale: 1.05;
}

.nav-bar {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    background-color: var(--color2);
}

.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color1);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.menu li a:hover {
    text-decoration: underline;
    scale: 1.05;
}

.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 2.2rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
@media(max-width: 1057px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color2);
        transition: all 0.2s ease-in-out;
        background-color: #dfdfdf;
        border-left: 3px #00430e solid;
    }

    .menu li a {
        font-size: 40px;
        line-height: 40px;
        margin: 3%;
    }

    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}

@media(max-width: 400px) {
    .menu li a {
        font-size: 30px;
    }
}

.more_info {
    padding: 20px;
}

.layer10 {
    margin-bottom: 15px;
}

@media screen and (max-width: 330px) {
    .more_info h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 6000px) {
    .more_info h2 {
        font-size: 40px;
    }
}

/* Staff */

.layer13 {
    background-image: url('./wave13.svg');
}

.layer14 {
    background-image: url('./wave14.svg');
}

.staff_image img {
    width: 480px;
    margin: auto;
    display: flex;
}

.staff {
    display: flex;
    margin: auto;
    align-items: center;
}

.staff img, h2, p{
    text-align: center;
}

.staff_main {
    background: #dfdfdf;
    width: 80%;
    margin: auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff {
    padding: 10px;
}

.computer2 {
    display: flex;
}

.mobile2 .staff {
    margin: auto;
}


.mobile_container {
    margin: auto;
}

.staff p {
    margin-top: -120px;
    position: absolute;
    color: white;
    text-align: center;
    width: 480px;
    font-size: 20px;
}

.staff h2 {
    margin-top: -170px;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    width: 480px;
    height: 170px;
    font-size: 40px;
}

.divide {
    margin-bottom: 15px;
}

.staff_image {
    border: 5px #FA7268 solid;
    margin: 0px 15px;
    z-index: 15
}

.staff_main .mobile2 {
    margin: auto;
    width: 80%;
}

@media screen and (max-width: 1424px) { 
    .staff img{
        width: 360px;
    }

    .staff h2 {
        width: 360px;
    }

    .staff p {
        width: 360px;
    }
}

@media screen and (min-width: 1088px) { 
    .mobile2 {
        display: none;
    }
}

@media screen and (max-width: 1088px) { 
    .computer2 {
        display: none;
    }
}

@media screen and (max-width: 540px) { 
    .staff img {
        width: 300px
    }

    .staff h2 {
        width: 300px;
        font-size: 30px;
    }

    .staff p {
        width: 300px;
    }
}

@media screen and (max-width: 460px) { 
    .staff img {
        width: 240px
    }

    .staff h2 {
        width: 240px;
        font-size: 25px;
    }

    .staff p {
        width: 240px;
        font-size: 15px;
    }

}