/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
  /* background-image: url('../images/ssr_background.svg'); */
  background-color: #7da7b9;
  /* background-size: cover;
  background-repeat: no-repeat; */
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.3;
}

.space {
  background: #fff;
  padding-top: 25%;
  display: block;
}

@media (min-width: 768px) {
  .space {
    padding-top: 15%;
  }
}

@media (min-width: 1300px) {
  .space {
    padding-top: 10%;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.outer-wrapper {
  background: #7da7b9;
  color: #fff;
  padding: 0 10%;
  width: 100%;
}

.divider {
  height: 1px;
  background: #fff;
  max-width: 80px;
  display: block;
  margin: 40px auto;
  opacity: .6;
}

.front .outer-wrapper {
  padding: 0 10% 100px;
  text-align: center;
}

.skills {
  padding: 100px 0 0;
}

.skills .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 670px;
  padding-bottom: 20px;
}

.skills img {
  /* filter: grayscale(100%); */
  width: auto;
  height: 20px;
  margin: 20px;
  display: inline-block;
  opacity: .95;
}

.skills img.big {
  height: 35px;
}

.logo {
  display: inline-block;
  margin-top: -60px;
  width: 120px;
  height: 120px;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  background: #42556e;
  position: fixed;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  padding: 7px 10px;
  text-align: center;
}

.contact {
  padding-top: 20px;
}

.contact a {
  font-weight: 400;
}

.contact a {
  display: inline-block;
  margin: 3px 0;
}

h1 {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01px;
  margin: 20px 0 10px 0;
}

h2.subline {
  font-weight: 300;
  font-size: 22px;
}

h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  font-weight: 400;
  font-size: 16px;
}