@import url("https://fonts.googleapis.com/css?family=PT+Mono");
@import url("https://fonts.googleapis.com/css?family=Cutive+Mono");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,900");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cutive Mono", monospace;
  font-weight: 600; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.5rem; }

h3 {
  font-size: 3.2rem; }

h4 {
  font-size: 3rem; }

h5 {
  font-size: 2.7rem; }

h6 {
  font-size: 2.4rem; }

p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 1rem 0; }

strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color: #333; }

main {
  margin: 0 auto; }

p {
  text-align: justify; }

@media only screen and (min-width: 1020px) {
  main {
    max-width: 2050px; } }
#main-content {
  padding: 0;
  margin: 2rem auto 0;
  padding-bottom: 6.7rem; }

#tubnails-group {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: stretch; }
  #tubnails-group .thumbnails {
    position: relative;
    display: block;
    flex-basis: 50%;
    margin: 0;
    padding: 0;
    height: auto; }
    #tubnails-group .thumbnails:active {
      transform: translateY(4px); }
    #tubnails-group .thumbnails img {
      width: 100%;
      margin: -1px;
      padding: 0; }
    #tubnails-group .thumbnails .overlay {
      position: absolute;
      width: 100%;
      flex-basis: 50%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: 0.5s ease;
      background-color: #000;
      filter: opacity(75%); }
      #tubnails-group .thumbnails .overlay p {
        text-align: center; }
    #tubnails-group .thumbnails:hover .overlay, #tubnails-group .thumbnails:active {
      opacity: 1; }
    #tubnails-group .thumbnails .text {
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      #tubnails-group .thumbnails .text .client {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1px; }
      #tubnails-group .thumbnails .text .desc {
        font-size: 0.7rem;
        font-weight: 300;
        margin-top: 1px; }

#main-content-work {
  margin: 5rem auto;
  padding: 0; }

.work-samples {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .work-samples div {
    display: block;
    width: 100%;
    height: auto; }
    .work-samples div .solid-logo {
      width: 80%; }

.wider-sample img {
  max-width: 100%;
  height: auto; }

.smaller-sample {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }
  .smaller-sample img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px; }

.about-info {
  margin: 3rem 4rem; }
  .about-info p {
    font-size: 1.5rem; }

#contactme {
  margin: 3rem auto;
  width: 85%; }
  #contactme fieldset {
    border: none; }
  #contactme label {
    display: block;
    font-size: 1rem;
    font-family: "Cutive Mono", monospace;
    margin-right: 0.5rem; }
  #contactme input {
    display: block;
    width: 85%;
    height: 2rem; }
  #contactme ul {
    list-style-type: none;
    margin-top: 1rem; }
    #contactme ul li {
      display: inline-block; }
      #contactme ul li:last-child {
        margin-left: 1rem; }
  #contactme textarea {
    margin-top: 2rem;
    width: 85%;
    background-color: 999;
    border-color: red; }

@media only screen and (min-width: 448px) {
  #main-content-work {
    padding-bottom: 4.4rem; } }
@media only screen and (min-width: 700px) {
  #tubnails-group .thumbnails {
    flex-basis: 33.3333%; } }
@media only screen and (min-width: 1020px) {
  #main-content {
    width: 66%;
    float: left; }

  #main-content-work {
    width: 66%;
    float: left;
    padding-bottom: 0; } }
aside {
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #666;
  background-color: #fff; }
  aside h1 {
    padding-top: 2rem;
    font-size: 2.3rem;
    margin-bottom: 1rem;
    letter-spacing: -0.3rem;
    text-align: left; }
  aside ul {
    list-style-type: none; }
  aside a {
    font-size: 0.8rem;
    display: block;
    padding: 0.3rem;
    color: #666; }
    aside a:hover {
      border-bottom: 1px solid #999;
      font-size: 0.85rem; }
  aside #work-menu {
    margin: 2rem 2rem;
    display: flex;
    flex-flow: wrap; }
    aside #work-menu h6 {
      font-size: 1.2rem;
      padding-top: 1rem; }
    aside #work-menu .menu-category {
      margin: 0 1.5rem 0rem 0; }
  aside #quick-facts {
    font-size: 0.8rem;
    color: #999;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999; }
  aside #description {
    margin-top: 2rem; }

