.container {
  width: 80%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .container {
      width: 90%; } }
  @media screen and (min-width: 1300px) {
    .container {
      width: 1200px; } }

.btn {
  display: inline-block;
  border: 2px solid #3ae3ff;
  border-radius: 10px;
  width: 206px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 1px;
  transition: all, .5s, ease-in-out; }
  .btn:hover {
    background-color: #3ae3ff; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  header .logo {
    height: 40px;
    margin-top: 40px; }
    @media screen and (min-width: 375px) {
      header .logo {
        height: 60px;
        margin-top: 60px; } }
    @media screen and (min-width: 600px) {
      header .logo {
        height: 80px;
        margin-top: 80px; } }

footer {
  float: left;
  display: block;
  height: 52px;
  width: 100%;
  padding: 40px 0; }
  footer ul {
    display: block;
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      color: #666666;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
      footer ul li a {
        color: #666666;
        text-decoration: none;
        transition: all, .25s ease-in-out; }
        footer ul li a:hover {
          color: #00476d; }
      footer ul li:nth-child(1) {
        float: left;
        display: block;
        height: 52px;
        width: 100%;
        padding: 0 0 10px; }
        footer ul li:nth-child(1) img {
          float: left;
          height: 52px; }
      @media screen and (min-width: 768px) {
        footer ul li {
          float: left;
          margin-right: 20px;
          padding-top: 13px; } }
      @media screen and (min-width: 1024px) {
        footer ul li {
          margin-right: 0;
          margin-left: 25px; }
          footer ul li:nth-child(1) {
            float: left;
            width: auto;
            margin-left: 0; } }
      @media screen and (min-width: 1300px) {
        footer ul li {
          margin-left: 50px; } }

.intro {
  z-index: 1;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 40px; }
  .intro::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(16, 78, 117, 0.9) 0%, rgba(118, 181, 220, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(16, 78, 117, 0.9) 0%, rgba(118, 181, 220, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(16, 78, 117, 0.9) 0%, rgba(118, 181, 220, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6104e75', endColorstr='#cc76b5dc',GradientType=0 );
    height: 100%;
    width: 100%; }
  .intro .container {
    padding-top: 160px; }
    @media screen and (min-width: 568px) {
      .intro .container {
        padding-top: 200px; } }
    @media screen and (min-width: 768px) {
      .intro .container {
        padding-top: 320px; } }
  .intro h1 {
    max-width: 725px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }
    .intro h1 span {
      color: #3ae3ff; }
    @media screen and (min-width: 768px) {
      .intro h1 {
        font-size: 38px;
        line-height: 44px; } }
  .intro .btn {
    margin-top: 40px; }
    @media screen and (min-width: 568px) {
      .intro .btn {
        margin-top: 60px; } }
  @media screen and (min-width: 568px) {
    .intro {
      padding-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    .intro {
      padding-bottom: 120px; } }

.services {
  display: block; }
  .services a {
    float: left;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 122px;
    width: 50%;
    overflow: hidden; }
    .services a::before {
      z-index: 2;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      height: 100%;
      width: 0;
      background: rgba(255, 255, 255, 0.25);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
    .services a:hover::before {
      -webkit-animation: circle 2s;
      animation: circle 2s; }
@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
    @media screen and (min-width: 400px) {
      .services a {
        height: 144px; } }
    @media screen and (min-width: 568px) {
      .services a {
        height: 200px;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .services a {
        height: 244px; } }
    @media screen and (min-width: 1024px) {
      .services a {
        height: 188px;
        width: 25%; } }
    @media screen and (min-width: 1300px) {
      .services a {
        height: 288px; } }

/*# sourceMappingURL=stylesheet.css.map */
