body {
  font-family: "Open Sans";
  text-align: left;
  color: #fff;
  background-color: #457B9D;
  background-image: url("Images/background.png");
  background-repeat: repeat;
  background-attachment: scroll;
}

h1 {
  font-family: "Montserrat";
  font-weight: 800;
}

h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 700;
}

h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.8rem;
}

a {
  color: #ff5050;
}

a:hover {
  color: #ff8b8b;
  text-decoration: none;
}

a:visited {
  color: #E72929;
}

.table-title {
  text-align: right;
  color: #457B9D;
}

/* Headings */
.big-heading {
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  background-color: transparent;
}

/* Containers */
.container-fluid {
  padding: 5% 10%;
}

/* Sections */
.colored-section {
  background-color: #FF5050;
  color: #fff;
  padding: 0% 5%;
}

.white-section {
  background-color: #fff;
  color: #666;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 300;
}

/* About section */
#about {
  font-size: 1.1rem;
}

/* Skills section */
.skills-list {
  padding-bottom: 2rem;
}

/* Featured Section */
#featured-title {
  padding: 5% 30% 1rem 11%;
  text-align: center;
}
.featured-image {
  margin: 0.5rem 0 0 0;
  width: 50%;
}

.featured-box {
  padding: 0;
  margin: 0 25% 5% 25%;
}

/* All Projects Section */
.project-title {
  color: #457B9D;
  font-size: 1.5rem;
}

.project-description {
  padding-bottom: 2%;
}

/* Footer Section */
.social-icon {
  margin: 10px 10px;
  font-size: 1.5rem;
  color: #ff8b8b;
}

#contact {
  text-align: center;
}

#contact a:hover {
  color: #ffd0d0;
}

#contact a:visited {
  color: #E72929;
}

/* Javascript section */
#isometric-canvas {
  position: relative;
  height: 370px;
  padding: 0;
  margin: 0 auto;
  width: 650px;
}

#canvas, #characterCanvas {
  position: absolute;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
    margin-bottom: 4rem;
  }

  .table-title {
    text-align: left;
    padding-top: 5%;
  }

  #featured-title {
    padding: 5% 15% 1rem 14%;
  }
  .featured-image {
    margin: 0.5rem 0 1rem 0;
    width: 70%;
  }

  .featured-box {
    padding: 0;
    margin: 0 15% 5% 15%;
  }


  #canvas, #characterCanvas, #isometric-canvas, #js-link {
    display: none;
  }
}
