@charset "UTF-8";

@font-face {
    font-family: "DavidCarson";
    src: url("images/fonts/davidcarson-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("images/fonts/Helvetica.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rock Salt";
    src: url("images/fonts/RockSalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.rock-salt-regular {
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
}
h1,
h2 {
    font-family: "DavidCarson", sans-serif;
}

h3 {
    font-family: "RockSalt", sans-serif;
    color: #00197e;
}

p {
    font-family: "Helvetica", sans-serif;
    font-size: 1.5rem;
}

body {
    padding: 30px;
    margin: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    background-color: #e3ffe3;
    margin-right: 20px;
}

html {
    scroll-behavior: smooth;
}

section[id]::before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.wrapper1 {
    width: 1000px;
    height: 10rem;
    margin: 0 auto;
}

nav {
    width: 100%;
    height: 10rem;
    padding-bottom: 1rem;
    box-sizing: border-box;

    justify-content: center;
}

nav .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: inherit;
}

nav .wrapper #projectName {
    width: 400px;
    height: 50px;
}

#projectName .box {
    border: 4px solid #333;
    padding: 1rem;
    text-align: center;
    margin-top: -3rem;
    left: 0;
    background-color: white;
}

nav .wrapper #projectName h1 {
    text-transform: uppercase;
    font-size: 4rem;
}

nav .nav-items {
    display: flex;
    margin-top: 2rem;
    justify-content: left;
}

nav .nav-item {
    padding: 10px;
}

nav .nav-item a {
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 2px;
    color: #333;
    text-decoration: none;
}

nav .nav-item a:hover {
    border-bottom: 4px solid #333;
}

section {
    width: 100%;
}

section .wrapper {
    display: flex;
    padding: 2rem 0;
}

h2.full-width {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
}

.split-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.split-columns .col {
    width: 48%;
}

.split-columns .col h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.split-columns .col p {
    font-size: 1rem;
    line-height: 1.6;
}

.split-columns .col p img {
    max-width: 100%;
    margin-top: 1rem;
    transition: transform 0.3s ease;
}

.split-columns .col p img:hover {
    transform: scale(1.05);
}

footer {
    background-color: #00197e;
    display: flex;
    height: 6rem;
    text-align: center;
    align-items: center;
}

footer p {
    font-size: 12px;
    color: white;
}

.full-width img {
    max-width: 100%;
    margin-top: 2rem;
    transition: transform 0.3s ease;
}

.full-width img:hover {
    transform: scale(1.05);
}

.references {
    list-style-type: none;
    padding: 0.5;
    content: center;
}

.references li {
    font-size: 1.2rem;
    padding: 1.2rem;
    margin-top: 0.2rem;
}
#references {
    margin-top: 5rem;
}

@media (max-width: 768px) {
    .split-columns .col {
        width: 100%;
    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
}
#significance h2,
#influence h2 {
    margin-top: 2rem;
}
h2 {
    background-color: #bb0000;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
