/*
 * Bootstrap Overrides
 */
.container-fluid {
  padding: 0; }

/*
 * Bootstrap does not use font-relative values (em, rem)
 * Override font sizes to respond to mobile browsers
 */
body {
  font-size: 14px; }

/* mobile */
@media only screen and (max-device-width: 480px) {
  body {
    font-size: 10px; } }

section {
  width: auto;
  min-height: 780px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

h1 {
  font-size: 2.8571428571em;
  letter-spacing: 0.22em;
  border-bottom: solid 0.075em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1; }

h2 {
  font-size: 2.1428571429em; }

p {
  font-size: 1.4285714286em;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  p a {
    color: #fcfcfc;
    text-decoration: underline; }
  p a:hover {
    color: dark-grey;
    background-color: #fcfcfc;
    text-decoration: none; }

h1, h2, h3, h4, p {
  color: #fcfcfc;
  text-align: left; }

.tint {
  background-color: rgba(0, 0, 0, 0.419608);
  padding: 1.4285714286em;
  border-radius: 0.25em;
  height: fit-content; }

section#intro {
  background-color: #1A1C1F; }
  section#intro .social-links {
    list-style-type: none;
    margin-left: -50px; }
    section#intro .social-links li {
      float: left;
      padding: 0.7142857143em; }
  section#intro .social-img {
    width: 3.4285714286em; }

#intro-content {
  margin-top: 15em; }

section#about {
  background-color: #F05B40;
  background-image: url("../images/me.jpg"); }

div#about-philippines {
  margin-top: 3.5714285714em; }

div#about-education {
  margin-top: 3.5714285714em; }
  div#about-education h2, div#about-education p {
    text-align: right; }

section#work {
  background-color: #262324;
  background-image: url("../images/bloomx_background.jpg"); }

#work-content {
  margin-top: 6.4285714286em; }

section#coffee {
  background-image: url("../images/coffee.jpg"); }

#coffee-content {
  margin-top: 3.5714285714em; }
