/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local(''),
		url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/raleway-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-italic - latin */
@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: local(''),
		url('../fonts/raleway-v28-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/raleway-v28-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700italic - latin */
@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: local(''),
		url('../fonts/raleway-v28-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('../fonts/raleway-v28-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body, input, select, textarea {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	line-height: 2em;
	font-size: 1.1em;
}


h1 {
	font-weight: 600;
	text-transform: uppercase;
	color: var(--darkgrey);
	word-wrap: break-word;
}

.subtitle {
	color: var(--lightgrey);
	margin-bottom: 1.5em;
}

h2 {
	font-weight: 600;
}

a {
	word-wrap:break-word;
}

h4 {
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: 600;
	margin: 1.2em 0em 0.4em 0em;
}

h6 {
	text-transform: uppercase;
	font-weight: 600;
}

.btn {
	font-size: 1.0em;
	font-weight: 600;
	padding-top: 5px;
	margin: 4px 4px 4px 0px;
	width: 280px;
}

.btn-lg {
	margin-top: 10px;
	padding-top: 10px;
	width: 340px;
}

.btn i {
	margin-right: 0.25em;

}

.dropdown-toggle {
	width: 72px !important;
	height: 36px !important;
	padding: 0px 0px 0px 0px !important;
	margin-right: 0.6em;
	background-color: #ddd !important;
	border: none !important;
}

.dropdown-toggle:hover {
	background-color: #ccc !important;
}


.img-thumbnail {
	margin-bottom: 1em;
}

hr {
	display: block;
	height: 1px;
    border: 0;
	border-top: 1px solid #999;
    padding: 0;
	width: 85%;
	margin: 2.5em auto 2.5em auto;
}

#logo {
	width: 205px;
	max-width: 35%;
}

#header {
	background-color: #fff;
	border-bottom: solid 1px rgba(144, 144, 144, 0.25);
	box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
	color: var(--darkgrey);
	cursor: default;
	font-size: 1.4em;
	height: 3.2em;
	line-height: 3.2em;
	margin-bottom: 2.2em;
	text-transform: uppercase;
	width: 100%;
}

#header.alt {
	background-color: transparent;
	border: none;
	min-width: inherit;
	box-shadow: none;
	height: 3.2em;
	line-height: 3.2em;
	position: absolute;
}

#banner {
	padding: 9em 1em 3em 1em;
	background-image: url("images/overlay.png"), url("../../images/banner.jpg");
	background-position: center bottom;
	background-size: auto, 10em;
	background-repeat: repeat, no-repeat;
	line-height: 1.75;
	text-align: center;
}

.ringtone {
	width: 138px;
	height: 138px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

.play-button {
	display: flex;
	justify-content: center;
	align-items: center; 
	font-size: 45px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	color: #fff;
}

	.play-button:hover {
		opacity: 1.0;
	}

@media screen and (max-width: 1000px) {
	.qr {
		display: none;
	}
}
  
@media screen and (min-width: 1001px) {
	.tonestorebutton {
		display: none;
	}
  }