/* line 4, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* line 6, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
body, html {
  height: 100%;
  line-height: 1.8;
}

/* line 11, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
#about {
  min-height: calc(100vh - 112px);
  padding: 128px 0;
}

/* Full height image header */
/* line 17, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("home.jpg");
  min-height: 100%;
}

/* line 24, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
.w3-bar .w3-button {
  padding: 16px;
}

/* line 28, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
#performance .w3-card {
  border-radius: 10px;
}
/* line 30, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
#performance .w3-card img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

@media only screen and (min-width: 896px) {
  /* line 38, /home/ubuntu/durian_homepage/app/assets/stylesheets/static_pages.scss */
  #about {
    min-height: calc(100vh - 112px);
    padding: 128px 16px;
  }
}
