/* Fonts */
@font-face {
  font-family: 'Calisto-MT';
  src: url(../fonts/Calisto-MT.ttf); }

@font-face {
  font-family: 'Calisto-MT-Italic';
  src: url(../fonts/Calisto-MT-Italic.ttf); }

@font-face {
  font-family: 'Calisto-MT-Bold';
  src: url(../fonts/Calisto-MT-Bold.ttf); }

/* Colors */
:root {
  --text-color:#222;
}
/* Universal style */
* {
  margin: 0;
  padding: 0;
  font-family: "Calisto-MT"; 
}
html {
  height: 100%; }

body {
  min-height: 100%; }

a {
 color: var(--text-color) }
ol{
  align-self: center;
  width: max-content;
}
li {
  font-size: 28px;
  text-align: center;
  list-style: disc;} 
  @media (max-width: 500px) {
    li {
      font-size: 19px; } }
  @media (max-width: 354px) {
    li {
      font-size: 15px; } }

.universal-h2 {
  font-size: 60px;
  text-align: center;
  color: #222; }
  @media (max-width: 1250px) {
    .universal-h2 {
      font-size: 40px; } }
  @media (max-width: 354px) {
    .universal-h2 {
      font-size: 35px; } }

.universal-h3 {
  font-size: 28px;
  color: var(--text-color);
  text-align: center;
  padding-bottom: 10px; }
  
.universal-h4 {
  font-size: 30px;
  text-align: center;
  color: var(--text-color) }

.universal-h2-bckg {
  background-image: url("../images/double-line.png");
  background-repeat: no-repeat;
  background-position: center bottom; ;}

.site-container {
  /* max-width: 1550px; */
  margin: 0 auto; 
  min-height: 100%; }
  @media (max-width: 992px) {
    .site-container {
      width: 98%; } }

.bckg-left  {
  position: fixed;
  background-image: url("../images/left.jpg");
  image-orientation: from-image;
  background-color: #B7C8DA;
  background-position: right;
  background-size: cover;
  top: -75px;
  left: 0;
  height: calc(100% + 4.7em);
  width: 50%;
  z-index: -2; }
  .bckg-left :after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; }
  @media (max-width: 992px) {
    .bckg-left {
      width: 120%;
      background-position: center;
      z-index: -1; } }
  
.bckg-right {
  position: absolute;
  background-color: #B7C8DA;
  background-position: center;
  background-size: cover;
  border-left: double 3px;
  top: -75px;
  right: 0;
  height: calc(100% + 4.7em);
  width: 50%;
  z-index: -1; }
  .bckg-right :after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; }
    @media (max-width: 992px) {
      .bckg-right {
        width: 0;
      border: none; } }

.about-me-inner {
  display: flex;
  justify-content: flex-end; 
  padding-top: calc(30% - 15em);
  padding-bottom: 54px;}
  
  @media (max-width: 992px) {
    .about-me-inner {
      flex-direction: column;
      align-items: center; } }

.about-me-slider {
  position: relative; }
  .about-me-slider .slick-arrow {
    position: absolute;
    bottom: -11%; }

.about-me-slider .slick-prev {
  left: 35%; }

.about-me-slider .slick-next {
  right: 35%; }

.span-arrow {
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.3s ease; }
.span-arrow:hover {
  color: #fff;
  border-color: #fff; }
.arrow {
  border: solid #222;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin: 13px;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

img.about-me__profile {
      padding: 7px;
      background-color: darkgray;
  }

.portfolio-wrapper {
  width: 446px;
  padding: 8px;
  text-align: center;
}
  .portfolio-wrapper .portfolio__img {
    font-size: 0; }
    .portfolio-wrapper .portfolio__img img {
      width: 100%; }
  .portfolio-wrapper .portfolio__bottom {
    padding: 35px 0 35px;
    background-color: #f5f5f5; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__bottom {
        padding: 25px 0; 
        border-radius: 3px;
      } }
  .portfolio-wrapper .portfolio__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 23px; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__name {
        margin-bottom: 10px; } }
    .portfolio-wrapper .portfolio__name span {
      font-size: 90px;
      line-height: 75px;
      color: #c18f59;
      font-family: "Calisto-MT-Bold"; }
      @media (max-width: 992px) {
        .portfolio-wrapper .portfolio__name span {
          font-size: 65px;
          line-height: 62px; } }
  .portfolio-wrapper p {
    padding: 0 10%;
    line-height: 25px;
    font-style: italic;
    color: rgb(71, 67, 67); }
    @media (max-width: 620px) {
      .portfolio-wrapper p {
        font-size: 22px;
        line-height: 20px; } }
  @media (max-width: 992px) {
    .portfolio-wrapper {
      margin-bottom: 20px; } }
  @media (max-width: 620px) {
    .portfolio-wrapper {
      width: 90%; } }

