/* CSS Document */
/* © 2020 chpdesign.com */

{
    box-sizing: border-box;
}

body {
    font-family: chp_body;
    margin: 0;
    overflow: scroll;
    color:#808080;
}

#lgVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.viewport-header {
    position: relative;
    height: 100%;
    text-align: left;
    top: 30%;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 20px;
}
.viewport-header img {
    width: 420px;
}
main {
    position: relative;
    top: 20%;
    left: 20%;
    right: 20%;
    width: 60%;
    padding: 20px;
    p {
        max-width: 600px;
        margin: 1rem auto;
        line-height: 1.5em;
        letter-spacing: 3px;
    }
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: chp_body_bold;
    color: #33bbcc;
    line-height: 1em;
    margin: 0 0 1em 0;
}
h1 {
    color: #808080;
    line-height: 1.25em;
    font-weight: 900;
    letter-spacing: 4px;
}
input[type="button"]:hover,
.button:hover {
    background-color: #4b9b4d;
}



.footer {
    position: relative;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 120px;
    line-height: 1.5em;
    letter-spacing: 3px;
    padding-bottom:10%;
}


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

.viewport-header {
    position: relative;
    height: 100%;
    text-align: left;
    top: 30%;
    left: 0%;
    right: 5%;
    width: 90%;
    margin_bottom:0px;
}
.viewport-header img {
    width: 280px;
}
main {
    text-align: center;
    padding:0px;
    margin-top:0px;
}
.button-display {
    text-align: center;
}
h1 {
    color: #808080;
    font-size:1.8em;
    line-height: 1.1em;
    letter-spacing: 2px;
}
.footer {
    padding-top: 40px;
    line-height: 1.3em;
    letter-spacing: 1px;
}

}



/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #377bb5;
		border-radius: 4px;
		border-color: #326ea2;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.5em;
		margin: 1em 0;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
        font-family:chp_body;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #2b618e;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #2b618e;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.15em;
            font-weight: normal;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: rgba(205, 205, 205, 0.25);
			box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
			color: #666 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #B0BB00;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #5cc6a7;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #3eb08f;
			}

		input[type="submit"].lenasubmit,
		input[type="reset"].lenasubmit,
		input[type="button"].lenasubmit,
		.button.lenasubmit {
			background-color: #60b760;
			border-radius: 4px;
			border-color: #3c833d;
			color: #ffffff !important;
		}

			input[type="submit"].lenasubmit:hover,
			input[type="reset"].lenasubmit:hover,
			input[type="button"].lenasubmit:hover,
			.button.lenasubmit:hover {
				background-color: #489c49;
			}

			input[type="submit"].lenasubmit:active,
			input[type="reset"].lenasubmit:active,
			input[type="button"].lenasubmit:active,
			.button.lenasubmit:active {
				background-color: #489c49;
			}

		input[type="submit"].lenainfo,
		input[type="reset"].lenainfo,
		input[type="button"].lenainfo,
		.button.lenainfo {
			background-color: #3bc;
			border-radius: 4px;
			border-color: #2ab;
			color: #ffffff !important;
		}

			input[type="submit"].lenainfo:hover,
			input[type="reset"].lenainfo:hover,
			input[type="button"].lenainfo:hover,
			.button.lenainfo:hover {
				background-color: #2ab;
			}

			input[type="submit"].lenainfo:active,
			input[type="reset"].lenainfo:active,
			input[type="button"].lenainfo:active,
			.button.lenainfo:active {
				background-color: #2ab;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #444 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

