.crosshair {
    cursor:crosshair; 
}

.navbar {
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: flex-start;
    background-color:#2c8977;
    padding: 10.4px;
    top: 0;
    left: 0;
}

a {
    text-decoration:none;
    color: #e9fcff;
    filter: drop-shadow(1px 1px 3px);
}


.nav {
    display: flex;
    margin-left: 340px;
    gap: 70px;
    font-weight: 600;
    letter-spacing: 6px;
}

.navbar:hover {
    transform: scale(1);
}

.nav a {
    text-decoration: none;
    margin-left: 20px;
    font-family:monospace;
    font-size: 16px;
    transition:
        transform 0.1s ease,
        color 0.1s ease,
        letter-spacing 0.1s ease;
    z-index: 2;
}

.nav a:hover {
    transform: scale(1.1);
    letter-spacing: 9px;
}

body {
    background-image: url(bg.png);
    background-blend-mode:darken;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-y: auto;
    background-attachment: fixed;
    padding: 2rem;
    background-color: #3c4942;
    padding-left: 0;
    padding-right: 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.image-container {
    width: 1000px;
    height: 3500px;
    display: inline-block;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    font-family: Courier;
    font-size: 60px;
    text-align: right;
    justify-content: flex-end;
    max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


h1 {
    color: #000000;
    font-family: Courier;
    background-color: #ffffff;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 0;
    font-size:80px;
    margin-top:20px;
    
}

div.b {
    color: #000000;
    font-family: Courier;
    margin-left: 20px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top:0;
    font-size: 40px;
}

h2 {
    color: #000000;
    font-family: Courier;
    background-color: #ffffff;
    margin-right: 20px;
    text-align: right;
    margin-bottom: 0;
    font-size:80px;
}

div.a {
    color: #000000;
    font-family: Courier;
    background-color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    text-align: right;
    margin-bottom: 0;
    margin-top:0;
    font-size: 40px;
}

img.oc:hover {
    transform:scale(1.006);
}

img.anim:hover {
    transform:scale(1.006);
} 

img.dood:hover {
    transform:scale(1.006);
}

img.oc, img.anim, img.dood {
    transition:
        transform 0.2s ease;
        z-index: 2;
}


div.logo {
    color:#ffffff;
    display:flex;
    margin-left: 10px;
}

div.socials {
    overflow: hidden;
    width: 1000px;
    height: 1000px;
    color: #ffffff;
    background-color: #000000;
    font-family: Courier;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    position:fixed;
}

div.icons {
    display: inline-flex;
    justify-content: center;
    gap: 50px;
    transition:
        transform 0.1s ease,
        color 0.1s ease,
        letter-spacing 0.1s ease;
    z-index: 2;
}

div.icons:hover {
    transform: scale(1.06);
}

h3 {
    color:aliceblue;
    font-family: Courier;
    padding-bottom:50px;
    
}

figure {
    position:fixed;
	background-color: #232427;
	width: 1000px;
    height:1000px;
    margin-top: -2px;
	padding-top: 20px;
    padding-bottom: 20px;
	
    color: #c0d2cb;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
    display: block
}