@charset "utf-8";
/* CSS Document */

.masthead h2 {
	
    font-family: Montserrat, sans-serif;
	padding-top: 50px;
	font-weight: 100;
	font-size: 2.5em;
	letter-spacing: 10px;
}

.NR-gallery-section {
	padding-top: 0;
	padding-bottom: 0;
}

.NR-gallery-div {
	padding-left: 0;
	padding-right: 0;
}

.NR-gallery-pic {
	max-width: 100%;
	max-height: 100%;
}

.NR-audio {

}

.listen h5 {
	padding-top: 20px;
}

.NR-H2-2 {
	padding-top: 50px;
}

.NR-icon {
	width: 100px;
	height: 100px;
}

input.NR-contact {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #ee4b28;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;

	font-size: 1em;
}

textarea.NR-contact-hidden {
	display: none;
}

textarea {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #ee4b28;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;
	font-size: 1em;
}

textarea.NR-contact-message {
	height: 170px;
}

input.NR-contact:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #027878;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}

textarea:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #027878;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}


.listen {
  background-image: url("../img/listen_background.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.NR-logo-div {
	margin-left: auto;
    margin-right: auto;
	max-width: 600px;
}

.margin-bottom-none {
	margin-top: 100%;
	margin-bottom: 0px;
}

.NR-logo {
	width: 100%;
}
