/********* FONTS ********* */
/* @font-face {
  font-family: "montserratreg";
  src: url("../../fonts/montserrat-regular-webfont.eot");
  src: url("../../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat-regular-webfont.woff") format("woff"), url("../../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../../fonts/montserrat-regular-webfont.svg#montserrat") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montserratbold";
  src: url("../../fonts/montserrat-bold-webfont.eot");
  src: url("../../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat-bold-webfont.woff") format("woff"), url("../../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../../fonts/montserrat-bold-webfont.svg#montserrat-boldbold") format("svg");
  font-weight: normal;
  font-style: normal; } */

/********* VARIABES ********* */
/********* COLORS ********* */
/********* VARIABES ********* */
/********* SITE STYLES ********** */
body {
  background-color: #fff;
  margin: 0px auto;
  font-family: 'Montserrat', sans-serif; }
  body a:link, body a:visited, body a:active {
    text-decoration: underline; }

header {
  height: 75px;
  background-color: #23112b;
  color: #fff;
  text-align: right;
  top: 35px; }

a:link, a:visited, a:active, a:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #23112b;
    color: #23112b; }

#menu-bar {
  padding: 20px;
  width: 100%; }

#menu-nav {
  float: left; }

/* #social {
  padding: 30px; }
  #social a, #social i {
    color: #23112b; } */

.social-icons {
  list-style: none;
}

.social-icons li {
  width: 65px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;

}

.social-icons a {
  background-color: #ffffff;
  color: #23112b;
  font-size: 2.5rem;
  /* line-height: 1.2; */
  /* width: 44px;
  height: 44px; */
  padding: 8px 11px;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  /* -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all 0.2s linear; */
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #ededed;
  background-color: #7f8c8d;
}

.social-icons.size-sm a {
  line-height: 1.2;
  height: 34px;
  width: 34px;
  font-size: 1rem;
}

i.fa.fa-bars {
  border: 2px solid #fff; }

i.fa {
  text-align: center; }
  i.fa:hover {
    color: #7f8c8d;
    cursor: pointer; }

.menu {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  float: left;
  font-weight: 700;
  margin: 15px 0 0 22px; }
  .menu:hover {
    color: #7f8c8d;
    cursor: pointer; }
  .menu:first-child {
    margin-top: 8px; }

#main {
  width: 600px;
  margin: 0px auto;
  text-align: center;
  /* display: inline-block; */
  padding-top: 8%;
  /* padding: 0 35% 0 35%;  */
}

@media only screen and (max-width: 750px) {
  #main {
    width: 95%;
  }
}

#title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  letter-spacing: 3px;
  word-spacing: 5px; }

#subtitle {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 30px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px; }

#home {
  background-image: url("../images/birds.png");
  background-repeat: no-repeat;
  background-color: #23112b; }

@media only screen and (max-width: 950px) {
  #home {
    background-image: none;
  }
}

svg#clouds path {
  fill: white; }

#divider {
  max-width: 100%;
  width: 100vw; }

/* Bracket effect on hover */
.cl-effect-1 a {
  text-decoration: none !important;
  color: #fff !important;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px; }
  .cl-effect-1 a::before, .cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s; }
  .cl-effect-1 a::before {
    margin-right: 10px;
    content: "[";
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); }
  .cl-effect-1 a::after {
    margin-left: 10px;
    content: "]";
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); }
  .cl-effect-1 a:hover {
    cursor: pointer; }
    .cl-effect-1 a:hover::before, .cl-effect-1 a:hover::after {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      transform: translateX(0px); }
  .cl-effect-1 a:focus::before, .cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); }

/* What I'm about */
.about-container {
  text-align: center; }

.about-section {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: 30px; }

.about-section a:link, a:visited, a:active, a:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #23112b;
  color: #23112b; }

@media (min-width: 1000px) and (max-width: 1200px) {
  .about-section {
    width: 270px;
    margin: 25px; } }
@media (max-width: 767px) {
  .about-section {
    display: block;
    width: auto;
    margin: 30px 10px 70px 10px; }
    .about-section::after {
      clear: both;
      content: "";
      display: table; } }
@media (max-width: 400px) {
  .about-section {
    margin: 30px 0 70px 0; } }
.about-icon {
  height: 170px;
  width: 170px;
  border-radius: 85px;
  border: 20px solid #ededed;
  border: 20px solid rgba(255, 255, 255, 0);
  padding: 20px;
  margin: 0 auto 20px auto;
  position: relative;
  line-height: 80px;
  background-color: #23112b; }

@media (min-width: 500px) and (max-width: 767px) {
  .about-icon {
    float: left;
    margin-right: 20px; } }
@media (max-width: 500px) {
  .about-icon {
    height: 150px;
    width: 150px;
    line-height: 70px; } }
.about-icon-ring {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 85px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.15); }

.about-icon-image {
  display: inline-block;
  vertical-align: middle; }
  .about-icon-image img {
    display: block;
    margin: 0 auto;
    width: 80%; }

.about-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #7f8c8d;
  letter-spacing: 5px; }

