/**
 * -- www.karkkijemma.fi --
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
html {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  background-image: radial-gradient(circle 950px at 2.5% 8%, rgb(44, 103, 176) 0%, rgb(35, 56, 136) 90%);
  height: 600px;
  color: #fafafa;
  margin-bottom: 60px;
}

#hero {
  text-align: center;
}
#hero h1 {
  font-size: 50px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  #hero {
    padding: 90px;
  }
  #hero h1 {
    font-size: 120px;
  }
  #hero h2 {
    font-size: 50px;
  }
}

#site-logo {
  padding: 20px;
  width: 120px;
  height: 120px;
}

.main-navbarsssss {
  display: flex;
  justify-content: space-between;
}
.main-navbarsssss ul {
  display: flex;
  justify-items: flex-end;
  align-items: center;
}
.main-navbarsssss li {
  list-style: none;
  display: flex;
  padding: 20px;
}
.main-navbarsssss li a {
  text-decoration: none;
  color: #f2e8e8;
  font-weight: bolder;
  font-size: 22px;
  text-transform: uppercase;
}
.main-navbarsssss li a:hover {
  color: #fff;
}

footer {
  background-image: radial-gradient(circle 950px at 2.5% 8%, rgb(44, 103, 176) 0%, rgb(35, 56, 136) 90%);
  color: #fafafa;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 60px;
}

.card {
  min-height: 350px;
}
.card img {
  height: auto;
}

section {
  margin-top: 60px;
}

#contact-form-status {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
