@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: tidy;
    src: url(Depressionist_3_Revisited.ttf);
}

h1 {
	font-family: tidy;	
	}


/*
.masthead h1 {
	font-family: tidy;
	font-size: 15em;
	letter-spacing: 10px;
	padding-top: 20px;
	color: #ffdd1a;
}
*/


.masthead h1 {
    font-family: Anton,sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1.11111;
    text-transform: uppercase;
    margin: 45px 0 35px;
	color: #ffdd1a;	
}
 
.logo_div h1 {
    font-family: Anton,sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.11111;
    text-transform: uppercase;
    margin: 10px 0 35px;
	color: #ffdd1a;	
}

.masthead h2 {
	
    font-family: Montserrat, sans-serif;
	padding-top: 50px;
	font-weight: 100;
	font-size: 1.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 {
	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;
}





.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-yellow {
  background-color: #FFF4AF !important;
}

#about h1 {
	font-size: 5em;
	padding-bottom: 20px;
}

#events .btn-padding {
	padding: 30px;
}

.NR-logo-sm {
	max-height: 100px;
}


.TSD_input {
	border: solid 2px white;
	width: 100%;
	background: #000000;
	color: white;
	margin: 5px 5px 5px 5px;
	height: 50px;
	
}

.TSD_input:focus {
	border: solid 2px #A26400;
}

.TSD_textarea {
	height: 150px;
	
}




#input-form p{
	margin-top: 1rem;
	margin-bottom: 0px;
	text-indent: 2rem;
	
}

.client-logo {
	max-height: 100%;
	max-width: 100%;
	
}