/*
Theme Name: nomizo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nomizo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Publishing is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #1a1a1a; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:hover,
a:active,
input,
textarea {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #BBBBBB;
	font-family: 'Libre Baskerville', georgia, serif;
	font-size: 14px;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
	clear: both;
	line-height: 1.3em;
}

h1 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .5rem;
	margin: 20px 0 30px;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	color: #AAAAAA;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5rem;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .25rem;
	margin: 20px 0;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.25rem;
  line-height: 1.5em;
  margin: 20px 0 15px;
}

p {
	margin-bottom: 1.5em;
}

img {
	margin-top: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #eee;
	font-size: 20px;
	line-height: 1.7em;
	margin: 1.5em 0;
	padding: 0 0 0 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 13px;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

.vertical {
  vertical-align: middle;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
form {
	font-family: 'Libre Baskerville', georgia, serif;
	line-height: 1.7em !important;
	margin-bottom: 25px;
}

label {
	display: block;
	font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: transparent;
	border: 1px solid #404040;
	border-radius: 0;
	box-shadow: none;
	color: #D1D1D1;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.2rem;
	line-height: 13px !important;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

button:hover,
.button:hover {
	background-color: #404040;
	color: #FFF;
	cursor: pointer;
}

button:active,
.button:active {
	background-color: #CCC;
	border-color: #CCC;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 34px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  font-family: 'Poppins';
  color: #000000
}

textarea {
	border: 0 none;
	border: 1px solid #404040;
	margin: 0 0 1.5em;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
	background-color: #F9F9F9;
	font-family: 'Poppins';
	color: #000000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #BBBBBB;
	text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Modifiers */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	float: left;
	font-weight: 500;
	padding: 40px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.main-navigation .logo {
	font-size: 30px;
	letter-spacing: 0.5rem;
	line-height: 30px;
	margin: 0 0 20px;
	vertical-align: middle;
}

.main-navigation a {
	color: #404040;
	text-decoration: none;
	-webkit-font-smoothing: antialiased; /* needed? move? */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-navigation ul {
	font-size: 13px;
	letter-spacing: 0.2rem;
	line-height: 13px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
}

.main-navigation ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
}

.main-navigation ul li:last-child {
	margin-right: 0;
}

.main-navigation ul li a {
	border-bottom: 2px solid transparent;
	display: block;
	padding: 4px 0;
}

.main-navigation ul li a:hover {
	border-bottom: 2px solid #404040;
}

.main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a {
	border-bottom: 2px solid #404040;
}

.main-navigation.light a {
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.main-navigation.light a:hover {
	border-color: #FFF;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.main-navigation.light ul li a:hover {
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.main-navigation.light ul li.current_page_item a, .main-navigation.light ul li.current-menu-item a {
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.main-navigation.fixed {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1)
}

.mobile-nav {
	border-bottom: 1px solid #eee;
	display: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.mobile-nav .menu-icon {
  left: 25px;
  position: absolute;
  top: 13px;
	width: 18px;
}

.mobile-nav a.toggle-menu {
	background-color: #FFF;
	cursor: pointer;
	display: block;
	padding: 20px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.mobile-nav a.toggle-menu .menu-icon .bar {
	background-color: #404040;
	height: 2px;
  margin: 5px 0;
}

ul#mobile-nav-menu {
  background-color: #fff;
	max-height: 0;
	overflow-y: hidden;
	list-style: none;
	margin: 0;
  left: 0;
	position: absolute;
  right: 0;
  z-index: 1;
	-webkit-transition: max-height .4s ease-in-out;
	-moz-transition: max-height .4s ease-in-out;
	-ms-transition: max-height .4s ease-in-out;
	-o-transition: max-height .4s ease-in-out;
	transition: max-height .4s ease-in-out;
}

ul#mobile-nav-menu li a {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

ul#mobile-nav-menu li a:hover {
	background-color: #F9F9F9;
}

ul#mobile-nav-menu li a:active {
	background-color: #404040;
	color: #EEE;
}

.mobile-nav.open ul#mobile-nav-menu {
	max-height: 1000px;
	overflow-y: auto;
}

.mobile-nav.open a.toggle-menu {
	background-color: #404040;
	color: #EEE;
}

.mobile-nav.open a.toggle-menu .menu-icon .bar {
	background-color: #EEE;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

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

.content hr {
	max-width: 100px;
	margin: 25px auto;
}

.pullquote {
	font-size: 23px;
	line-height: 1.7em;
	margin: 1.5em 0;
	text-align: center;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Grid */

section {
	display: inline-block;
	float: left;
	padding: 40px 0;
	width: 100%;
}

section.gray {
	background-color: #f9f9f9;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

.container.narrow {
	max-width: 600px;
}

.row {
	clear: both;
  margin-right: -25px;
  margin-left: -25px;
}

.container:before,
.row:before {
	display: table;
	content: " ";
}

.column {
	float: left;
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}

.full {
  width: 100%;
}

.half {
	width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* Content Styles */

.footer {
	padding: 0;
}

.footer .column {
	padding: 20px;
}

.footer .copyright {
	font-size: 10px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.background {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.background-mask {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.logo {
	margin: 0 auto;
	max-width: 350px;
	opacity: 0.8;
}

.logo img {
	margin: 0;
}

.hero {
	height: 500px;
}

.photo-credit {
	bottom: 0;
  color: #FFF;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  letter-spacing: 1px;
  position: absolute;
  font-family: arial;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: subpixel-antialiased;
}

.photo-credit a {
	color: #FFF;
  color: rgba(255, 255, 255, 0.5);
}

.person {
	display: inline-block;
	margin: 0 20px 20px;
}

.person a {
	text-decoration: none;
	/*border-bottom: 4px solid #000;*/
}

.person a:hover {
	color: #EEE;
}

.person .photo {
	width: 100px;
}

.name-title {
	font-size: 12px;
	/*font-style: italic;*/
}

.pad-top {
	margin-top: 40px;
}

.mysterious-tagline {
	margin: 20px;
  font-style: italic;
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* Modals */

body.modal-showing {
	overflow: hidden;
}

.md-trigger {
	cursor: pointer;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
  max-height: 100%;
	max-width: 630px;
	min-width: 500px;
	overflow: auto;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	background: #FFF;
	position: relative;
	margin: 0 auto;
	padding: 25px 50px;
}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-close {
	cursor: pointer;
	line-height: 1em;
	position: absolute;
  right: 25px;
}

.md-close:hover {
	color: #999;
}

/* Contact Form 7 */

span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 0.5em;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip, .mce_inline_error {
	color: #f00;
	font-size: 1em;
	display: block;
	margin-top: -20px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* Media Queries */

@media screen and (max-width: 800px) {
	.one-third, .two-thirds {
		width: 50%;
	}
}

@media screen and (max-width: 570px) {
	/*#menu-main-menu {
		display: none;
	}*/

	/*body {
		font-size: 16px;
	}*/

	.md-modal {
		min-width: 320px;
	}

	.one-third, .two-thirds, .half {
		width: 100%;
	}

	html, body {
		height: 100%;
	}

	.hero {
		height: 100%;
	}

	.mysterious-tagline {
		line-height: 1.8em;
	}
}