﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
    text-align:right;
    height:100%; 
    margin-bottom: 0px;
    font-family: 'Secular One', sans-serif;
	direction:rtl;
}

section.only{
	height: 100vh;
	width: 100%;
	background-color: rgba(225,225,225,0.40);
	text-align: center;
	display: inline-block;
	position: relative;
}



div.yanchiki h1{
	font-size: 120px;
	color: #29192B;
	font-weight: 800;
	text-shadow: 0 0 10px pink;
}

div.yanchiki img.yana{
	display: inline-block;
	position: absolute;
	height: 90vh;
	right: 0;
	bottom: 0;
	z-index: 3;
	
}

img.circle{
	display: inline-block;
	top: 30px;
	left: 40px;
	position: absolute;
	height: 400px;
}

#myvideo{
	 position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	z-index: -100;
	
}

audio{
	margin-top: 20px;
	box-shadow: 0 0 20px pink;
	border-radius: 30px;
}

footer{
	bottom: 0;
	display: inline-block;
	height: 60px;
	width: 100%;
	z-index: 10;
	position: absolute;
	background-color: black;
	right: 0;
	text-align: center;
}

footer a{
	color: white;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 2px;
	margin-top: 15px;
	transition: 0.3s;
}

footer a:hover{
	color: pink;
	text-shadow: 0 0 5px pink;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 2px;
	margin-top: 15px;
}

div.congrats{
background-color: rgba(7,7,7,0.60);
}

.congrats h2{
	font-size: 24px;
	color: #FFC315;
	margin: 20px 0px;
	padding-top: 20px;
}

.congrats p{
	width: 400px;
	text-align: center;
	color: white;
	left: 50%;
	display: inline-block;
	margin-bottom: 30px;
}

img.multi{
	height: 450px;
	z-index: 1;
	display: inline-block;
	position: absolute;
	bottom: 20px;
}

*{
	box-sizing: border-box;
}