/*zeroing*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}
/*--------------------*/









body {
	background-color: #F9F2E5;
	font-family: 'Grape Nuts', cursive;
}

.head-menu {
	background-color: #2E48A7;
	font-size: 8vw;
	text-align: right;
	padding: 5px 50px;
}

.head-menu a {
	color: #F2EEE5;
	z-index: 10;
}

.head-menu a:hover {
	color: #c7c3ba;
	text-decoration: underline;
}

.welcome p {
	font-size: 30vw;
	text-align: center;
	color: #2E48A7;
	line-height: 73%;
	z-index: 1;
	pointer-events: none;
}

.img-welcome {
	background-image: url("/alphabet/img-under-welcome.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100vw;
	height: 10vw;
	margin: 40px auto;
}

.welcome-text {
	font-size: 4vw;
	text-align: center;
	color: #2E48A7;
	line-height: 73%;
	z-index: 1;
	pointer-events: none;
}

.img-welcome-gif {
	padding: 30px 0px;
}

.img-welcome-gif a {
	display: block;
	height: 100%;
}

.img-welcome-gif {
	background-image: url("/alphabet/icon.gif");
	background-repeat: no-repeat;
	background-size: contain;
	margin: 40px auto;
	width: 16vw;
	height: 15vw;
}

.translit-block {
	padding: 10px;
	height: 100%;
	display: flex;
}

.translit-left {
	width: 40%;
	height: 100%;
	padding: 20px;
	background-color: #2E48A7;
	display: inline-block;
	border-radius: 10px;
}

.start-text>p {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	color: #F9F2E5;
	line-height: 93%;
	z-index: 1;
	pointer-events: none;
}

input[type="text"] {
	font-size: 22px;
	padding: 5px;
	border: #787c8a solid;
	border-radius: 10px;
	width: 100%;
 }

.translit-right {
	display: inline-block;
	width: 60%;
	padding: 20px;
}

.div1 > img {
	width: 8vw;
}




@media screen and (max-width: 640px) {
	.img-welcome-gif {
		width: 40vw;
		height: 40vw;
	}
}
