@font-face {
    font-family: kerstinfont;
    src: url(../fonts/ArchitectsDaughter-Regular.ttf);
    font-display: swap;
  }

body {
    font-size: 15px;
    color: #11353A;
    background-color: #fff;
    letter-spacing: 1px;
}

#slide-wrapper {
    height: 80vh;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6)
}

.slides-navigation {
    z-index: 6;
}

.slides-navigation .prev,
.slides-navigation .next {
    width: 43px;
    height: 43px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slides-navigation a.prev {
    left: 20px;
    background-image: url(../images/icons/prev.png)
}

.slides-navigation a.next {
    right: 20px;
    background-image: url(../images/icons/next.png)
}

.titleMessage {
    position: absolute;
    width: 100%;
    height: 250px;
    top: 60%;
    z-index: 5;
    margin-top: -125px;
    text-align: center;
}

.titleMessage .heading p {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    font-weight: 100;
    letter-spacing: 4px;
}

.titleMessage .heading .main {
    font-family: kerstinfont;
    font-size: 40px
}

.titleMessage .heading .sub {
    font-size: 20px
}

.section {
    padding: 50px 0px;
}

.aboutImage {
    max-width: 80%;

}

.skillsSection,
.contactSection {
    background-color: #41766f;
    color: #fff;
}

.skill {
    text-align: center;
    margin-left: 20px;
}

.skill h5 {
    padding-top: 20px;
    padding-bottom: 60px;
}

.skillsSection p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.skillsSection h6 {
    padding-top: 20px;
}

.chart {
    position: relative;
    width: 152px;
    height: 152px;
    display: inline-block;
    text-align: center;

}

.chart canvas {
    position: absolute;
    left: 0;
    top: 0;

}

.chart .percent {
    line-height: 152px;
    display: inline-block;
    font-size: 20px;
}

.chart .percent:after {
    content: '%';
}

.squareItem {
    margin-top: 30px;
    position: relative;
}

.squareInnerContainer {
    position: relative;
    padding: 50px 15px 35px;
    text-align: center;
    border: 2px solid #444;
    border-top: none;
}

.squareInnerContainer:before,
.squareInnerContainer:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 30%;
    border-bottom: 2px solid #444;
}

.squareInnerContainer:before {
    right: 0px;
}

.squareInnerContainer:after {
    left: 0px
}

.squareContent h2 {
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #e74c3c;
}

.squareContent h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.contactButton {
    color: #11353A;
    padding: 15px 20px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid #11353A;
    border-radius: 2px;

}

.contactButton:hover {
    text-decoration: none;
    color: #fff;
    background-color: #41766f;
    border: 1px solid #11353A;
}

.contactSection {
    margin-bottom: 50px;
}

.link {
    color: #11353A;
    background-color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 0px;
    border: 1px solid #11353A;
    border-radius: 2px;
}

.link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #11353A;
}

.timeline {
    border-left: 1px solid #41766f;
    position: relative;
    list-style: none;
    color: #11353A;
}

.timeline .timeline-item {
    position: relative;
    color: #6D301B;
}

.timeline h6 {
    color: #8B4B15;
}

.timeline h2 {
    color: #11353A;
}

.timeline .text-experience {
    color: #11353A;
    margin-bottom: 0px;
}


.timeline .timeline-item:after {
    position: absolute;
    display: block;
}

.timeline .timeline-item:after {
    background-color: #41766f;
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 7px;
}

.timeline li {
    color: #11353A;
}

.timpeline p {
    padding-top: 5px;
}

.copyrightSection .container {
    background-color: #fff;
    color: #11353a;
    padding: 50px 0px;
}

.copyrightSection p {
    margin-top: 20px;
}

.copyrightSection h4 {
    font-family: kerstinfont;
    font-size: 30px;
}

.coursesSection h6 {
    color: #8B4B15;
}

.coursesSection h5 {
    color: #6D301B
}


.coursesSection h2 {
    margin-bottom: 50px;
}

#navigation {
    background-color: #fff;
    padding: 20px 10px;
    z-index: 100;
    width: 100%;
}

#navigation li a {
    padding: 0 30px;
    color: #6D301B;
}

.navbar-brand,
.navbar-brand:hover {
    font-family: kerstinfont;
    color: #11353A;
    font-size: 20px;
}

.fixedNav #navigation {
    position: fixed;
    top: 0;
}


#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    border-radius: 40px;
    background-color: #11353A;
    border-color: #11353A;

}

#parallax {
    background-image: url("../images/unsplash-worktable.jpg");
    min-height: 300px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax2 {
    background-image: url("../images/unsplash-ux design.jpg");
    min-height: 300px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#description h4 {
    margin: 5px 0px 5px 0px;
}

#parallax3 {
    background-image: url("../images/Website/MacPC mockup.png");
    min-height: 500px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax4 {
    background-image: url("../images/Communication/IMAG1212.jpg");
    min-height: 500px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax5 {
    background-image: url("../images/Exhibition/DSC02776.jpg");
    min-height: 500px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax6 {
    background-image: url("../images/UX/Frame 2.png");
    min-height: 500px;
    max-height: 600px;
    max-width: inherit;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#portfoliotitle hr {
    width: 6%;
    margin-left: 0px;
    height: 6px;
    background-color: #6D301B;
    border: none;
    opacity: 1;
}

#description hr {
    width: 6%;
    margin-left: 12px;
    height: 6px;
    background-color: #6D301B;
    border: none;
    opacity: 1;

}

#about hr {
    width: 12%;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    height: 6px;
    background-color:#6D301B;
    border: none;
    opacity: 1;

}


a.nav-link:hover {
    color: #D1711F !important;
}

a.dropdown-item:hover {
    color: #D1711F !important;
}

a.dropdown-item:active {
    background-color: white;
}

a.hover-red:hover {
    color: #6D301B !important;
}

#portfolio a:link {
    color:#fff ;
    background-color: transparent;
    text-decoration: none;
  }

  #portfolio a:hover {
    color: #11353A;
    background-color: transparent;
    text-decoration:none;
  }

  #portfoliotitle a {
    color:#11353A ;
    background-color: transparent;
    text-decoration: underline;
  }

  #portfoliotitle a:hover {
    color: #769894;
    background-color: transparent;
    text-decoration:none;
  }

  #portfoliotitle2 a {
    color:#11353A ;
    background-color: transparent;
    text-decoration: underline;
  }

  #portfoliotitle2 a:hover {
    color:#769894;
    background-color: transparent;
    text-decoration:none;
  }


  #contactabout a {
    color: #6D301B;
    background-color: transparent;
    text-decoration: underline;
  }

  #contactabout a:hover {
    color: #D1711F;
    background-color: transparent;
    text-decoration: none;
  }