@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap');

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: Roboto, "Alegreya Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: 'Domine', serif;*/
	font-size: 16px;
	color: rgb(84,84,84);
	width: 100%;
	max-width: 960px;
	margin: auto;
}

a, a:hover {
	color: rgb(68, 146, 37);
}

.row {margin: 0 0 0.5em 0; }

.col-md-8, .col-md-3, .col-md-5, .col-md-6, .col-md-2{
	padding-left: 0px;
}
aside {
	color: rgb(84, 84, 84);
	font-size: 1.2em;
}

.align-right {
	text-align: right;
}

h1 { margin-top: 0.25em; }

aside h4 {
	margin-bottom: 0.25em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Roboto, "Alegreya Sans",Helvetica,Arial,sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight:700;
	line-height: 1.2;
	font-size: 1.75em;
	/*color: rgb(47, 164, 231);*/
	color: 0080C0;
	color: rgb(0, 128, 192);
	text-transform: none;
}

h3, .h3 {font-size: 1.5em; }

h4, .h4 {font-size: 1em; }

.required {
	color: rgb(0, 128, 192);
	text-align: right;
}

.required-left {
	color: rgb(0, 128, 192);
	text-align: left;
	font-weight:700;
}

.align-top {
	vertical-align:text-top;
}

.composer {
	font-style: italic;
	color: rgb(47, 164, 231);
}

p.pad-left-10 { padding-left:10px; }

form { 
	padding: 0;
	margin-top: 0;
}

.form-group {margin-bottom: 0;}

.events {
	margin-top: 10px;
}

.planners {
	margin: 10px 0;
	}

.planners ul {
	list-style-type: none;
	}

.sharethis-inline-share-buttons{
	padding-top: 1em;
}

#signupmessage li { font-family: "Alegreya", Arial, Helvetica, sans-serif; }

/*MAP*/
#map {
	width: 100%;
	margin-bottom: 10px;
	height: 700px;
}

.mapboxgl-popup { 
	max-width: 200px;
}

.mapboxgl-popup p {
	padding: 0;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

/*MEDIA QUERIES*/
@media only screen and (min-width:769px) and (max-width : 990px) {
	.align-right {text-align: left;}
}

@media only screen and (min-width:625px) and (max-width : 768px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 1.5em; }
	.align-right {text-align: left;}
	/*#map { height: 250px; }*/
}

/* Small Devices, Tablets */
@media only screen and (min-width:481px) and (max-width : 624px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 1.25em; }
	.align-right {text-align: left;}
	/*#map { height: 250px; }*/
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:321px) and (max-width : 480px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 1.25em; }
	.align-right {text-align: left;}
	/*#map { height: 250px; }*/
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 1.25em; }
	.align-right {text-align: left;}
	/*#map { height: 250px; }*/
}

/*restrict width to 970px*/

@media (min-width: 1200px) {
  .container { width: 960px; }
}


.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}