#toggleIn {
  background-color: #fff;
  border: none;
  height: auto;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-top: 1rem; }

#hide-info {
  padding: 2rem 2rem 3rem 3rem;
  height: auto; }

#techskills {
  margin-top: 3rem;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly; }
  #techskills .techlogo {
    flex-shrink: 1;
    position: relative;
    display: block;
    width: 15%;
    height: auto; }

@media only screen and (min-width: 1020px) {
  aside {
    width: 34%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    border-left: 1px solid #999;
    float: right;
    margin-top: 0;
    padding-top: 8rem;
    height: 100%;
    border-top: none; }
    aside #work-menu {
      display: block; }

  #hide-info {
    top: 0;
    display: block;
    position: relative;
    padding-right: 3rem; } }
#navbar {
  background-color: #000;
  height: 6rem;
  width: 100%;
  margin: 0 auto; }
  #navbar img {
    margin: 1.6rem 1rem;
    height: 2.5rem;
    width: auto;
    position: relative; }

li.nav-options {
  display: inline-block;
  width: auto; }
  li.nav-options a {
    width: 100%;
    display: block;
    color: white;
    font-family: "Cutive Mono", monospace;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    padding-top: 2.3rem;
    padding: 2.3rem 1.5rem;
    margin: 0;
    text-decoration: none; }
    li.nav-options a:hover {
      font-size: 1.2rem;
      background-color: #333;
      border-bottom: none; }

#nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  width: auto;
  height: 6rem; }
  #nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%; }

#contactme {
  margin: 1.5rem auto;
  width: 90%; }
  #contactme h1 {
    letter-spacing: -6px;
    font-size: 3.5rem; }
  #contactme fieldset {
    border: none; }
  #contactme label {
    display: block;
    font-size: 1rem;
    font-family: "Cutive Mono", monospace;
    letter-spacing: -1px;
    margin-right: 0.5rem; }
  #contactme div {
    width: 100%;
    margin-top: 0.8rem; }
  #contactme input {
    display: block;
    height: 3rem; }
  #contactme .input-group {
    display: flex;
    flex-flow: flex-wrap;
    align-content: stretch; }
    #contactme .input-group .input-single {
      flex-grow: 1; }
      #contactme .input-group .input-single:first-child {
        width: 62%;
        margin-right: 1rem; }
      #contactme .input-group .input-single:last-child {
        width: 35%; }
  #contactme textarea {
    margin-top: 2rem; }
  #contactme input, #contactme textarea {
    padding: 1rem;
    border: none;
    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    color: #333;
    font-size: 0.8rem; }
    #contactme input::placeholder, #contactme textarea::placeholder {
      font-style: italic;
      color: #999; }
    #contactme input:focus, #contactme textarea:focus {
      background-color: #999;
      outline: none; }
  #contactme .button-group {
    display: flex;
    flex-flow: flex-wrap;
    justify-content: flex-end; }
  #contactme input[type="submit"], #contactme input[type="reset"] {
    width: 20%;
    padding: 1rem 0 1rem;
    margin: 1rem 0 0 1rem;
    color: #fff;
    font-family: "Cutive Mono", monospace;
    font-size: 1.2rem;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: -1px; }
  #contactme input[type="submit"] {
    background-color: #000; }
    #contactme input[type="submit"]:hover {
      background-color: #333; }
  #contactme input[type="reset"] {
    background-color: #777; }
    #contactme input[type="reset"]:hover {
      background-color: #888; }

@media only screen and (min-width: 600px) {
  #contactme .input-group .input-single {
    flex-shrink: 1; } }

/*# sourceMappingURL=main.css.map */
