@charset "utf-8";
/* CSS Document */

.style-banner {
	width: 100%;
}

.style-top-nav ul {
	background-color: black;
	overflow: hidden;
	margin-top: 0px;
	position: fixed;
	width: 100%;
	list-style-type: none;
}

.style-top-nav ul li a {
	color: white;
	text-decoration: none;
	transition: 0.3s;
}

.style-top-nav ul li a:hover {
	background-color: rgba(98,97,97,1.00);
}

@media screen and (min-width: 801px) {
	.style-top-nav ul {
		text-align: right;
		margin-left: -40px;
	}

	.style-top-nav li {
		display: inline-block;
		padding: 0;
	}
	
	.style-top-nav li:last-child {
		display: none;
	}

	.style-top-nav ul li a {
		display: block;
		padding: 15px 10px;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	.style-top-nav .style-top-nav-icon {
		float: left;
		display: inline-block;
		top: 0px;
		left: 0px;
	}
	
	.style-top-nav ul li {
		display: none;
	}
	.style-top-nav.minimize ul {
		position: fixed;
	}

	.style-top-nav.minimize ul li {
		float: none;
		display: inline;
	}

	.style-top-nav.minimize ul li a {
		display: block;
		text-align: left;
		padding-left: 10px;
		padding: 5px;
		margin-left: 10px;
		margin-top: 10px;
	}
	
	.style-top-nav.minimize li.style-top-nav-icon {
		position: absolute;
		left: 00px;
		top: 0px;
	}
}

.style-beats-store-container {
	display: block;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.style-section-icons {
	display: block;
	max-width: 50px;
	margin: 0 auto;
	width: 50%;
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
	.style_license-container {
		display: block;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

.style_license-container {
	margin: 0 auto;
	width: 100%;
}	

.style-license-types {
	margin: 0 auto;
	padding: 5px;
}

@media only screen and (max-width: 950px) {
	.style-license-types {
		display: block;
		width: 250px;
	}
}

@media only screen and (min-width: 950px) {
	.style-license-types {
		display: inline-block;
		width: 430px;
	}
}

.style-license-details {
	list-style-type: none;
	background-color: rgba(24,24,24,.5);
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.5s;
}

.style-license-details li {
	border: none;
	padding: 10px;
	text-align: center;
}

.style-license-header {
	background-color: #181818;
	color: white;
	font-size: 24px;
	width: 350px;
	text-align: center;
}

.style-license-header-popular {
	background-color: #FFF500;
	color: black;
	font-size: 24px;
	text-align: center;
}

.style-license-button {
	background-color: #220FC9;
	color: white;
	border: none;
	padding: 10px 25px;
	text-align: center;
	width: 32%;
	border-radius: 20px;
}

.style-license-button a {
	color: white;
	text-decoration: none;
}

div.style-section-odd {
	background-color: white;
	color: black;
	margin: 0;
	overflow: hidden;
}

div.style-section-even {
	background-color: black;
	color: white;
	margin: 0;
	overflow: hidden;
}

.style_section_background_1 {
	background-image: url(images/2020_MoniRhythm_Banner_No_Logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.style_section_background_2 {
	background-image: url(images/2020_MoniRhythm_Banner_No_Logo.jpg);
	background-repeat: no-repeat;
	background-position: center 42%;
	background-size: cover;
}

div.style-contact-form {
	margin-bottom: 100px;
	width: 700px;
    max-width: 900px;
    margin-top: 30px;

}

input.style-contact-form-button {
	border: none;
	color: white;
	background-color: #220FC9;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

iframe.style-beats-store {
	display: block; 
	margin: 0 auto;
	width: 850px; 
	height: 510px;
}

iframe.style-newletter-signup {
	display: block; 
	margin: 0 auto;
	width: 300px; 
	height: 275px;
}

.style-contact-form-fields {
	background-color: blue;
	color: white;
	border: none;
	padding: 10px 25px;
	font-size: 18px;
	text-align: center;
	width: 32%;
	border-radius: 20px;
}

.style-bottom-nav ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	padding: 0px;
	
}

.style-twitter-icon, .style-facebook-icon, .style-google-plus-icon, .style-soundcloud-icon, .style-youtube-icon, .style-instagram-icon {
	display: inline-block;
	max-width: 40px;
	border-radius: 20px;
}

.style-twitter-icon:hover {
	background: #009EE0;
}

.style-facebook-icon:hover {
	background: #0004D8;
}

.style-google-plus-icon:hover {
	background: #D91215;
}

.style-soundcloud-icon:hover {
	background: #D44200;
}

.style-youtube-icon:hover {
	background: #F70004;
}

.style-instagram-icon:hover {
	background: #B21BFF;
}

h2 {
	margin-bottom: 0px;
}

textarea {
	opacity: 5%;
	background-color: rgba(49,49,49,0.40);
	font-size: 18px;
	color: white;
	resize: none;
}

body {
	margin: 0;
}

footer {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-color: black;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}