 /*
 vaek
*/

html { 
   background: royalblue; 
 	background-size: cover;
}


body {
	padding-top: 60px;
    padding-bottom: 40px;
}

a {
	color: black;
	text-decoration: line-through;
	text-shadow: 10px 0px #ff0000;
}

a:visited {
	color: orange;
}
.container {
	width:620px;
	margin: 0 auto;
}

.title {
	color:red ;
	font-size: 136px;
	line-height: 50px;
	float: middle;
	margin-bottom: 50px;
	font-weight: 100;
	font-style: italic;
	font-family: Nanum Brush Script;
	
}

.menu {
	float: right;
	font-family: Nanum Brush Script;
	font-weight: 700;
}

.menu a {
	color: orange;
	font-size: 26px;
}

.row {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Times New Roman;
}

.row img {
	width: 100%;
}

.video-container {
  position:relative;
  padding-bottom:56.70%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.menu-item {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.menu-item a {
	text-decoration: none;
	color: white;
}