body {
  font-family: 'Montserrat', arial;
  font-size: 20px;
  line-height: 1.8em;
  color: #333333;
  font-weight: 300, 600, 900;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  word-break: none;
}

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/
 h1 {
   font-family: 'baskerville', times;
   font-size: 1rem;
   font-kerning: auto;
   font-language-override: normal;
   font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
 }

h2 {
  font-family: 'baskerville', times;
  color: rgba(78,83,117,1.0);
  font-size: 6rem;
  font-weight: 100;
  font-kerning: auto;
  font-language-override: normal;
  font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
  padding: 0 0 0 0;
  margin-top: -20px;
}

h3 {
  font-family: 'baskerville', times;
  border-color: rgba(214, 141, 0, 1.0);
  font-size: 3rem;
  font-kerning: auto;
  font-language-override: normal;
  padding: 1rem 0 0 0;
}
[role=doc-subtitle]{
  color: rgba(241, 109, 14, 1.0);
  padding: 0 0 2rem 0;
  font-size: 20px;
}
h4 {
  color: rgba(71, 73, 114, 1.0);
  font-family: 'baskerville', times;
  font-size: 2.5rem;
  font-kerning: auto;
  font-language-override: normal;
  font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
  padding: 2rem 0 2rem 0;
}

p {
  font-size: 18px;
  line-height: 26px;
  color: #333366;
  font-kerning: auto;
}

.col-md-12 p, .col-md-12 ol, .col-md-12 ul{
  max-width: 740px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

address {
  font-size: 18px;
  line-height: 26px;
  color: #333366;
  font-kerning: auto;
  max-width: 720px;
}

b {
  font-weight: 600;
}

h2 b {
  font-weight: 100;
  color: #333366;
}

::selection {
  color: white;
  background-color: rgba(71, 73, 114, 0.7);
}

a {
  color: rgba(241, 109, 14, 1.0);;
  text-decoration: none;
  background-image: linear-gradient(#4e5375, #4e5375);
  background-size: 0% 0.1em;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: rgba(78,83,117,1.0);
  text-decoration: none;
  background-size: 100% 0.1em;
}

blockquote{
  padding: 0px 0px 0px 24px;
  margin: 8rem 0 4rem 0;
  line-height: 9rem;
  font-size: 8rem;
  font-style: italic;
  border-color: rgba(241, 109, 14, 1.0);
  color: rgba(78,83,117,1.0);
  font-family: 'baskerville', times;
  font-kerning: auto;
  font-language-override: normal;
  font-feature-settings: 'kern', 'liga', 'dlig', 'hlig', 'cswh';
}

ol, ul {
  margin:0;
  padding: 0 0 0 1.5rem;
  text-indent: 0;
  list-style-type: 0;
  font-size: 18px;
  line-height: 26px;
}

li{
  color: #333366;
  padding: 0.8rem 0rem 0.8rem 1rem;
}

li::marker {
    color: rgba(241, 109, 14, 1.0);
}
/*------------------
 * Custom styling
 *------------------*/

.expertise h3{
  font-family: 'baskerville', times;
  font-size: 2,5rem;
  color: rgba(241, 109, 14, 1.0);
}

.expertise [role=doc-subtitle]{
  font-size: 18px;
  color: #333366;
}

.employment h3{
  font-family: 'baskerville', times;
  font-size: 2,5rem;
  color: rgba(241, 109, 14, 1.0);
}

.employment [role=doc-subtitle]{
  font-size: 18px;
  color: rgba(71, 73, 114, 1.0);
}

/* --------------------
 * Column Block Vertical Split
 * -------------------*/
.columns-block {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.blocks {
  box-sizing: border-box;
}

.left-col-block {
  width: 50%;
  text-align: center;
  overflow: hidden;
  position: fixed;
  left: 0;
}

.right-col-block {
  width: 50%;
  position: absolute;
  right: 0;
  box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1024px) {
  .left-col-block {
    width: 100%;
    position: relative;
  }

  .right-col-block {
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}

/*---------------------------
* Section Wrapper
*---------------------------*/

.section-wrapper {
  padding: 50px;
}
/*---------------------------
* Section Title
*---------------------------*/

.section-title {
  margin-bottom: 15px;
}

/* --------------------
 * Section Background
 * -------------------*/
.shaded-bg {
  background-color: rgba(71, 73, 114, 0.025);
}

/*-------------------
 * Section Wrapper
 *-------------------*/


@media (max-width: 510px) {
  .section-wrapper {
    padding: 30px 20px;
  }

  footer.footer {
    padding: 10px 50px;
  }
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/
.header {
  padding: 0;
  margin: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.0);
  vertical-align: middle;
  position: relative;
  box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.23);
}

.header .profile-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-profile-2024.jpg);
  background-size: cover;
  background-position: center top;
}

.header .profile-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-30deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 10%,
      transparent 30%,
      transparent 80%);
}

.header .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10%;
  text-shadow: #000000 0 0 15px;
}

.header .content h1{
  font-size: 56px;
  color: #ffffff;
  margin: 0;
}

.header .content p {
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
}

.header .btn {
  margin-top: 40px;
}

.header .content .social-icon {
  margin: 0;
  padding: 0;
  display: block;
}

.header .content .social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header .content .social-icon li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
}

.header .content .social-icon li a:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4)
}

@media (max-width: 1024px) {
  .header .profile-img {
    z-index: 1;
  }

  .header .content {
    z-index: 2;
  }
}

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */
/* Copyright */
.footer {
  padding: 30px 50px;
  background-color: rgba(78,83,117,1.0);
}

.footer .copyright-section {
  font-size: 14px;
  color: #888888;
}

.footer .copyright-section .copytext {
  color: #ffffff;
  opacity: 0.25;
  font-weight: 400;
  display: block;
}
