@font-face {
  font-family: FontAwesome;
  src:  url('fa-brands-400.woff2') format('woff2'),
        url('fa-brands-400.woff') format('woff');
}

h1,h2,h3,p,span,a {
  color: #eee;
  font-family: Helvetica, Arial, Sans-Serif;
  margin: 0;
  line-height: 1;
}

a {
  color: #99f;
}

h1 {
  line-height: 1.5;
}

h2 {
  font-size: 24px;
  line-height: 1.5;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

body {
  background: #181818;
  background-image:  url(headbg.png), url(footbg.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  display: flex;
}

hr {
  background: #BB6400;
  height: 2px;
  border: none;
  margin: 0;
}

.logo {
  height: 50px;
}

.main {
  background: #222;
  padding: 10px 20px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 960px) {
  .main {
    padding: 10px;
  }
}

.minor-projects {
  margin-top: 20px;
}

.project {
  display: flex;
}

@media only screen and (max-width: 960px) {
  .project {
    flex-wrap: wrap;
  }
}


.project img {
  object-fit: contain;
  margin-right: 20px;
}

.featured-projects .project {
  margin-bottom: 50px;
  min-height: 200px;
}

.section-header {
  text-transform: uppercase;
  color: #888;
}

.title-subtext {
  color: #888; 
  font-size: 12px;
  margin-left: 5px;
}

.project-desc {
  flex: 1;
  min-width: 200px;
}

@media only screen and (max-width: 960px) {
  .project-desc {
    padding: 0;
  }
}

.play-button {
  margin: 10px 0;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
}

.small-button {
  margin: 10px 0;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}


.browser-support {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  color: #888;
}

.browser-support i {
  margin-left: 2px;
}

@media only screen and (max-width: 960px) {
  .other-projects .project {
    padding: 0;
  }
}

.other-projects .project {
  flex: 1 0 0;
  min-width: 250px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.other-projects .project-desc {
  padding: 0;
}

/* ABOUT SECTION */
.about .section {
  margin-top: 10px;
  margin-bottom: 30px;
}

.larpa-figure {
  font-size: 10px;
  color: #888;
}

.fa {
  font-family: FontAwesome;
  font-size: 14px;
}
i.fa {
  font-style: normal;
}
/* copy new icon here when adding new fa-icon */
.fa-firefox:before {content:"\f269"; color: orange;}
.fa-chrome:before {content: "\f268"; color: #8c8;}
.fa-safari:before {content: "\f267"; }
.fa-edge:before {content: "\f282"; color: skyblue;}
.fa-reddit:before {content: "\f1a1"; color: skyblue;}
.fa-windows:before {content: "\f17a"; color: skyblue;}
.fa-youtube:before {content: "\f167"; color: #d44;}
