html {
    font-family: "NOW-GM";
    }

h2 {
    font-size: 18px;
    color: #7f7f7f;
}

h2:not(:first-of-type) {
    margin-top: 110px;
}

h3 {
    font-size: 16px;
    font-weight: 100;
    color: #7f7f7f;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 16px;
    line-height: 1.3em;
	letter-spacing: 2px;
    color: #787878;
}

#container {
	width: 100%;
	max-width: 960px;
	margin: 0 50px;
}

#content {
    margin: 680px auto 0 auto;
    text-align: center;
}

.cloud1 {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: -1;
  }

.cloud2 {
    position: fixed;
    top: 800px;
    width: 100%;
    height: auto;
    z-index: -1;
  }

  footer {
      margin-top: 100px;
      margin-bottom: 50px;
      background-color: #fff;
  }

  footer p {
    margin-top: 20px;;
    font-size: 12px;
}

  

@media screen and (max-width: 480px) {

    h2 {
        font-size: 20px;
    }

    #container {
        width: 100%;
        margin: 0 20px;
    }

    #content {
        width: 100%;
        margin: 240px auto 0 auto;
        text-align: center;
    }

    p {
        font-size: 16px;
        line-height: 1.1em;
        letter-spacing: 2px;
    }

    li {
        margin-bottom: -20px;
    }

}