body, html {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #ccc;
    background-color: #222;
}

#footer {
    background-color: #111111;
    color: #aaa;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.8em;
    border-top: 1px solid #383838;
}

.cinzel {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.container {
    padding-top: 20px;
}

h1 {
    text-shadow: 0px 2px 4px #000;
}

h1, h2 {
    color: #fff;
}

.card {
    background-color: #333;
    border: none;
}

.card-body {
    color: #ccc;
}

.btn-primary {
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.social-link {
    text-decoration: none;
}

.social-link img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
    filter: invert(100%);
}

.portfolio-img {
    width: 100%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
    margin-bottom: 1em;
    border-radius: 2%;
    cursor: pointer;
    display: block;
    transition: transform 0.3s ease; /* Smooth scaling transition */
}

.portfolio-img:hover {
    transform: scale(1.03); /* Slightly enlarges the image on hover */
}

.portfolio-label {
    text-align: center;
    font-weight: 500;
    margin-top: -0.5em;
}

.modal-content {
    background-color: #2a2a2a; /* Change this to any color you like */
    color: #fff;
}

.video-embed {
    padding: 177.78% 0 0 0;
    position: relative;
}