@font-face {
  font-family: "AbyssFont";
  src: url("../uploads/Geist.ttf") format("truetype");
}

:root {
  --font-sans: "AbyssFont", Helvetica, Arial, sans-serif;
}

html, body {
  font-family: var(--font-sans);
  background-color: #000;
  color: #fff;
  cursor: url(../cursors/main.png) 0 0, auto;
}

#main1{
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#main2{
    font-size: 12px;
    text-align: right;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#main_not_found {
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#three {
    padding-left: 40px;
    padding-right: 40px;
}

/* for general text */
#general {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 600px;
}

/* the logo at the top of index.html */
#the-top {
    width: 399px;
    height: 147px;
    margin:0 auto;
    margin-top: 75px;
    position: relative;
}

#the-top img {
    position: absolute;
    left:0;
    text-align: center;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}

#the-top img.t:hover {
    opacity: 0;
}

/* "about" and "blog" links on index.html */
#link-container1 {
    font-size: 12px;
    text-align: center;
    margin-top: 75px;
    word-spacing: 200px;
    font-weight: bold;
}

/* "archive" and "photography" links on index.html */
#link-container2 {
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
    word-spacing: 0px;
    font-weight: bold;
}

/* "links" and "extra" links on index.html */
#link-container3 {
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
    word-spacing: 200px;
    font-weight: bold;
}

#last_updated {
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
    border-width: 1px;
    padding: 5px;
    width: 198px;
}

#era {
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    margin-top: 30px; 
}

#me {
    font-size: 12px;
    margin-top: 20px;
    margin: 0 auto;
    width: 600px;
}

#me-container {
    margin-top: 50px;
    text-align: center;
}

#nav-container {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    word-spacing: 50px;
    width: 600px;
    margin-top: 50px;
    padding: 5px;
    
}

#nav-blog-container {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    word-spacing: 33px;
    width: 600px;
    margin-top: 50px;
    padding: 5px;
}

#photos-links-container {
    text-align: center;
    word-spacing: 50px;
    margin-top: 50px;
}

#photos-thing-container {
    margin-top: 50px;
    text-align: center;
}

#photo-photo {
    margin-left: 20px;
    margin-right: 20px;
}

#buttons {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 180px;
}

a.link{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

a.link:link{
    color: #b1cccc;
    text-decoration: none;
    cursor: url(../cursors/link.png) 0 0, auto;
}

a.link:visited{
    color: #b1cccc;
    text-decoration: none;
}

a.link:hover{
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
}

a.link:active{
    color: #fff;
    text-decoration: none;
}

#blog-container{
    font-size: 12px;
    margin: 0 auto;
    width: 450px;
    
}

#blog-container-full{
    font-size: 12px;
    margin: 0 auto;
    width: 600px;
}

#image-container{
    text-align: center;
}

#links-page-container{
    width: 120px;
    margin-top: 50px;
    margin: 0 auto;
    
}

#links-page-container1{
    width: 120px;
    margin-top: 50px;
    margin: 0 auto;
    text-align: center;
}

#links-page-container2{
    width: 150px;
    margin-top: 50px;
    margin: 0 auto;
    
}

#links-links-container{
    text-align: center;
    word-spacing: 50px;
    margin-top: 50px;
}

#archive-links-container{
    text-align: center;
    margin-top: 50px;
}

#oddstories-container{
    font-size: 12px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width: 850px;
}

#cameras--photography{
    width: 600px;
    margin-top: 50px;
}

#cameras--photography--general{
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 600px;    
}

#top-logos{
    position: relative;
    margin: 0 auto;
}

#BG-container {
	width: 600px;
	background-color: #111;
	margin: 0 auto;
}

br.divider {
	display: block;
    content: "";
    margin-top: 50px;
}

h3 {
    font-size: 24pt;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

img {
    border: 5px solid #141313;
    border-color: lightslategrey;
    max-width: 100%;
    height: auto;
}