.headerText {
  color: #564032; }

.mainText {
  color: #3d3327; }

.darkBack {
  background-color: #937a66;
  color: white; }
  .darkBack a {
    color: #564032; }

body {
  font-family: 'Ubuntu', sans-serif; }

.row {
  margin-left: 0;
  margin-right: 0; }

.projRow {
  padding: 5%;
  overflow-y: scroll; }
  .projRow img {
    border-radius: 5px;
    border: 1px solid #564032;
    width: 90%;
    text-align: center;
    margin-top: 15px; }
  .projRow a {
    text-decoration: none; }

.btn-social-icon {
  padding: 6px 2px;
  vertical-align: middle;
  font-size: 20px;
  color: white; }
  .btn-social-icon:hover {
    color: red; }
  .btn-social-icon:visited {
    color: inherit; }

header {
  background-image: url("images/coffee.jpeg");
  background-size: cover;
  height: 350px;
  color: white; }
  header h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5%; }
  header h2 {
    text-align: center; }

.icons {
  text-align: center;
  width: 30%;
  margin: 0 auto; }

.selectMode {
  text-align: center; }

footer {
  text-align: center;
  background-image: url("images/maccoffee2.jpeg");
  background-size: cover;
  height: 350px;
  color: white; }
  footer a {
    text-decoration: none;
    color: white; }
    footer a:hover {
      color: red; }

#about {
  padding-top: 5%;
  padding-bottom: 5%; }

.btn-back {
  background-color: #937a66;
  color: white; }
  .btn-back:hover {
    background-color: #564032;
    color: white; }

#examples h1 {
  text-align: left;
  padding-bottom: 60px;
  margin-bottom: 0;
  padding-top: 40px; }

.darkText h2 {
  color: #564032; }

.darkText p {
  color: #3d3327; }

.resumeBtn {
  margin-left: 20px;
  margin-bottom: 10px; }

.hidden {
  display: none; }

#codeRow {
  margin-top: 10px;
  padding: 10px; }

#editor {
  height: 300px; }

#run {
  margin-top: 5px; }
