/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v15-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/raleway-v19-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v19-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v19-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #f2f3f8;
  padding: 30px;
  color: #fff;
  background-color: #eee;
  height: 700px;
  background: -webkit-linear-gradient(
      rgba(52, 73, 94, 0.8),
      rgba(52, 73, 94, 0.8)
    );
  background: linear-gradient(rgba(52, 73, 94, 0.8), rgba(52, 73, 94, 0.8));
  background-size: cover;
  box-sizing: border-box;
  margin-left: 336.5px;
  margin-right: 336.5px;
  margin-top: 130px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}
h1 {
  font-family: "Raleway", "Calibri Light", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #34495e;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  font-size: 56px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 61.6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 100000px;
}
p {
  margin: 0 0 10px;
  color: rgb(255, 255, 255);
  font-size: 21px;
  /* font-weight: 200; */
}
p:first-child {
  margin-top: 20px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #34495e;
  width: 100%;
  margin: 5px auto;
  border-color: #eee;
}
a {
  color: rgb(158, 183, 255);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #abd3f4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  border-radius: 50%;
  padding-right: 10px;
}
header {
  display: flex;
  height: 150px;
}
@media screen and (max-width: 768px) {
  header {
    height: 100px;
  }
  img {
    height: 100px;
  }
  body {
    width: 700px;
    margin: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  h1{
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 18px;
    /* font-weight: 100; */
  }
}