@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: cascada;
    src: url(GreatVibes-Regular.otf);
}

h1 {
	font-family: cascada;	
	}


.masthead h1 {
	font-family: cascada;
	font-size: 5em;	
}

.masthead h2 {
	
    font-family: Montserrat, sans-serif;
	padding-top: 50px;
	font-weight: 100;
	font-size: 2.3em;
	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 {
	width: 100%;
}

.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 #c5999a;
	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 #c5999a;
	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/../img/background-image.jpg");
  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: 1000px;
}

.NR-logo {
	width: 100%;
}

.NR-twirly a {
	font-family: cascada;
}

#about p {

	font-size: 1.3em;
	line-height: 2em;	
}

p {
	font-family: montserrat, sans-serif;	

	letter-spacing: 2px;
}

.bg-light-pink {
  background-color: #fcdde2 !important;
}

#about h1 {
	font-size: 5em;
	padding-bottom: 20px;
}

#events .btn-padding {
	padding: 30px;
}

.NR-logo-sm {
	max-height: 100px;
}
