body, html {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

p a {
  text-decoration: none;
  color: #1E6DE8;
}
p a:hover{
  text-decoration: underline;
  color: #1E6DE8;
}

.cut1 {
  clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 4vw));
}
.cut2 {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 4vw),0 100%);
}
.cut-buffer {
  width: 100%;
  height: 4vw;
  background: #f5f5f5;
  margin-top: -4vw;
}
.page-section.cut1,
.page-section.cut2 {
  padding: 4.5rem 0 calc(4.5rem + 4vw);
}
@media only screen and (max-width: 1899px) {
  .page-section.cut1,
  .page-section.cut2 {
    padding: 4.5rem 0 calc(4.5rem + 5vw);
  }
}

footer {
  border-top: 0;
  margin-top: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 650px) {
  #particles-js {
    display: none;
  }
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: -100% 0; }
}
#header {
  text-align: center;
  margin-top: 3.125rem;
  background: #05172d;
  padding: 10rem 0 13rem;
  color: #fff;
  background-image: url(/assets/img/stardust-bg.png);
  animation: animatedBackground 100s linear infinite;
}
#header h1,
#header h2 {
  font-family: Roboto;
}

#header a {
  color: #fff;
  text-decoration: underline;
}
#header a:hover {
  color: #3380d4;
}
#header-inner {
  display: inline-block;
}

#title {
  margin: 0 0 -1.875rem -10.9375rem;
  font-size: 6.375rem;
  font-weight: 700;
  line-height: 1.4;
}

#subtitle  {
  font-weight: normal;
  margin: 0;
  margin-left: 10.9375rem;
  font-size: 2.8125rem;
  line-height: 1.5;
}

#sub-subtitle {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 3.75rem;
}

#header .actionbtn-out {
  margin: 0;
}
#header .actionbtn {
  margin-top: 7rem;
  color: #fff;
  background: #05172d;
  border: 2px solid #fff;
}
#header .actionbtn:hover,
#header .actionbtn:focus {
  color: #05172d;
  background: #fff;
}
.actionbtn {
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .actionbtn {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1899px) {
  #header {
    padding: 10rem 0;
  }
}

@media only screen and (max-width: 750px) {
  #header {
    padding: 4.5rem 0.5rem 5.5rem;
  }
  #title {
    margin: 0 0 -0.625rem;
    font-size: 3rem;
  }
  #subtitle {
    margin-left: 0;
    font-size: 1.875rem;
  }
  #sub-subtitle {
    font-size: 1.2rem;
  }
}

#aboutme-section {
  text-align: left;
  max-width: 56.875rem;
  margin: 0 auto;
  font-size: 1.3125rem;
}
#aboutme-list {
  margin-top: 2rem;
}
.about-text {
  position : relative;
  padding: 0 0.3125rem;
  line-height: 1.5;
  margin: 1rem 0;
}
.about-text strong {
  font-weight: 600;
}
.about-text .about-icon {
  position: absolute;
  top: 0.3125rem;
}
.about-text .about-content {
  padding-left: 1.875rem;
  display: inline-block;
}

.page-section {
  margin-top: -1px;
  color: #615d6d;
  text-align: center;
  padding: 4.5rem 0;
  background: #fff;
}

.page-section.grey-section {
  background: #f5f5f5;
  text-shadow: 0 1px #fff;
}

.page-section .section-title {
  font-size: 5rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 650px) {
  .page-section .section-title {
    font-size: 2.75rem;
    margin-bottom: 3rem;
  }
  #clients-subtitle {
    margin-top: -2.5rem;
  }
}

#services {
  display: block;
  margin: 0 auto;
  text-shadow: 0 1px #fff;
}
#services .service {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.3;
  cursor: default;
  vertical-align: top;
  width: 27rem;
}
#services .service:hover {
  background: #fafafa;
}
#services .service-img {
  padding: 0 1rem;
}
#services .service-text {
  margin-top: -1rem;
}
#services-break {
  display: none;
}
@media only screen and (max-width: 1899px) {
  #services-break {
    display: block;
    margin-top: 4rem;
  }
  #services .service {
    margin: 0 2rem;
    width: 25rem;
  }
}
@media only screen and (max-width: 999px) {
  #services .service {
    padding: 1rem 0.625rem;
    font-size: 1.25rem;
    width: 20rem;
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #services-break {
    display: none;
  }
}

#services-list {
  margin: -1rem 0 4.375rem;
}

#aboutus-out, .aboutus-buffer {
  background: #f5f5f5;
  background-image: url(/assets/img/back-bg.png);
}
#aboutus, 
#values {
  padding: 0 1rem;
}

#aboutus-text,
#values-text {
  max-width: 1200px; 
  margin: 0 auto; 
  font-size: 1.5rem
}
@media only screen and (max-width: 750px) {
  #aboutus-text,
  #values-text {
    font-size: 1.25rem;
  }
}

#values-out, .values-buffer {
  background: #0a1236;
  background-image: url(/assets/img/triangles-bg.png);
  color: #fff;
}
#values-text {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  #values-text {
    margin-bottom: 4rem;
  }
}
#cta-out {
  margin: 0 auto;
  background: url(/assets/img/buildings.jpg);
  background-size: cover;
  background-position: 0 50%;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 5rem 0 6rem;
}
#clients-subtitle {
  font-size: 1.8rem;
  margin: -2.5rem 0 1.875rem;
  line-height: 1.3;
}
#client-logos {
  margin-top: 4rem;
}
#clients .client-img {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem;
  transition: transform 150ms;
  height: 6rem;
  width: 15rem;
}
@media only screen and (max-width: 650px) {
  #clients .client-img {
    width: 7rem;
    height: 3rem;
    padding: 0.3rem;
  }
}
#clients .client-img img {
  max-height: 100%;
  max-width: 100%;
}
#clients .client-img:hover {
  box-shadow: 0 0 10px #aaa;
  transform: scale(1.1);
}

#portfolio-out, .portfolio-buffer {
  background: #f5f5f5;
  background-image: url(/assets/img/maze-bg.png);
}

#shinyapps-big .shinyapp {
  display: inline-block;
  vertical-align: top;
  width: 25rem;
  color: #3d3852;
  margin: 0 1.125rem 2.5rem;
  background: #fff;
  transition: all 250ms;
  text-align: left;
  box-shadow: 0 0 1.25rem #ccc;
  border: 1px solid #eee;
}
#shinyapps-big .shinyapp:hover {
  box-shadow: 0 0 1.25rem #666;
  background: #f2f6f9;
  border-color: #aaa;
  transform: translateY(-10px);
}
#shinyapps-big .shinyapp .apptitle {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem;
}
#shinyapps-big .shinyapp .appimg {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
#shinyapps-big .applink {
  color: inherit;
  display: block;
  text-decoration: none !important;
}
#shinyapps-big .shinyapp .appdesc {
  padding: 0 0.9375rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 1899px) {
  #shinyapps-big .shinyapp {
    width: 20rem;
  }
}
@media only screen and (max-width: 999px) {
  #shinyapps-big .shinyapp {
    width: 20rem;
  }
}
@media only screen and (max-width: 750px) {
  #shinyapps-big {
    padding: 0 1rem;
  }
  #shinyapps-big .shinyapp {
    display: block;
    margin: 1.75rem auto;
    max-width: 100%;
  }
}
