/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
    

  background-color: #000000;  
  color: #F2F2F2;
  

  background-image: url(clubscene4darkbig2.jpg);
  background-position: center top;
  width: 100%;
 
  
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #000000;
  
  color: #0000FF;
}

/* My CSS
-------------------------------------------------- */



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

/*
http://www.w3schools.com/css/css_padding.asp
The padding property can have from one to four values.

padding: 25px 50px 75px 100px;
top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px

padding: 25px 50px 75px;
top padding is 25px
right and left paddings are 50px
bottom padding is 75px

padding: 25px 50px;
top and bottom paddings are 25px
right and left paddings are 50px

padding: 25px;
all four paddings are 25px

*/
body > .container {
  //padding: 60px 8px 0;
}

/*for body container*/
#body_container{
	padding: 60px 8px 0;
}


.header-container{
   padding: 0px 0px 0px;
}

.container .text-muted {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

/*css lines from: https://css-tricks.com/examples/hrs/ 
for mobile website breaks
*/

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255,255,255, 0.9), rgba(0, 0, 0, 0));
}


/*header text color*/
#header_main_text_color a:link {color: #ffffff; text-decoration: none;}
#header_main_text_color a:hover {color: #ffffff; text-decoration: none;}
#header_main_text_color a:visited {color: #ffffff; text-decoration: none;}
#header_main_text_color a:active {color: #ffffff; text-decoration: none;}

/*for top and bottom line*/
#uppertopline{margin-top: 20px;}
#upperbottomline{}

#bottomtopline{}
#bottombottomline{}

/*for bottommenu*/
#bottommenu a:link {text-decoration: underline;}
#bottommenu a:visited {color: #800081; text-decoration: underline;}

