@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #E9EEF3;
  padding: 2rem;
  margin: auto;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 25.88px;
}

p, li:not(.skills_item li) {
  color: #1A2733;
}

h2 {
  margin: 0.5rem 0 0.5rem 0;
  color: #0B1D2B;
  font-size: 28px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

h3 {
  margin: 0 0 0.5rem 0;
  color: #357ABD;
}

li {
  margin: 0.5rem 0 0 1rem;
}

.flex_main {
  display: flex;
  flex-flow: column;
  width: 1280px;
  margin: auto;
  background-color: #F5F7FA;
}

.column_flex {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0 2rem;
}

.work_experience_flex {
  display: flex;
  flex-flow: row wrap;
}

.cols-w-40 .project {
  width: 50%;
}

.work_experience {
  padding: 2rem 0 3.2rem 0;
}

.project_experience {
  padding-bottom: 2.7rem;
}

.project {
  padding: 2rem 2rem 0 0rem;
  width: 100%;
}
.project h3 {
  font-weight: 900;
  font-size: 20px;
}
.project h4 {
  color: #626262;
  font-weight: 700;
}
.project p {
  margin-top: 1rem;
}
.project a {
  color: #2978FF;
}

.small_hr {
  width: 12%;
  margin-top: 2rem;
}

hr {
  margin-top: 2rem;
}

.summary {
  padding: 2rem 0;
}
.summary p {
  margin-top: 1rem;
}
.summary a {
  color: #2978FF;
}

.top_header {
  background-color: #1A2733;
  width: 100%;
}
.top_header h1 {
  font-size: 38px;
  font-weight: 800;
  margin: 0.5rem 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.top_header h2 {
  color: #F5F7FA;
  margin-top: 0.5rem;
  font-size: 38px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.top_header h3 {
  font-size: 1.2rem;
  color: #F5F7FA;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.top_header h4 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.top_header .header_name {
  color: #F5F7FA;
  background-color: #0B1D2B;
  padding: 1rem;
  text-align: center;
}
.top_header .header_info {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 2rem;
}
.top_header .header_info ul li::before {
  content: "•";
  color: #29B6F6; /* 03a9f4 */
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.top_header .header_info ul {
  list-style-type: none;
}
.top_header .header_info ul li {
  margin: 0 0 4px 0;
}
.top_header .header_info .header_info_item {
  padding: 8px 0;
  margin: 5px 0;
  color: #F5F7FA;
}
.top_header .header_info .header_info_item i {
  font-size: 1.75rem;
  margin-right: 1rem;
  vertical-align: sub;
  color: #29B6F6;
}
.top_header .header_info .header_info_item a {
  color: #F5F7FA;
  text-decoration: none;
}
.top_header .header_flex {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 20px 20px;
}

.skills_flex {
  display: flex;
  justify-content: space-between;
}
.skills_flex .skills_item li {
  padding-right: 20px !important;
}

.top_header .header_info ul {
  max-width: 300px;
  padding-right: 30px;
}

.interests {
  padding: 1rem 0 0 0;
}
.interests .interests_flex {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0;
}
.interests i {
  font-size: 1.75rem;
  color: #357ABD;
  margin-bottom: 8px;
}
.interests .icon_flex {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  margin-right: 1rem;
}

.cover_body {
  background-color: #F5F7FA;
  width: 62% !important;
  padding: 0;
}

.cover_header {
  background-color: #0B1D2B;
  color: #F5F7FA;
  min-height: 25vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.cover_header h1 {
  color: #F5F7FA;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.cover_header h2 {
  color: #F5F7FA;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
}
.cover_header p {
  color: #F5F7FA;
  text-align: center;
  margin-bottom: 5px;
}
.cover_header a {
  color: #F5F7FA;
  text-decoration: none;
}
.cover_header .cover_header_flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.coverletter_content {
  padding: 1rem;
}
.coverletter_content .mb-1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 850px) {
  h1 {
    line-height: 1.3;
  }
  .flex_main {
    flex-flow: column nowrap !important;
    width: 100%;
  }
  .top_header {
    width: 100%;
  }
  .project {
    padding-right: 0 !important;
  }
  .top_header .header_flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .top_header .header_flex .skills_flex {
    flex-flow: row wrap;
  }
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .work_experience_flex {
    flex-flow: column !important;
  }
  .cols-w-40 .project {
  width: 100%;
}
}
@media screen and (max-width: 1400px) {
  .flex_main {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */