#site_title {
	float: left;
}

#site_title a {
	display: block;
	width: 180px;
	height: 35px;
	color: #fff;
	text-indent: -10000px;
	background: url(../images/spaceTravelLogo.png) no-repeat;
}

#menu {
	width: 560px;
	height: 40px;
	margin-top: 30px;
	margin-left: 40px;
	background: url(../images/tooplate_menu.png) no-repeat
}

#content {
	clear: both;
	margin-bottom: 40px;
	background-color: black;
	border-radius: 20px;
}

@media only screen and (min-width: 400px) {
	#content2 {
		clear: both;
		height: 770px;
		margin-bottom: 40px;
		object-fit: fill;
		background: url(../images/spaceLandscape1.jpg);
		background-size: cover;
	}
}

.content_section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc
}

#footer {
	clear: both;
	padding: 0 40px;
}

#footer_left {
	float: left;
	display: inline;
	text-align: left
}

#footer a {
	color: mediumaquamarine;
}

#social_box {
	float: right;
	height: 85px;
	padding: 0;
}

#social_box a {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	height: 60px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 120px;
	height: 32px;
	padding: 10px 2px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: url(../images/tooplate_menu_divider.png) no-repeat center right;
	background-color: rgb(0, 0, 0, 0.2);
}

ul.navigation a:hover,
ul.navigation a.selected {
	color: #f6bf34;
}

ul.navigation a:focus {
	outline: none;
}

ul.adminNav {
	list-style: none;
}

ul.adminNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.adminNav a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url(../images/tooplate_menu_divider.png) no-repeat center right;
}

ul.adminNav a:hover,
ul.adminNav a.selected {
	color: mediumaquamarine;
}

ul.navigation2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation2 .nav-item {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.navigation2 .nav-link {
	float: left;
	display: block;
	width: 100px;
	height: 32px;
	padding: 10px 2px 0 0;
	color: mediumaquamarine;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

ul.navigation2 a:hover {
	color: darkorchid;
	text-decoration: none;
}

/*페이지 버튼*/
ul.pagination a {
	background: #1b1a1a;
	color: #aaa;
}

ul.pagination a:hover,
ul.pagination li.selected a {
	text-decoration: none;
	color: mediumaquamarine;
}

#login {
	color: darkorchid;
}

#login.nav-link:hover,
#login.nav-link.selected {
	color: #f6bf34;
}

.hide {
	display: none;
}

/*NASA api APOD videoButton*/
.videoButton{
	border: 1px solid lightpink;
	width: 60%;
	font-size: 20px;
}
.videoButton:hover{
	text-decoration: none;
	background-color: lightpink;
	color: black;
	transition: all .35s;
}