/* Larger than mobile */
@media (min-width: 300px) {
  .header {
    font-family: 'Alegreya Sans SC', 'OpenSans', sans-serif;
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  h1, h3, h5 {
    font-family: 'Playfair Display';
  }

  #cssmenu ul li a {
    color: #1a1a1a;
    font-family: 'Playfair Display', 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .2rem;
    text-align: center;
    text-decoration: none;
    color: #1a1a1a; 
  }

  .container {
   padding-left: 30px;
   padding-right: 30px;
  }

  .profile img {
    display: block;
    margin: auto;
    height: 75%;
    width: 75%;
    border-radius: 50%;
  }

  /* Social */

  .social {
    font-size: 1.2em;
  }

  .social a {
      text-decoration: none;
      color: #333;
      margin-top: 10px;
      margin-right: 10px;
  }

  .social a:hover {
    color: #3498DB;
    text-decoration: none;
    border-bottom: none;
  }

  .navbar-link {
    font-size: 1em;
  }
}

/* Larger than phablet */
@media (min-width: 550px) {
  #cssmenu ul li a {
    font-size: 1.1em;
  }
  .profile {
    margin-top: 25px;
  }

  .profile img {
    height: 100%;
    width: 100%;
    padding: 0px;
  }

  .social {
    font-size: 1.4em;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .header {
    font-size: 5em;
    margin-top: 75px;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

p {
  max-width: 100%;
}

body {
  height: 100%;
  color: #323232;
  background-color: #fff;
}

a {
  color: #3498DB;
  text-decoration: none;
}

a:hover {
  color: #3498DB;
  text-decoration: underline;
}

/* TABLE */

table th h5 {
  font-family: 'Playfair Display';
  margin-bottom: 0px;
}

table tr td {
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 1.1em;
}

/* ABOUT TABLE */

#cv tr td:first-of-type {
  width: 20%;
}

/* NEWS TABLE */

#news tr td:first-of-type {
  width: 15%;
}

.navbar {
  color: #1a1a1a;
  font-family: 'Playfair Display', 'OpenSans', sans-serif;
}

.content {
  font-size: 1.1em;
  font-family: 'PT Serif Regular', serif;
  margin-top: 25px;
}

.footer {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
