
/*** Tablet CSS ***/

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

/* Basic HTML Tags
======================= */

/* General Classes
======================= */

/* Skip Navigation
----------------------- */

/* Structure
================= */

/* Header Styles
--------------------- */

header .nasa-insignia {
	float: left;
	margin: 16px 23px;
	text-decoration: none;
	width: 72px;
}

header #nasa-affiliation {
	display: block;
	float: left;
	margin: 15px 0;
}

header #nasa-affiliation h1 {
	border: none;
	color: #fff;
	font-size: 1.125em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 10px 0 8px 0;
	text-align: left;
}

header #nasa-affiliation h2 {
	border: none;
	color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0 0 10px 0;
	text-align: left;
}

header #mobile-nav-icon {
	margin: 23px;
	width: 46px;
}

header #mobile-nav-icon #menu-toggle:checked + nav {
	max-height: calc(100vh - 92px);
	top: 92px;
	width: 33%;
}

/* Top Nav
--------------- */

/* Background Container
----------------------- */

#bkgd-container {
	padding-top: 92px;
}

/* Site Container
---------------------- */

/* Site Banner
-------------------*/

/* Page Wrapper
-------------------- */

/* Content Wrapper
----------------------- */

/* Content
--------------- */

/* Main Content Images
--------------------------- */

#content .img-left {
	width: 150px;
}

#content .img-right {
	width: 150px;
}

/* Footer Styles
--------------------- */

footer #contacts {
	border-bottom: none;
	padding: 1em;
	width: 45%;
}

footer #notices {
	padding: 1em;
	width: 45%;
}

/* Specialized
=================== */

/* Gallery Styles
---------------------- */

#content .gallery-item img {
	max-width: 125px;
}

.gallery-item h2 {
	margin: 0 0 0 141px;
}

.gallery-item h3 {
	margin: 0 0 0 141px;
}

.gallery-item h4 {
	margin: 0 0 0 141px;
}

.gallery-item h5 {
	margin: 0 0 0 141px;
}

.gallery-item h6 {
	margin: 0 0 0 141px;
}

.gallery-item p {
	margin-left: 141px;
}

/* Archive Styles
---------------------- */

.archive_item {
	width: 45%;
}

/*** End Opening @media ***/
}