.about-desc {
  margin-top: 15px;
  line-height: 1.5;
  color: #999;
  font-size: 18px;
  padding: 15px !important;
  text-align: left; }
  .about-desc span {
    font-weight: bold;
    text-transform: uppercase;
    color: #23112b !important; }

@media (min-width: 500px) and (max-width: 767px) {
  .about-title {
    margin-top: 10px;
    text-align: left; } }

@media only screen and (max-width: 767px) {
    .about-desc {
      font-size: 16px !important; }
}

#about {
  background-color: #fff;
  margin-top: 10px; }

.content-container {
  color: #7f8c8d;
  clear: both; }
  .content-container .header {
    font-size: 620%;
    font-family: "Oswald", sans-serif;
    word-spacing: 3px;
    text-transform: uppercase;
    margin-top: 100px;
    text-align: center; }
    .content-container .header .word-color {
      color: #23112b; }

.credits {
  font-size: 13px;
  font-style: italic; }

/* Who am I? */

.toggle-container {
  width: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 749px) {
  .toggle-container {
    width: 95% !important;
    padding: 10px;} }

.about-btns {
  width: 100%;
  text-align: center;
  margin: 25px;
}

.about-btn {
  width: 200px;
  padding: 8px;
  border: 3px solid #7f8c8d;
  color: #fff;
  background-color: #7f8c8d;
  font-size: 16px;
  font-weight: 900;
  margin: 10px 15px;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0.6;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer !important;
  font-family: 'Montserrat', sans-serif; }
  .link-btn:hover {
    background-color: #7f8c8d;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.selected-btn {
  background-color: #23112b;
  border: 3px solid #23112b;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
}

.hideme {
  display: none;
}

.description {
  width: 600px;
  margin: 0 auto;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  color: #23112b; }

@media only screen and (max-width: 749px) {
  .description {
    width: 95% !important;
    padding: 10px;} }

#who .header {
  margin: 20px 0 20px 0; }
#who a:link, a:visited, a:active, a:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #23112b;
  color: #23112b; }

/* Things I've taught and Things I've won and Things I've written */
#teaching, #awards, #writing, #accomplishments {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px !important; }
  #teaching > p, #awards > p, #writing > p, #accomplishments > p{
    text-align: center;
    line-height: 1.3; }

@media only screen and (max-width: 749px) {
  #teaching, #awards, #writing, #accomplishments {
    width: 95%;
  }
}

.teaching-gig, .award, .article, .accomplishment {
  /* width: 650px; */
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 20px; }
  .teaching-gig:last-of-type, .award:last-of-type, .article:last-of-type, .accomplishment:last-of-type {
    padding-bottom: 100px;
  }
  .teaching-gig span, .award span, .article span, .accomplishment span {
    color: #23112b;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
  }

.courses {
  font-size: 17px;
  margin-top: -15px;
  padding-bottom: 15px;
}

.no-margin {
  padding-left: 0 !important;
}

.award a:link, a:visited, a:active, a:hover {
  border-bottom: 1px dotted #23112b;
  color: #23112b;
}

.title {
  color: #23112b;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
  font-size: 17px;
}

.subtitle {
  margin: 0 auto;
  font-size: 17px;
  padding-top: 8px
}

.writing-container a:link, a:visited, a:active, a:hover  {
  border-bottom: 1px dotted #23112b !important;
  color: #23112b;
}

.teaching-container, .awards-container, .writing-container, .accomplishments-container {
  width: 650px;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 749px) {
  .teaching-gig, .award, .article, .accomplishments {
    width: 99% !important;
    font-size: 16px;
  }
}

@media (max-width: 749px) {
  .teaching-container, .awards-container, .writing-container, .accomplishments-container {
    width: 95%;
  }
}


/* Things I've made */
#what {
  background-color: #fff;
  padding: 10px 50px 20px 50px;
  margin: 50px 0 30px 20px;
  clear: both; }

