@charset "UTF-8";

*, *::before, *::after {
    box-sizing: border-box;
}
p .bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #1A3046;
    color: #ffffff;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 3rem;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
h3 {
    text-align: center;
    font-size: xx-large;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
#recentworkBox .RecentWork p {
    font-family: "Tamil MN";
}

a:link, a:visited {
    color: #AF9272;
}

a:hover, a:active {
    color: #D4E1D4;
}

/* NAV */
nav ul {
    list-style: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
}


#about-me {
    display: flex;
    align-items: center;
    gap: 70px;
    background-color: #111111;
    color: white;
    padding: 90px;
}

#about-me img {
    width: 430px;
    height: 620px;
    object-fit: cover;
}
.about-text {
    max-width: 520px;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 14px;
}
about-text h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
about-text p {
    font-size: 18px;
    line-height: 1.8;
}

#recent-work {
    padding: 60px 0;
}

#recentworkBox {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.RecentWork {
    width: 30%;
}
.RecentWork img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* CONTACT */
#contactPreview {
    text-align: center;
    padding: 60px 0;
}


footer {
    background-color: #111111;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}
main #contactPreview h2 {
    margin-bottom: 0px;
}

#hero {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 168px;
}
#hero h2 {
    color: #ffffff;
    font-size: 2.8rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
p {
    font-size: x-large;
}

footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
}

footer a:hover {
    color: #ffffff;
}
