/* -------------------------------- 

Primary style

-------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);


body {   
  font-family: 'Arimo', sans-serif;
  }

::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: white; 
    background: #DADFE1;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-weight: 300;
  background-color: white;
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

a {
  color: inherit;
  border-bottom: 1px solid #5A52FF;
}

a:hover {
  border-bottom: 1px solid black;
  color: #000000;
  text-decoration: none;
}

i {
    font-style: italic;
}

b {
	font-style: bold;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #544758;
  letter-spacing: 0.3px;
}

h1 {
	font-size: 42px;
  line-height: 55px;
  color:  #5A52FF;
}

h2 {
	font-size: 28px;
  margin: 5px 0px 5px 18px;
}

.headline {
  font-size: 28px;
  margin: 5px 0px 5px 0px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
	font-size: 1rem;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 0.8rem;
}

h6 {
	font-size: 0.7rem;
}

figure {
  margin: 40px 0 80px 0;
}

#juro figure, #kalo figure {
   margin: 40px 0 40px 0 !important;
}

span {
  color: #5A52FF;
  letter-spacing: 1px;
}

.projects img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

figcaption {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #544758;
  letter-spacing: 0.3px;
}

figcaption p {
  margin-top: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: #544758;
  letter-spacing: 0.3px;
}

.title {
  border-bottom: 0px !important;
}

.underline_title {
  text-decoration: none;
}

.img_link:hover {
  opacity: 0.8;
}

.text-arrow{

}

 .client-banner {
            display: flex;
            justify-content: flex-start;
            overflow: hidden;
            align-items: center;
            flex-wrap: wrap;
            background-color: #ffffff;
        }
.client-banner img {
            margin: 15px;
            margin-left: 0;
            margin-right: 9%;
            max-width: 120px;
            max-height: 100px;
        }

 .client-banner-wrapper {
            display: flex;
            animation: scroll 20s linear infinite; /* Continuous scrolling animation */
        }


.client-banner a {
            display: inline-block;
        }


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.margin-top-l {
  margin-top: 100px;
}

.margin-top-m {
  margin-top: 60px;
}


.margin-top-s {
  margin-top: 50px;
}

.margin-bottom-l {
  margin-bottom: 100px;
}

.margin-bottom-m {
  margin-bottom: 40px;
}

.margin-bottom-s {
  margin-bottom: 20px;
}


/* -------------------------------- 

Main style

-------------------------------- */

.profile {
  width: 46%;
  opacity: 0.7;
}

.line {
  height: 1px;
  background-color: #5A52FF;
  width: 100%;
}

.last-figure {
  margin-bottom: 20px !important;
}

a.portfolio {
    font-size: 42px;
    margin-top: 60px;
    margin-bottom: 0px;
    display: inline-block;
    border-bottom: 0px;
}

a.portfolio:hover {
  border-bottom: 0px;
  color: #5A52FF;
}

.arrow {
  width: 25px !important;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.col-xs-1 {
    width: 30px;
    margin-right: 45px;
}

.case-study{
  margin-top: 50px;
  border-left: 1px solid #5A52FF;
}


@media screen and (max-width: 768px) {

  p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.introduction .margin-top-l {
  margin-top: 50px;
}

.contact .margin-bottom-l {
  margin-bottom: 50px;
}

  h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 18px;
}


  }


