/* fonts */
.pixelify {
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

html {
  background-color: #008080;
  font-family: "Atkinson Hyperlegible Mono", sans-serif;
}

body {
  color: black;
}

b {
  font-family: "Pixelify Sans", sans-serif;
}

a:hover {
  color: #0000FF;
}

#main {
}

#sidebar {
  align-items: center;
  justify-content: center;
}

#sidebar .item {
  font-weight: bold;
  display: block;
}

#main_content {
  
}

#links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#links ul li {
  padding: 0 16px;
  text-decoration: none;
  min-width: 0;
}

#links ul li a {
}

#footer {
  text-align: right;
}

#footer img {
  padding: 0 5px;
}

#it_me {
  max-width: 100%;
  height: auto;
  margin: auto;
}


.windowsify {
  background-color: #c3c3c3;
  border-top: white 3px solid;
  border-right: white 3px solid;
  border-bottom: black 3px solid;
  border-left: black 3px solid;
}

.inline-image {
  vertical-align: middle;
}

.hide-overflow {
    overflow: hidden;
}

.image-fitit {
    width: 100%;
}

.fit-image-50 {
 width: 50%;
 height: 50%;
 margin: auto;
 margin-bottom: 15px;
}

.centered {
  margin: 0 auto; 
}

/* icon sizing */
.icon-s {
  margin: 0 5px;
  height: 25px;
}

.icon-m {
  margin: 0 5px;
  height: 50px;
}

.icon-l {
  margin: 0 5px;
  height: 75px;
}

/* separator bottom */
.separator-b {
    box-shadow: 0 2px 0 0 black;
    border-bottom: solid 2px white;
}