@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
/* colors */
/* mixins */
/* margin and padding reset */
* {
  padding: 0;
  margin: 0; }

/* general styling */
html {
  font-family: Roboto Slab;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("./background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

a {
  text-decoration: none;
  color: #333A56; }
  a:hover {
    color: #6b9ee3; }

ul {
  list-style: none; }

/* purpose styling */
section {
  width: 790px;
  margin: 50px auto;
  background-color: #ffffff;
  padding: 35px 80px 0 80px;
  border-top: 8px solid #333A56;
  box-shadow: 0 0 10px 3px #000; }
  section .header {
    display: flex;
    align-items: center;
    font-weight: normal;
    border-bottom: 1px solid #333A56;
    padding-bottom: 15px; }
    section .header header {
      width: 70%; }
      section .header header h1 {
        font-size: 3.25em;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: normal;
        color: #333A56; }
      section .header header h3 {
        font-size: 1.3em;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-style: italic;
        font-weight: normal;
        color: #333A56; }
        section .header header h3 span {
          color: #02558B;
          font-weight: bold; }
    section .header nav {
      margin-top: 5px; }
      section .header nav h3 {
        font-size: 1.1em;
        font-weight: normal;
        color: #333A56; }
        section .header nav h3 div {
          display: inline-block;
          margin-left: 2px; }
        section .header nav h3 .icon {
          width: 20px;
          text-align: center;
          display: inline-block;
          margin: 0; }
        section .header nav h3 .fa-linkedin {
          margin-left: 4px; }
  section .edu {
    padding: 40px 0;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #333A56; }
    @media only screen and (max-width: 960px) {
      section .edu {
        flex-direction: column;
        align-items: center;
        padding: 15px 0; } }
    section .edu .sec-head {
      width: 20%;
      float: left; }
      section .edu .sec-head div {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        section .edu .sec-head div i {
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em;
          color: #02558B;
          margin-top: 5px;
          font-size: 1.5em; }
        section .edu .sec-head div h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 1.3em;
          color: #02558B; }
      @media only screen and (max-width: 960px) {
        section .edu .sec-head {
          width: 100%;
          text-align: center; }
          section .edu .sec-head div {
            width: 100%; } }
      @media only screen and (max-width: 640px) {
        section .edu .sec-head div h2 {
          font-size: 1em; }
        section .edu .sec-head div i {
          font-size: 1.2em; } }
    section .edu .edu-body {
      width: 65%; }
      section .edu .edu-body h4 {
        font-weight: normal;
        font-size: 1.3em;
        color: #333A56; }
      section .edu .edu-body h5 {
        font-weight: normal;
        font-size: 1em;
        color: #333A56; }
      section .edu .edu-body p {
        font-size: 0.8em;
        line-height: 18px;
        margin-top: 10px;
        color: #333A56; }
    section .edu .date {
      width: 10%;
      text-align: right;
      color: #333A56; }
  section .tech-skills {
    padding: 40px 0;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #333A56; }
    @media only screen and (max-width: 960px) {
      section .tech-skills {
        flex-direction: column;
        align-items: center;
        padding: 15px 0; } }
    section .tech-skills .sec-head {
      width: 20%; }
      section .tech-skills .sec-head div {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        section .tech-skills .sec-head div i {
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em;
          color: #02558B;
          margin-top: 5px;
          font-size: 1.5em; }
        section .tech-skills .sec-head div h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 1.3em;
          color: #02558B; }
      @media only screen and (max-width: 960px) {
        section .tech-skills .sec-head {
          width: 100%;
          text-align: center; }
          section .tech-skills .sec-head div {
            width: 100%; } }
      @media only screen and (max-width: 640px) {
        section .tech-skills .sec-head div h2 {
          font-size: 1em; }
        section .tech-skills .sec-head div i {
          font-size: 1.2em; } }
    section .tech-skills .skills {
      display: flex;
      width: 65%; }
      section .tech-skills .skills ul {
        width: 50%; }
        section .tech-skills .skills ul li {
          padding: 7px 0;
          border-bottom: 1px solid rgba(51, 58, 86, 0.5);
          color: #333A56; }
          section .tech-skills .skills ul li i {
            width: 1.3em; }
        section .tech-skills .skills ul .last {
          border-bottom: none; }
  section .projects {
    padding: 40px 0;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #333A56;
    padding-top: 30px; }
    @media only screen and (max-width: 960px) {
      section .projects {
        flex-direction: column;
        align-items: center;
        padding: 15px 0; } }
    section .projects .sec-head {
      width: 20%; }
      section .projects .sec-head div {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        section .projects .sec-head div i {
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em;
          color: #02558B;
          margin-top: 5px;
          font-size: 1.5em; }
        section .projects .sec-head div h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 1.3em;
          color: #02558B; }
      @media only screen and (max-width: 960px) {
        section .projects .sec-head {
          width: 100%;
          text-align: center; }
          section .projects .sec-head div {
            width: 100%; } }
      @media only screen and (max-width: 640px) {
        section .projects .sec-head div h2 {
          font-size: 1em; }
        section .projects .sec-head div i {
          font-size: 1.2em; } }
    section .projects .project-list {
      width: 65%; }
      section .projects .project-list li {
        font-size: 1.3em;
        color: #02558B;
        padding: 10px 0;
        border-bottom: 1px solid rgba(51, 58, 86, 0.5); }
      section .projects .project-list .last {
        padding-bottom: 0;
        border: none; }
  section .languages {
    padding: 40px 0;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #333A56; }
    @media only screen and (max-width: 960px) {
      section .languages {
        flex-direction: column;
        align-items: center;
        padding: 15px 0; } }
    section .languages .sec-head {
      width: 20%;
      text-align: center; }
      section .languages .sec-head div {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        section .languages .sec-head div i {
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em;
          color: #02558B;
          margin-top: 5px;
          font-size: 1.5em; }
        section .languages .sec-head div h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 1.3em;
          color: #02558B; }
      @media only screen and (max-width: 960px) {
        section .languages .sec-head {
          width: 100%;
          text-align: center; }
          section .languages .sec-head div {
            width: 100%; } }
      @media only screen and (max-width: 640px) {
        section .languages .sec-head div h2 {
          font-size: 1em; }
        section .languages .sec-head div i {
          font-size: 1.2em; } }
    section .languages .langs-list {
      display: flex;
      width: 65%; }
      section .languages .langs-list ul {
        width: 50%; }
        section .languages .langs-list ul li {
          padding: 7px 0;
          border-bottom: 1px solid rgba(51, 58, 86, 0.5);
          color: #333A56; }
          section .languages .langs-list ul li .icon {
            width: 30px;
            text-align: center;
            display: inline-block;
            margin: 0;
            height: 100%; }
        section .languages .langs-list ul .last {
          border-bottom: none; }
  section .hobbies {
    padding: 40px 0;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #333A56; }
    @media only screen and (max-width: 960px) {
      section .hobbies {
        flex-direction: column;
        align-items: center;
        padding: 15px 0; } }
    section .hobbies .sec-head {
      width: 20%; }
      section .hobbies .sec-head div {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        section .hobbies .sec-head div i {
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em;
          color: #02558B;
          margin-top: 5px;
          font-size: 1.5em; }
        section .hobbies .sec-head div h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 1.3em;
          color: #02558B; }
      @media only screen and (max-width: 960px) {
        section .hobbies .sec-head {
          width: 100%;
          text-align: center; }
          section .hobbies .sec-head div {
            width: 100%; } }
      @media only screen and (max-width: 640px) {
        section .hobbies .sec-head div h2 {
          font-size: 1em; }
        section .hobbies .sec-head div i {
          font-size: 1.2em; } }
    section .hobbies .hobbies-list {
      display: flex;
      width: 65%; }
      section .hobbies .hobbies-list ul {
        width: 50%; }
        section .hobbies .hobbies-list ul li {
          padding: 7px 0;
          border-bottom: 1px solid rgba(51, 58, 86, 0.5);
          color: #333A56; }
          section .hobbies .hobbies-list ul li .icon {
            width: 30px;
            text-align: center;
            display: inline-block;
            margin: 0;
            height: 100%; }
        section .hobbies .hobbies-list ul .last {
          border-bottom: none; }
  section footer {
    padding: 15px 0; }
    section footer p {
      text-align: center;
      font-size: 1em;
      color: #333A56; }

/* responsive for devices with screens below 970px */
@media only screen and (max-width: 960px) {
  section {
    width: 80%;
    padding: 35px 40px 0 40px; }
    section .header {
      flex-direction: column; }
      section .header header h1 {
        font-size: 2.5em;
        text-align: center; }
      section .header header h3 {
        font-size: 1em;
        text-align: center; }
      section .header .contact-info {
        width: 100%;
        margin-top: 10px;
        text-align: center; }
        section .header .contact-info h3 {
          font-size: 1em;
          display: inline-block;
          width: 40%; }
    section .edu .edu-body {
      text-align: center; }
    section .edu .date {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
    section .tech-skills .skills ul {
      text-align: center; }
    section .projects .project-list {
      text-align: center; }
    section .languages .sec-head div {
      flex-direction: column; }
      section .languages .sec-head div h2 {
        display: inline-block;
        width: 50%; }
    section .languages .langs-list {
      flex-direction: column;
      align-items: center; }
      section .languages .langs-list ul:first-of-type {
        border-bottom: 1px solid rgba(51, 58, 86, 0.5); }
      section .languages .langs-list ul {
        text-align: center;
        width: 100%; }
    section .hobbies .hobbies-list {
      width: 100%;
      flex-direction: column;
      align-items: center; }
      section .hobbies .hobbies-list ul:first-of-type {
        border-bottom: 1px solid rgba(51, 58, 86, 0.5); }
      section .hobbies .hobbies-list ul {
        width: 65%;
        text-align: center; }
    section footer {
      padding: 10px 0; }
      section footer p {
        text-align: center;
        font-size: 0.7em; } }
/* responsive for devices with screens below 640px */
@media only screen and (max-width: 640px) {
  section {
    width: 85%;
    padding: 10px 20px 0 20px; }
    section .header header {
      width: 100%; }
      section .header header h1 {
        font-size: 2em; }
      section .header header h3 {
        font-size: 0.9em; }
    section .header .contact-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      section .header .contact-info h3 {
        font-size: 0.8em;
        width: 100%; }
    section .edu .edu-body {
      width: 100%; }
      section .edu .edu-body h4 {
        font-size: 1em; }
      section .edu .edu-body h5 {
        font-size: 0.9em; }
    section .edu .date {
      font-size: 0.9em; }
    section .tech-skills .skills {
      width: 100%; }
    section .projects .project-list {
      width: 100%; }
      section .projects .project-list li {
        font-size: 1em; }
    section .languages .langs-list {
      width: 100%; }
    section .hobbies .hobbies-list ul {
      width: 100%; }
    section footer {
      padding: 10px 0; }
      section footer p {
        display: flex;
        flex-direction: column; }
        section footer p .separator {
          display: none; } }

/*# sourceMappingURL=resume.css.map */
