/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 21, ../sass/screen.scss */
* {
  outline: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 28, ../sass/screen.scss */
body {
  min-width: 661px;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #262629;
  background-color: #13500b;
  background: url(../img/bg.jpg) no-repeat center top, #13500b;
  background-size: 1920px 977px;
  background-position: center top;
}

/* line 40, ../sass/screen.scss */
a, a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 44, ../sass/screen.scss */
.center {
  position: relative;
  width: 661px;
  margin: 0 auto;
}

/* line 49, ../sass/screen.scss */
.header-center {
  position: relative;
  min-height: 594px;
}

/* line 53, ../sass/screen.scss */
.btn-wran {
  position: absolute;
  bottom: 0;
  left: calc(50% - 206px);
  z-index: 1;
  width: 413px;
  height: 197px;
  padding-top: 62px;
  background: url(../img/srite.png) no-repeat;
  background-position: 1px 0;
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-moz-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
/* line 95, ../sass/screen.scss */
.btn {
  display: block;
  width: 380px;
  height: 108px;
  margin: 0 auto;
}

/* line 101, ../sass/screen.scss */
.btn-wran:hover,
.btn:hover {
  animation: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 110, ../sass/screen.scss */
.footer {
  height: 384px;
  padding-top: 115px;
}

/* line 114, ../sass/screen.scss */
.footer .center {
  height: 186px;
  margin: 0 auto;
  background: url(../img/srite.png) no-repeat;
  background-position: 0px -197px;
}
