:root {
    --main-bg-color: black;
    --golden: #FFC367;
    --golden-bright: #ffeed5;
    --foreground-background: black;
    --bread-text-color: #9d9d9d;
    --code-color: #866741;
    --initial-border-color: #9d9d9d;
}

body {
    min-width: 470px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(#141b29, #000000);
    font-size: 12pt;
    font-family: 'Raleway', sans-serif;
    color: var(--bread-text-color);
}

a:link {
  color: var(--golden);
}

a:visited {
  color: var(--golden);
}

em {
  font-style: normal;
  color: var(--golden);
}

.shadowed {
  box-shadow: 0px 6px 6px 8px rgba(0,0,0,0.75);
}

.highlight {
  color: var(--golden);
}

.links {
  color: var(--golden);
  width: 200px;
  height: 40px;
  display: block;
  float: left;
  margin: auto;
  text-align: center;
}

.info-box {
    max-width: 500px;
    margin: 20px;
}

.center-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.adam-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border-radius: 50%;
  height: 233px;
  width: 233px;
}

.project-div {
    margin: 10px 10px -30px;
    max-width: 534px;
    text-align: center;
	
}

.project-holder-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.projects-side-holder {
    max-width: 1180px;
    text-align: center;
}

.project-image {
    width: 233px;
    height: 233px;
    margin: 10px;
}

.project-image-svg {
	width: 223px;
    height: 233px;
	position: relative;
	padding: 10px;
	top: -80px;
}

.project-image-small-svg {
	width: 120px;
	height: 233px;
	position: relative;
	padding: 40px;
	top: -90px;
}

.project-text {
    text-align: left;
}

.project-image {
    display: inline-block;
}

@media (max-width: 1735px) {
    .info-box {
        text-align: center;
    }
}
