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;
}

footer {
  margin-top: 0;
}

#header {
  text-align: center;
  margin-top: 3.125rem;
}

#title {
  margin: 0;
  padding-top: 1.875rem;
  margin-bottom: -0.625rem;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.4;
}

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

@media only screen and (min-width: 751px) {
  #title {
    margin-left: -10.9375rem;
    margin-bottom: -1.875rem;
  }
  #subtitle {
    margin-left: 10.9375rem;
  }
}
@media only screen and (max-width: 750px) {
  #title {
    font-size: 2.5rem;
  }
  #subtitle {
    font-size: 1.875rem;
  }
}

#aboutme-section {
  text-align: left;
  max-width: 56.875rem;
  margin: 2.1875rem auto 3.125rem;
  font-size: 1.3125rem;
}
.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:nth-child(odd) {
  background: #fff;
}
.page-section:nth-child(even) {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-width: 1px 0;
  text-shadow: 0 1px #fff;
}

.page-section {
  color: #615d6d;
  text-align: center;
  padding: 2.5rem 0;
}

.page-section .section-title {
  font-size: 2.125rem;
  text-align: center;
}

@media only screen and (max-width: 650px) {
  .page-section .section-title {
    font-size: 1.75rem;
  }
}
html, body { background: #cde0fd; }
#header { padding: 6.25rem 0 7.5rem; color: #184377; }
#header a { color: #184377; text-decoration: underline;}
#header a:hover { color: #3380d4;}
#header img { height: 10rem; margin-top: 1.25rem; }
@media only screen and (max-width: 750px) {
#header { padding: 4.5rem 0 5.5rem; }
#header img { height: 6rem; margin-top: 1rem; }
}
#services {
  display: block;
  margin: 0 auto;
  text-shadow: 0 1px #fff;
}
#services .service {
  display: inline-block;
  padding: 0.825rem;
  font-size: 1.35rem;
  cursor: default;
  vertical-align: top;
  width: 20rem;
}
#services .service:hover {
  background: #fafafa;
}
@media only screen and (max-width: 999px) {
  #services .service {
    padding: 0.625rem;
    font-size: 1.125rem;
  }
}
#services-list {
  margin-bottom: 15px;
}

#clients,
#qualifications {
  max-width: 56.875rem;
  margin: 0 auto;
}
#clients-subtitle {
  font-size: 1.375rem;
  margin: 1.25rem 0 1.875rem;
}
#clients .client-img {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem;
  transition: transform 150ms;
}
#clients .client-img img {
  height: 5rem;
}
#clients .client-img:hover {
  box-shadow: 0 0 10px #aaa;
  transform: scale(1.1);
}

#shinyapps-big {
  overflow: hidden;
  margin-top: 2.5rem;
}
#shinyapps-big .shinyapp {
  color: #3d3852;
  margin: 0 1.875rem 3.75rem;
  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;
}
#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;
}
#shinyapps-big[data-columns]::before {
	content: '3 .grid-col.size-1of3';
}
@media only screen and (max-width: 650px) {
  #shinyapps-big .shinyapp {
    margin:0 0.9375rem 1.875rem;
  }
  #shinyapps-big[data-columns]::before {
    content: '2 .grid-col.size-1of2';
  }
}
@media only screen and (max-width: 500px) {
  #shinyapps-big[data-columns]::before {
    content: '1 .grid-col.size-1of1';
  }
}

.grid-col {
  display: inline-block;
  vertical-align: top;
  max-width: 28.125rem;
}
.size-1of3 {
  width: 33.333%;
}
.size-1of2 {
  width: 50%;
}
.size-1of1 {
  width: 100%;
}

#qualifications-list {
  text-align: left;
  margin-top: 1.875rem;
  font-size: 1.3125rem;
}
