/* BODY
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  color: #000000;
  background: none !important;
}

/* Sticky footer styles
-------------------------------------------------- */


.footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding: 10px 0px;
}

/* LINK COLOURS
-------------------------------------------------- */

a {
	color: #ff0066;
}

a:hover {
	color: #ffffff;
}

/* BACKGROUNDS
-------------------------------------------------- */

.header_bg  {
	background: url('/2023/img/kenka_Large.jpeg') center top no-repeat #000000;
  width:100%;
  height:750px;
	background-size: cover !important;
	-webkit-background-size: cover	 !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;

	}

  .header_bg  img {
padding-top: 620px

  	}
/*
@media only screen and (max-width: 600px) {
  .header_bg  {
  	background: url('/2021/img/1203_spotify_400.jpg') center top no-repeat #000000;
    min-width:100%;
    width: 400px;
    height:322px;
  	background-size: cover !important;
  	-webkit-background-size: cover	 !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	}

    .header_bg  img {
  padding-top: 190px

      }
}

*/


html {
  background-color:  #000000;
}




ul li {
	list-style-position: inside;
	list-style: none;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/* COL BG
-------------------------------------------------- */


.col-bg {
background-color: rgba(255, 255, 255, 0.55);
/*padding: 5px 20px 20px 20px;*/
}
