/* Google Fonts */
/* Google Fonts */
/* asap, Varela Round, Quattrocento Sans, Permanent Marker, Oswald, Arimo, Open Sans, PT Sans Caption, Droid Sans, Montserrat */

@font-face {
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue'), url('/js_css/BebasNeue.woff') format('woff');
}

@font-face {
font-family: 'AkzidGroBESup';
font-style: normal;
font-weight: normal;
src: local('AkzidGroBESup'), url('/js_css/AkzidGroBESup.woff') format('woff');
}

@font-face {
font-family: 'Proxima Nova 500';
font-style: normal;
font-weight: normal;
src: url('/js_css/proxima-nova_500.woff') format('woff');
}

@font-face {
font-family: 'Proxima Nova 100';
font-style: normal;
font-weight: normal;
src: url('/js_css/proxima-nova_100.woff') format('woff');
}

@font-face {
font-family: 'Proxima Nova 900';
font-style: normal;
font-weight: normal;
src: url('/js_css/proxima-nova_900.woff') format('woff');
}



@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 800;
  font-style: normal;
}


/* anchors */
/* anchors */

a:link {color: #fcad53;}
a:visited {color: #fcad53;}
a:hover {color: #a9a9a9;}
a:active {color: #fcad53;}

a.mix_index_title_text:link {text-decoration: none;}
a.mix_index_title_text:visited {text-decoration: none;}
a.mix_index_title_text:hover {text-decoration: none;}
a.mix_index_title_text:active {text-decoration: none;}

a.text_li_links {text-decoration: none;}
a.text_li_links:link {color: green /* #5589b2 */;}
a.text_li_links:visited {color: #000000;}
a.text_li_links:hover {color: #2e475b;}
a.text_li_links:active {color: #000000;}

a.mix_icons_texted_text_title {text-decoration: none; font-weight: bold; font-size: 16px;} /* font-family: "Anton", sans-serif;  */
a.mix_icons_texted_text_title:link {color: #2e5790;}
a.mix_icons_texted_text_title:visited {color: #2e5790;}
a.mix_icons_texted_text_title:hover {color: #000000;}
a.mix_icons_texted_text_title:active {color: #000000;}

a.mix_icons_texted_text_used_songs {text-decoration: none; font-size: 11px;} /* font-family: "Anton", sans-serif;  */
a.mix_icons_texted_text_used_songs:link {color: #2e5790;}
a.mix_icons_texted_text_used_songs:visited {color: #2e5790;}
a.mix_icons_texted_text_used_songs:hover {color: #000000;}
a.mix_icons_texted_text_used_songs:active {color: #000000;}

a.mix_icons_texted_text_artists {text-decoration: none; font-family: "Open Sans Condensed", sans-serif; font-size: 16px;}
a.mix_icons_texted_text_artists:link {color: #000000;}
a.mix_icons_texted_text_artists:visited {color: #000000;}
a.mix_icons_texted_text_artists:hover {color: #bdbdbd;}
a.mix_icons_texted_text_artists:active {color: #bdbdbd;}

a.bottom_footer_text:link {color: lightgreen /* #7bbdf0 */;}
a.bottom_footer_text:visited {color: lightgreen /* #7bbdf0 */;}
a.bottom_footer_text:hover {color: #ffffff;}
a.bottom_footer_text:active {color: #000000;}

a.bottom_footer_social {font-size: 24px;}
a.bottom_footer_social:link {color: lightgreen /* #7bbdf0 */;}
a.bottom_footer_social:visited {color: lightgreen /* #7bbdf0 */;}
a.bottom_footer_social:hover {color: #ffffff;}
a.bottom_footer_social:active {color: #000000;}

a.play_icon {text-decoration: none;}
a.play_icon:link {color: green;}
a.play_icon:visited {color: green;}
a.play_icon:hover {color: #a9a9a9;}
a.play_icon:active {color: #a9a9a9;}


/* declarations */
/* declarations */

html, img, ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* main page */
/* main page */

html {
	height: 100%;
}

body {
	font-family: 'Proxima Nova 500', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 16px;
/*	line-height: 1.2em; */
	margin: 0px; 
	padding: 0px;
	color: #696969;
	background-color: #000000;
	min-width: 900px;
	min-height: 100%;
}


#head_graphic_container {
	position: relative;
	margin: 0px auto;
	height: 250px;
	display: block;
	background-color: #000000;
}

#head_graphic {
	position: relative;
	margin: 0px auto;
	height: 250px;
	width: 900px;
	display: block;
	text-align: center;
}

.rammington_title {
	padding: 40px 0px;
}


.box_1 {
	background-image: url(/gr/borders/top_left_2.jpg); /*, url(/gr/borders/bottom_right_3.jpg)*/
	background-position: left top; /*, right bottom*/
	background-repeat: no-repeat, no-repeat;
	padding: 70px;
	background-color: #000000;
	color: #ffffff;
}

.box_2 {
	background-image: url(/gr/borders/top_right_2.jpg), url(/gr/borders/bottom_left_1.jpg);
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 70px;
	background-color: #000000;
	color: #ffffff;
}

.box_3 {
	background-image: url(/gr/borders/top_right_1.jpg), url(/gr/borders/bottom_right_1.jpg);
	background-position: right top, right bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 70px;
	background-color: #000000;
	color: #ffffff;
}

.box_4 {
	background-image: url(/gr/borders/top_left_3.jpg), url(/gr/borders/bottom_right_3.jpg);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 70px;
	background-color: #000000;
	color: #ffffff;
}


#the_main_shit_container {
	position: relative;
	background-color: #000000;
	margin: 0px auto;
	display: block;
}

#the_main_shit {
	position: relative;
	width: 940px;
	margin : 0px auto;
	padding: 0px;
	display: block;
	text-align: left;
}

.song_titles {
	font-size: 18px;
	text-align: center;
	margin: 0px auto;
	display: block;
}

/* hacks */

.i_can_see_clearly_now {
	clear: both;
}

.index_story_mixes {
	text-align: justify; 
	margin: 0px auto; 
	font-size: 18px;
}

.index_subheadline {
	margin: 0px auto;
	text-align: center;
	font-size: 24px;
}

#brat_video_box {
	background-color: black;
}

.audio_under_player_container {
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	justify-content: center;
}

.audio_under_player_buttons {
	cursor: pointer;
	margin: 5px;
}

@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}