.about-me__text {
  width: 50%;
  text-align: center; 
  align-items: stretch;
}
  .about-me__text .universal-h2 {
    padding-bottom: 20px;
    margin-bottom: 25px; 
  }
  .about-me__text p {
    margin-bottom: 35px;
    line-height: 20px;
    color: var(--text-color); 
    font-size: 22px; }
    .about-me__text p span {
      font-size: 48px;
      color: var(--text-color); }
    @media (max-width: 620px) {
      .about-me__text p {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 19px; } }
  .about-me__text h4 {
    margin-bottom: 7px;
    font-size: 25px;
    color: #c18f59; }
  .about-me__text .p-white {
    margin-bottom: 0;
    color: #fff; }
  @media (max-width: 1250px) {
    .about-me__text {
      width: 50%;} } 
  @media (max-width: 992px) {
    .about-me__text {
      width: 100%;
      background-color: #B7C8DA;
      border-radius: 3px;
      margin-right: 0; 
    opacity: 0.95;} }

.image-slide {
  display: flex;
  align-items: center; 
  justify-content: center;
}       
    
.contact-form {
  width: 90%; 
  align-items: center;}
  .contact-form .contact-form__input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .contact-form .contact-form__input input {
      width: 40%;
      padding: 20px;
      border: 1px solid #404040;
      background-color: #ffffff;
      color: #c18f59; }
      .contact-form .contact-form__input input::placeholder {
        color: #aaa; }
      @media (max-width: 1250px) {
        .contact-form .contact-form__input input {
          width: 45%; } }
      @media (max-width: 520px) {
        .contact-form .contact-form__input input {
          width: 100%; } }
  .contact-form textarea {
    box-sizing: border-box;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #404040;
    background-color: #ffffff;
    resize: none;
    color: #c18f59; }
  .contact-form .submit-button {
    padding: 19px 50px;
    font-size: 16px;
    color: #fff;
    background-color: #c18f59;
    border: 1px black solid;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease; }
    .contact-form .submit-button:hover {
      background-color: #777; }
  @media (max-width: 1250px) {
    .footer-contact-form {
      width: 100%; } }


.privacy {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.privacy li{
  font-size: 18px;
}

/* Footer */
.footer{ 
  position: fixed;
  display: flex;
  bottom: 2%;
  left: 51%;
  right: 2%;
  align-items: flex-end; 
  grid-column: 1 / 3;}
  @media (max-width: 992px) {
    .footer {
      color: white;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: initial;
      margin: 1%;
      text-align-last: center; }
  @media (max-height:700px) {
    .footer{
      position: initial;
    }
  }
  .footer a{
    color: white;
  }
}

.footer-left {
  display: inline-flex;
  flex: auto; }
  @media (max-width: 1250px) {
    .footer-left { 
      margin-right: 3%;
    } }
  @media (max-width: 992px) {
    .footer-left {
      color: white;
      flex: auto;
      font-size: 16px;
      margin-right: 0;} 
  }
  .footer-left a{
    color: var(--text-color);
  }@media (max-width: 992px) {
    .footer-left a {
      color: white;

    }}

.footer-right {
  font-size: 12px;
  flex: none;}
/* Footer end */

/* wraps long link in privacy policy */
.longlink {
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
