body {
  font-family: 'Roboto', sans-serif;
}

.english {
  font-size: 0.9rem;
}

.noUnderline:hover{
  text-decoration: none;
}

#logo {
    margin: 25px 0 25px 0;
}

#menu {
  text-align: center;
  font-size: 1.2rem;
}

#menu span {
  padding: 5px;
}

#menu span:hover {
  cursor: context-menu;
}

#menu span .menu:hover {
  text-decoration: underline;
  cursor: context-menu;
}


#slider {
  margin: 25px 0 25px 0;
  background-color: black;
  display: inline-flex;
}

@media (max-width: 992px) {
  .hide {
    display: none;
  }
}


#introduction h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

#introduction h1 span {
  font-weight: 800;
}

#introduction h2 {
  padding: 10px 0 10px 0;
  font-weight: 100;
}

#introduction {
  font-size: 1.2rem;
  line-height: 2rem;
}

#myStory {
  margin-left: 0;
}

.blur {
  -webkit-filter: blur(2px);filter: blur(2px);
}

.page-section {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

.bg-faded {
  background-color: #e3f2f3;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

blockquote {
  border-left: 10px solid #96979b;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #96979b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-weight: 400;
}
blockquote p {
  display: inline;
}

.author {
  text-align: right;
  font-style: italic;
}

#whatCanIdoForYou h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  margin: 30px 0;
}

#whatCanIdoForYou h2 span {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 5px;
}

.featuredTitle {
  font-weight: 800;
  text-align: center;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

.featured {
  text-align: center;
}


.contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 0 0 0 8%;
}
.contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 0 8%;
}
.contact-form input,
.contact-form textarea {
  width: 400px;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #242424;
}
.contact-form .btn-send {
  background: white;
  width: 180px;
  height: 60px;
  color: black;
  font-weight: 700;
  margin: 2% 8%;
  border: 1px solid #B7B7B7;
}

#contactMe {
  padding-top: 4rem;
  background-color: #e3f2f3;
}

a {
  color: #000606;
}

a:hover {
  color: #000606;
  text-decoration: underline;
}

#clientStories {
  margin-top: 30px;
}

.succesStoriesParagraph {
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
}

.click4moreRow {
  display: flex;
  justify-content: center;
}

.click4more {
  background: white;
  width: 250px;
  height: 60px;
  color: black;
  font-weight: 700;
  margin: 2% 8%;
  border: 1px solid #B7B7B7;
}

.click4more:hover {
  background-color: #e3f2f3;
}


@import "lesshat";

.ba-slider {
    position: relative;
    overflow: hidden;
}@import "lesshat";

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;

  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;

  content: "\21d4";
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;

  background: #ffb800; /* @orange */
  border: 1px solid #e6a600; /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}


.ba-slider img {
    width: 100%;
    display:block;
}

.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;

  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;

    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;

    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3),
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}
