/*====================================*/
/* Global Styles                      */
/*====================================*/

h1, .h1 {
  font-size: 1.8em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.4em;
  font-weight: 400;
}

h3, .h3 {
  font-size: 1.4em;
  font-weight: 300;
}

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2em;
    font-weight: 400;
  }

  h2, .h2 {
    font-size: 1.6em;
    font-weight: 400;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.text-primary {
  color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #aaa;
}

.pager li>a,
.older-posts,
.newer-posts,
.author-contact a {
  font-weight: normal;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .6);
  text-decoration: none;
  transition: color,border-color,background-color 0.1s linear;
}

.pager li>a:hover,
.pager li>a:focus,
.older-posts:hover,
.older-posts:focus,
.newer-posts:hover,
.newer-posts:focus,
.author-contact a:hover,
.author-contact a:focus {
  border-color: rgba(0, 0, 0, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

.pager li.disabled>a:hover,
.pager li.disabled>a:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

/*====================================*/
/* Global Header                      */
/*====================================*/

.header-text h1 {
  font-size: 2.2em;
  font-weight: 200;
}

@media (min-width: 576px) {
  .header-text h1 {
    font-size: 2.6em;
    font-weight: 200;
  }
}

a.btn-about {
  right: 20px;
}

/*====================================*/
/* Global Footer                      */
/*====================================*/

.global-footer {
  text-align: center;
  height: auto;
  margin-bottom: 10px;
}

.copyright-note,
.global-footer .sns-links {
  float: none !important;
  margin-bottom: 0.4em;
}

@media (min-width: 576px) {
  .global-footer {
    padding-bottom: 0 !important;
  }

  .copyright-note {
    float: left !important;
    margin-bottom: 0;
  }

  .global-footer .sns-links {
    float: right !important;
    margin-bottom: 0;
  }
}

/*====================================*/
/* Page View.                         */
/*====================================*/

.author-avatar {
  float: left;
  padding: 0 15px;
}

.author-meta {
  float: left;
  padding: 0 15px;
  max-width: 450px;
}

/*====================================*/
/* About Me                           */
/*====================================*/

.about-me .honors-awards,
.about-me .certifications {
  text-align: center;
  font-size: .9em;
  margin: 3em auto 4em;
}

.about-me .honors-awards h3,
.about-me .certifications h3 {
  text-align: center;
}

.about-me .honors-awards ul,
.about-me .certifications ul {
  padding-left: 15px;
  padding-right: 15px;
}

.about-me .honors-awards li,
.about-me .certifications li {
  list-style: none;
  margin-bottom: 1em;
}

.about-me .honors-awards .name,
.about-me .certifications .name{
  font-weight: bold;
}
.about-me .honors-awards .info,
.about-me .certifications .info {
  font-size: 0.9em;
}

@media (min-width: 576px) {
  .about-me .honors-awards,
  .about-me .certifications {
    text-align: justify;
    font-size: 1em;
    margin-left: 30px;
    margin-right: 30px;
  }

  .about-me .honors-awards li,
  .about-me .certifications li {
    clear: both;
  }

  .about-me .honors-awards .name,
  .about-me .certifications .name{
    font-weight: normal;
    float: left;
  }
  .about-me .honors-awards .info,
  .about-me .certifications .info {
    float: right;
  }
}
