 /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic);


body {
  background-color: #000000;
  color: #505050;
  font-size: 12px;
  line-height: 1.8; 
 font-family: "Ubuntu", sans-serif;

  }
  
h1, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #000000;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 1.8; 
 font-family: "Ubuntu";
  }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 30; }

a {
  text-decoration: none;
  color: #986900; }

a:hover {
  color: #591d00; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #000000;
  padding-top: 50px; }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px;
color: #c0c0c0;
	background-color: #000000;

  }


 
/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 135px;
  overflow: hidden;
  position: fixed;
  margin-top: 50px;
  top: 50;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

  
   img#start{
    display: inline-block center;
    width: 800px;
	float: center;
	 text-align: center;
	margin-top: 150px;
	margin-bottom: 50px;
 	 -webkit-transition: all 0.9s;
      -moz-transition: all 0.9s;
      -ms-transition: all 0.9s;
      -o-transition: all 0.9s;
      transition: all 0.9s; 
	  box-shadow: 5px 5px 10px rgba(192,192,192,1);
	  border-radius: 10px 10px 10px 10px;}  
	  
 

	  
@media all and (max-width: 400px) { 

   img#start{
    display: inline-block;
    margin-left: -50%;
    margin-right: -50%;
	margin-top: 90px;
	margin-bottom: 50px;
    width: 270px;
 	 -webkit-transition: all 0.9s;
      -moz-transition: all 0.9s;
      -ms-transition: all 0.9s;
      -o-transition: all 0.9s;
      transition: all 0.9s; 
	  box-shadow: 5px 5px 10px rgba(192,192,192,1);
	  border-radius: 10px 10px 10px 10px;} 

}	  
	  
	  
	  #main {
  
  padding-top: 150px; 
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  }	
	  
	  
	  
/* =Footer */

footer {
	display:inline-block;
width: 100%;
  height: 50px;
  padding: 5px;
  margin-top: 5px;
  margin-left: 5px;
  position: relative;
  bottom: 5px;
  left: 0px;
  background-color: #cccccc ;
  background-size: 100% 50px;
  text-align: center;
  
	
}

footer a,
			footer span {
				color: #ffcc33;
				display:inline-block;
				padding: 5px;
				text-decoration: none;
							}


	footer a:focus,
			footer a:hover,
			footer span {
				color: #130900;
				
			}

			
			footer a:focus,
			footer li.active a,
			footer a:hover {
				color: #130900;
				padding: 5px;
				
			}




-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
  