@charset "utf-8";

/* CSS Document */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(90deg, #bbb, white, white, #bbb);
}

img {
    width: 100%;
    max-width: 480px;
    height: auto;
}

.head-space {
    padding: 25px 4px;
    background-color: #fafafa;
}

.head-space .container { 
  max-width: 100%;
}

p {
    font-size: 1.1em;
}

h1 {
    font-size: 1.6em;
    line-height: 1.9em;
    font-weight: bold;
    color: #222;
}

.head-space h1 { 
  text-align: center;
  font-size: 2.5em;
  line-height: 1.7em;
  font-weight: bold;
  color: #222;
}

h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0px 10px;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    color: darkred;
    background-color: #e1e1e1;
    margin: 0;
}

.box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 90%;
    max-width: 800px;
    text-align: center;
}

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

.head-space {
    padding: 30px 0px;
}

.head-space h1 {
    font-size: 3.2em;
    line-height: 1.8em;
    margin: 6px 4px 0px 4px;
}

p {
    font-size: 1.3em;
}

h1 {
    font-size: 2em;
    line-height: 1.9em;

}

h2 {
    font-size: 1.6em;
    line-height: 1.5em;
    padding: 0px 10px;
}

h3{
    font-size: 1.4em;
}

.box {
    margin-top: 35px;
}
}

@media only screen and (min-width: 801px) and (max-width: 1279px) {

body {
    background-image: linear-gradient(90deg, #999, #ddd, white, #ddd, #999);
}

.head-space {
    padding: 35px 0;
}

.head-space h1 {
    font-size: 4em;
    line-height: 1.9em;
    margin: 0px;
}

p {
    font-size: 1.4em;
}

h1 {
    font-size: 2.4em;
    line-height: 2em;

}

h2 {
    font-size: 1.8em;
    line-height: 1.6em;
}

h3{
    font-size: 1.5em;
}

.box {
    margin-top: 40px;
}
}

@media only screen and (min-width: 1280px) {

.head-space {
    padding: 40px 0;
}

.head-space h1 {
    font-size:4.6em;
    font-weight: 600;

}

p {
    font-size: 1.5em;
}

h1 {
	font-size: 2.6em;
	font-weight: bold;
	color: #333;
}

h2 {
    font-size: 1.9em;
    line-height: 1.7em;
}

h3{
    font-size: 1.6em;
}

.box {
    margin-top: 45px;
}

img {
    margin-bottom: 0px;
}
}