    /* ------------------ Global Code Below ------------------ */
    
    * {
        margin: 0;
        padding: 0;
        /*cursor: none*/
    }
    /* ------------------ Header Code Below ------------------ */
    /* trying to make a custom cursor, a little glitchy
    .cursor {
        width: 3rem;
        height: 3rem;
        border: 2px solid black;
        border-radius: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        pointer-events: none;
        fill: url(./Images/PRCoqui.jpeg);
    }
    
    .mouse-down {
        border: 2px solid cornflowerblue;
        background: cornflowerblue;
    }
    */
    
    .header {
        height: 135px;
        font-size: 20px;
        background-color: skyblue;
        font-weight: 700;
        flex: 1 1 70px initial;
        opacity: 0.7;
        margin: 5px;
    }
    
    .navbar-brand img {
        height: 200px;
        width: 200px;
        margin-top: -100px;
        ;
    }
    
    .nav-item {
        height: 20%;
        display: inline-flex;
        justify-content: space-evenly;
        align-content: center;
        flex-direction: row;
        opacity: 1;
        margin-top: -5px;
    }
    
    .nav-item img:hover {
        box-shadow: #04d8f9;
    }
    
    .nav-item img {
        height: 100px;
        width: 100px;
    }
    
    #navbar-brand {
        font-size: 1.5em;
        font-family: fantasy;
        padding-left: 3%;
    }
    
    .navbar-brand>img {
        padding-bottom: 25%;
        border: none;
        border-radius: 50%;
    }
    
    #navbar-nav {
        padding-right: 0;
        padding-bottom: 10%;
        flex: 1 0 auto;
        justify-content: flex-end;
    }
    /* ------------------ Body Code Below ------------------ */
    
    body {
        background: url("LaPerlaSanJuan.jpeg") no-repeat center center fixed;
        background-size: cover;
        height: 100vh;
        overflow-x: hidden;
    }
    
    @media screen and (max-width: 1000px) {
        .logo {
            width: 100%;
            /* The width is 100%, when the viewport is 800px or smaller */
        }
    }
    
    .logo {
        position: fixed;
        margin: 5px 30px 5px 30px;
        padding: 5px 30px 5px 30px;
        align-self: auto;
        justify-content: center;
        height: 10em;
        width: 15em;
        border-radius: 50%;
    }
    /* ----------Video styling below---------- */
    /*     
    .intro-video {
        padding-left: 675px;
    } */
    /* ----------Video styling above---------- */
    
    .main-content .info-wrapper {
        margin: 10px;
        padding: auto;
        align-self: auto;
        justify-self: center;
        height: fit-content;
        text-align: center;
        background-color: rgb(250, 248, 248, 0.8);
        width: 900px;
        border-radius: 40px;
    }
    
    .main-content .simple-shadow .h1 {
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }
    
    .main-content .container h1 {
        margin: 0 auto;
        color: rgb(255, 0, 0, 1);
        justify-content: inline-flex;
        text-align: center;
    }
    
    .main-content .container p {
        color: rgb(255, 0, 0, 1);
    }
    
    .main-content .simple-shadow {
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }
    
    .main-content {
        display: ;
        color: red;
        text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
    }
    
    .main-content .card-1 .container-1 {
        margin: 0px;
        padding: 0px;
        height: 200px;
    }
    
    .main-content .card-1 .simple-shadow {
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }
    
    @media screen and (max-width: 480px) {
        .header,
        .main-content,
        .card-1,
        .footer {
            display: none;
        }
    }
    
    @media screen and (max-width: 480px) {
        img {
            width: 25%vw;
        }
    }
    
    @media screen and (max-width: 480px) {
        .main-content,
        .card-1 {
            width: 100%;
            /* The width is 100%, when the viewport is 800px or smaller */
        }
    }
    
    .main-content .card-1 .container-1 p {
        margin: 10px;
        padding: auto;
        align-self: auto;
        justify-self: center;
        height: fit-content;
        text-align: center;
        opacity: 0.8;
    }
    
    .main-content .card-1 .container-2 p {
        margin: 10px;
        padding: auto;
        align-self: auto;
        justify-self: center;
        height: fit-content;
        text-align: center;
        opacity: 0.8;
    }
    
    .main-content .card-1 .container-3 p {
        margin: 10px;
        padding: auto;
        align-self: auto;
        justify-self: center;
        height: fit-content;
        text-align: center;
        opacity: 0.8;
    }
    
    .main-content .card-1 img {
        height: 200px;
        width: 200px;
        opacity: 1;
    }
    
    .main-content .card-1 .container-1 {
        background-color: rgb(250, 248, 248, 0.7);
        height: fit-content;
        width: 600px;
        justify-content: space-evenly;
        text-align: center;
        align-self: auto;
        margin: auto;
        padding: 2em;
        box-shadow: 10px 3px 10px 3px red;
        border-radius: 40px;
    }
    
    .main-content .card-1 .container-2 {
        background-color: rgba(255, 255, 255, 0.7);
        height: fit-content;
        width: 600px;
        justify-content: space-evenly;
        text-align: center;
        align-self: auto;
        margin: auto;
        padding: 2em;
        box-shadow: 10px 3px 10px 3px white;
        border-radius: 40px;
    }
    
    .main-content .card-1 .container-3 {
        background-color: rgb(250, 248, 248, 0.7);
        height: fit-content;
        width: 600px;
        justify-content: space-evenly;
        text-align: center;
        align-self: auto;
        margin: auto;
        padding: 2em;
        box-shadow: 10px 3px 10px 3px skyblue;
        border-radius: 40px;
    }
    
    .container {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border-radius: 5px;
        height: auto;
        width: auto;
        /* 5px rounded corners */
    }
    /* Add rounded corners to the top left and the top right corner of the image */
    
    img {
        display: inline-block;
        width: 35%;
        height: auto;
        border-radius: 10px;
    }
    /* ------------------ Footer Code Below ------------------ */
    
    .copyright {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.25);
        width: fit-content;
        padding: 5px;
        border-radius: 15px;
        left: 0;
        bottom: 0;
    }
    
    .copy-text {
        color: rgb(241, 61, 15);
    }
    /* This is the container for the social media icons */
    
    .footer-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    /* This is for the white circles */
    
    .icon {
        background-color: #ffffff;
        border-radius: 50%;
        margin: 10px;
        width: 2em;
        height: 2em;
        transition: all 0.3s ease-in-out;
    }
    
    .icon:hover {
        transform: scale(150%)
    }
    /* This selects all the social icon images */
    
    .facebook,
    .twitter,
    .instagram,
    .github,
    .linkedin {
        color: blue;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer .footer-container .tooltip {
        position: absolute;
        top: 0;
        line-height: 1.5;
        font-size: 14px;
        background-color: #ffffff;
        color: #ffffff;
        padding: 5px 8px;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    .footer .footer-container .tooltip::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background-color: #ffffff;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    .footer .footer-container .icon:hover .tooltip {
        top: -45px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    
    .footer .footer-container .icon:hover span,
    .footer .footer-container .icon:hover .tooltip {
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }
    
    .footer .footer-container .facebook:hover,
    .footer .footer-container .facebook:hover .tooltip,
    .footer .footer-container .facebook:hover .tooltip::before {
        background-color: #3b5999;
        color: #ffffff;
    }
    
    .footer .footer-container .twitter:hover,
    .footer .footer-container .twitter:hover .tooltip,
    .footer .footer-container .twitter:hover .tooltip::before {
        background-color: #46c1f6;
        color: #ffffff;
    }
    
    .footer .footer-container .instagram:hover,
    .footer .footer-container .instagram:hover .tooltip,
    .footer .footer-container .instagram:hover .tooltip::before {
        background-color: #e1306c;
        color: #ffffff;
    }
    
    .footer .footer-container .github:hover,
    .footer .footer-container .github:hover .tooltip,
    .footer .footer-container .github:hover .tooltip::before {
        background-color: #333333;
        color: #ffffff;
    }
    
    .footer .footer-container .linkedin:hover,
    .footer .footer-container .linkedin:hover .tooltip,
    .footer .footer-container .linkedin:hover .tooltip::before {
        background-color: #de463b;
        color: #ffffff;
    }