body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 31px 0px 10px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #3d3d3d;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h2 {
margin: 72px 0px 13px;
padding-bottom: 0px;
font-family: Oswald, sans-serif;
color: #05b8ea;
font-size: 28px;
line-height: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.03em;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
width: auto;
margin-bottom: 5px;
float: none;
font-family: 'Open Sans', sans-serif;
color: #454545;
font-size: 25px;
line-height: 39px;
text-align: center;
}
img {
display: block;
width: 320px;
height: auto;
max-width: 100%;
margin-top: 155px;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-bottom: 0px;
float: none;
text-shadow: none;
vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: black;
  background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
  background-image: -o-linear-gradient(#ff8d5e, #d7624b);
  background-image: linear-gradient(#ff8d5e, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.button:hover {
  background-image: -webkit-linear-gradient(#ffa47d, #d7624b);
  background-image: -o-linear-gradient(#ffa47d, #d7624b);
  background-image: linear-gradient(#ffa47d, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.button.app-store {
  width: 154px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
  background-image: -o-linear-gradient(#ff8d5e, #d7624b);
  background-image: linear-gradient(#ff8d5e, #d7624b);
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
  text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
}
.section {
  height: 153px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  height: 900px;
  padding-bottom: 0px;
  background-image: url(../images/GOPR0282.jpg);
  background-position: 0px 116%;
  background-size: cover;
  background-repeat: repeat repeat;
  background-attachment: fixed;
  opacity: 1;
}
.section.white-bg {
  height: auto;
  background-image: none;
  box-shadow: none;
}
.section.white-bg.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey-bg {
  background-color: #f5f6f7;
}
.section.grey-bg.footer {
  text-align: center;
}
.section.purple {
  background-color: #745785;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -66px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.logo-in-header {
  margin-right: 12px;
  float: left;
}
.nav-link {
  margin-left: 21px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #ed7a56;
}
.nav-link.first {
  margin-left: 0px;
}
.nav-column {
  height: 64px;
  text-align: right;
}
.app-store-button {
  margin-left: 37px;
  padding: 5px 12px;
  border-radius: 8px;
  background-color: #837d99;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.app-store-button:hover {
  background-color: #ed7a56;
}
.hero-header {
  margin-top: 72px;
  margin-bottom: 19px;
  font-family: Oswald, sans-serif;
  color: #424242;
  font-size: 46px;
  text-align: center;
  text-shadow: white 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  color: rgba(115, 115, 115, 0.96);
  font-size: 15px;
  text-align: center;
  text-shadow: white 0px 2px 0px;
}
.section-big-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.organize-row {
  margin-top: 36px;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-left {
  height: 67px;
  padding-top: 6px;
  float: left;
  background-image: url(../images/Cyklamera_logo.png);
  background-size: cover;
  background-attachment: scroll;
}
.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #fa875b;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social-icon:hover {
  background-color: #ff6224;
}
.social-icon.last-icon {
  margin-right: 0px;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #ff5917;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
}
.header {
  height: 900px;
  background-image: url(../images/GOPR0282.jpg);
  background-position: 0px 39%;
  background-size: cover;
}

.tagline {
margin-top: 77px;
margin-bottom: 30px;
}

@media (max-width: 991px) {
  h1 {
    color: white;
  }
  p {
    color: white;
  }
  img {
    width: 202px;
    margin-top: 29px;
    padding-bottom: 69px;
  }
  .button {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section.hero {
    height: 600px;
    padding-top: 34px;
    padding-bottom: 1px;
    background-image: url(../images/GOPR0282.jpg);
    background-size: 960px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    padding-top: 45px;
    color: white;
    font-size: 38px;
    text-shadow: black 0px 2px 0px;
  }
  .hero-subtitle {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: black 0px 2px 0px;
  }
  .section-big-image {
    text-shadow: black 0px 0px 0px;
  }
  .test {
    color: #4f4e4e;
  }
  .header {
    height: 600px;
    background-image: url(../images/GOPR0282.jpg);
    background-position: 0px 39%;
    background-size: cover;
  }
  .isnt {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 82px;
    font-size: 30px;
  }
  h2 {
    margin-top: 10px;
  }
  p {
    color: white;
  }
  img {
    width: 198px;
    margin-top: 29px;
    padding-bottom: 14px;
  }
  .button {
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .button.app-store {
    margin-top: 12px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    height: 500px;
    background-image: url(../images/GOPR0282.jpg);
    background-size: 960px;
    text-align: center;
  }
  .section.white-bg {
    padding-left: 12px;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    margin-bottom: 13px;
  }
  .logo-in-header {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    float: none;
    text-shadow: black 0px 0px 0px;
  }
  .nav-column {
    padding-top: 15px;
    text-align: center;
  }
  .hero-header {
    margin-top: 68px;
    padding-top: 3px;
    font-size: 34px;
    text-shadow: black 0px 2px 0px;
  }
  .section-big-image {
    margin-top: 38px;
    margin-bottom: 20px;
    text-shadow: black 0px 0px 0px;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .subfooter-left {
    text-align: center;
  }
  .test {
    padding-bottom: 10px;
    color: #4f4e4e;
  }
  .header {
    background-image: url(../images/GOPR0282.jpg);
    background-position: 0px 39%;
  }
  .content {
    padding-left: 17px;
  }
}
@media (max-width: 479px) {
	  .tagline {
  margin-top: 15px;
  margin-bottom: 30px;
	}
	
  h1 {
    margin-top: 50px;
    padding-left: 19px;
    font-size: 29px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
   p {
    font-size: 20px;
    line-height: 30px;
  }
  img {
    width: 150px;
    margin-top: 55px;
    padding-bottom: 0px;
  }
  .button {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .button.app-store {
    background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
    background-image: -o-linear-gradient(#ff8d5e, #d7624b);
    background-image: linear-gradient(#ff8d5e, #d7624b);
    box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px 2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 2px 0px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    background-image: url(../images/GOPR0282.jpg);
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .logo-in-header {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    margin-top: 44px;
    padding-top: 0px;
    font-size: 32px;
    text-shadow: #1a1a1a 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .header {
    height: 500px;
    background-position: 0px 39%;
    background-size: cover;
    background-attachment: scroll;
  }
}