i.fa.fa-chevron-down.white {
  color: #fff; }

i.fa.fa-chevron-down {
  color: #23112b;
  padding-top: 40px; }
  i.fa.fa-chevron-down:hover {
    /* color: #7f8c8d; */
    cursor: pointer; }

.next {
  margin-top: 3%;
  clear: both;
  text-align: center; }

a.project-thumb {
  text-decoration: none !important;
  color: #a9a9a9 !important;
  position: relative;
  margin: 10px; }
  a.project-thumb img {
    width: 100%;
    vertical-align: top;
    border: 1px solid #eee;
    display: block; }
  a.project-thumb .title:after, a.project-thumb .title:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  a.project-thumb .title:after {
    content: "\a";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.6);
    content: attr(data-date);
    text-align: right; }
  a.project-thumb .title:before {
    content: attr(data-content);
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 1;
    bottom: 0;
    padding: 8px;
    text-align: left;
    background: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    a.project-thumb .title:before span {
      text-align: right;
      color: #a9a9a9; }
  a.project-thumb .title:hover {
    cursor: pointer; }
    a.project-thumb .title:hover:after, a.project-thumb .title:hover:before {
      opacity: 1; }

[attribute="data-date"] {
  color: #a9a9a9 !important;
  font-weight: 400;
  text-align: right; }

.grid-section {
  margin: 10px; }

.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.grid-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px; }

@media all and (min-width: 720px) {
  .grid-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
/* Project pages */
.content-responsive {
  width: 100%;
  padding-bottom: 100px;}
  .content-responsive .max-width {
    width: 100%;
    display: block;
    margin: 0px auto; }

.intro-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  text-align: left; }
  .intro-img.project {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    background-position: bottom; }
    .intro-img.project h2.project-subhed {
      font-size: 36px;
      line-height: 48px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase !important;
      position: fixed;
      padding-top: 340px; }
  .intro-img h1 {
    text-align: center;
    padding-top: 140px;
    color: #252525;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    /* text-shadow: 0px 0px 100px white; */
    z-index: 0;
    width: 100%;
    /* color: white; */
    /* text-shadow: 0px 0px 100px black; */
    }

.main-content {
  max-width: 600px;
  /* background-color: #fff; */
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  z-index: 10001;
  position: relative; }
  @media (max-width: 649px) {
    .main-content {
      width: 90% !important; } }

.project-title {
  font-size: 30px !important;
  text-align: left;
  display: inline-block;
  color: #fff !important;
  background-color: #23112b !important;
  padding: 15px !important;
  /* border-bottom: 1px solid #23112b; */
}

.project-title span {
  font-size: 20px;
}

section.project-details {
  clear: none;
  padding: 15px 0 15px 0; }
  section.project-details:first-child {
    padding-top: 55px; }
  @media (max-width: 649px) {
    section.project-details {
      clear: both; } }
  section.project-details h1 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding-bottom: 10px;
    font-size: 20px;
    color: #b2b2b2; }
  section.project-details h4 {
    line-height: 110%;
    font-size: 19px; }
    section.project-details h4:nth-child(2) {
      text-transform: capitalize; }
  section.project-details p {
    line-height: 120%;
    font-size: 20px;
    width: 95%;
    padding-bottom: 25px;
    font-family: sans-serif; }
  section.project-details img {
    margin: 25px 0; }
    section.project-details img:hover {
      cursor: pointer; }
  section.project-details a {
    border-bottom: 1px dotted #23112b; }

.link-btn {
  width: 250px;
  margin: 0px auto;
  padding: 8px;
  border: 3px solid #23112b;
  color: #23112b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; }
  .link-btn:hover {
    cursor: pointer;
    background-color: #23112b;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

a.link, a:link {
  text-decoration: none !important; }

.back-btn, .next-btn, .home-btn {
  float: left;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  border: 3px solid #23112b;
  width: 30px;
  height: 30px;
  margin: 5px 0px 0px 10px;
  color: #23112b;
  padding: 2px 0 0 2px;
  font-weight: 700;
  border-radius: 50%; }
  .back-btn .fa:hover, .next-btn .fa:hover, .home-btn .fa:hover {
    color: #fff !important; }
  .back-btn:hover, .next-btn:hover, .home-btn:hover {
    cursor: pointer;
    background-color: #23112b;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.next-btn, .back-btn {
  float: right !important;
  position: relative;
  right: 40px; }

/* How I do it */
#skills {
  width: 800px;
  padding-bottom: 70px;
  padding-top: 30px;
  margin: 0 auto; }
  #skills ul.column {
    width: 30%;
    float: left;
    margin: 3% 0 0 3%;
    padding-bottom: 170px; }
    #skills ul.column .skills-header {
      font-size: 19px !important;
      color: #23112b;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      padding-bottom: 10px; }
    #skills ul.column li {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      line-height: 1.4;
      padding-bottom: 12px;
      color: #23112b; }

@media (max-width: 649px) {
  #skills {
    width: 95% !important; } }
footer {
  background-color: #23112b;
  clear: both;
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; }
  footer div {
    width: 100%; }


/*********MEDIA QUERIES********** */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
  #start-date, #end-date {
    display: none; }

  .content-container .header {
    font-size: 350%; }

  .description {
    font-size: 17px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #menu-nav {
    display: none; }

  #home {
    background-image: none; }

  .content-container .header {
    font-size: 300%; }

  #filters {
    margin-left: 0px; }

  .resume-section {
    font-size: 12px; }

  #skills ul.column {
    float: none; }

  #skills ul.column {
    width: 99%;
    padding-bottom: 35px; }

  .next {
    display: none; }

  .details {
    width: 90%;
    float: none;
    padding: 3% 0 8% 0; }

  .thumb {
    width: 90%;
    padding-bottom: 3%; }

  .link-btn {
    margin: 0px auto; }

  .award i.fa {
    margin-bottom: 0px; }

  .desc {
    margin-top: 20px; }

  .description {
    font-size: 16px; }

  .work:last-child {
    padding-bottom: 13%; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .content-container .header {
    font-size: 200%; }

  #skills ul.column .skills-header {
    font-size: 160%; } }
