/* 
Name: [Farheen Naqvi] 
File Name: styles.css 
Date: [11/20/24] 
*/


/* Hero Section Background */

.hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
        url("hawk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px; /* 
    border-radius: 8px;
    color: #302f2f;   
}

.tab-desk {
        display: none;
    }


.text-shadow-dark {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


/* Welcome Section */
.welcome {
    position: absolute;
    top: 40%;
}

/* Display-1 Font Size */
.display-1 {
    font-size: 4em;
}

/* Background Color for bg-brown */
.bg-brown {
    background-color: #3b291a;
}
