      body {
        padding-top: 20px;
        padding-bottom: 40px;
		background-image: url(../img/bsb_background.jpg);
	    background-repeat: repeat;
	    background-attachment: fixed !important;
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 900px;		
      }
      .container-narrow > hr {
        margin: 30px 0;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 380px 0 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }
	  #address {
		  position: fixed;
		  right: 23%;
		  bottom: 20px;
	  }
		#address a {
			color: #000;
		}
		
		#address a:hover, a:focus {
			color: #fff600;
			transition: color 0.5s ease;
		}
		#address_mobile {
			display: none;
		}

	  #nav {
		  position: fixed;
		  right: 23%;
		  top: 50px;
	  }
	  
		#nav ul li {
			float: left;
			padding-right: 20px;
			list-style: none;
		}
		
		/*#nav */a {
			color: #000;
		}
		
		/*#nav */a:hover, a:focus {
			color: #fff600;
			transition: color 0.5s ease;
		}
		
		.active {
			text-decoration: underline;
		}
	
		#nav_mobile {
			display: none;
		}

	  #logo {
		  position: fixed;
		  top: 50px;
	  }
	  
		::selection {
			background: none repeat scroll 0 0 #fff600; /*fffc00*/
		}
		
		::-moz-selection {
			background: none repeat scroll 0 0 #fff600; /*fffc00*/
		}

	  
	  @media (max-width: 1200px) {
		  #address, #nav{
			  right: 5%;
		  }
	  } 

	  @media (max-width: 800px) {
		  #address, #nav{
			  right: 5%;
		  }
		  .container-narrow {
		  	margin-left: 20px;
		  }
	  } 
	  
	  @media (max-width: 700px) {
		  #address {
			display: none;
		}
		  #address_mobile {
			display: block;
			margin-top: 80px;
		  }
		  
		  #nav {
			  display: none;
		  }
		  
		  #nav_mobile {
			display: block;
			position: fixed;
			top: 0;
			background-color: #fff600;
			width: 800px;
			margin-left: -40px;
			height: 127px;
		}
		
		#nav_mobile ul li {
			list-style: none;
			line-height: 40px;
			color: #000;
			font-size: 18px;
			margin-left: 20px;
		}
		
		/*#nav_mobile a {
			color: #000;
			font-size: 16px;
			margin-left: 20px;
		}*/
		
		#logo {
			margin-top: 100px;
		}
		
		.marketing {
			margin: 350px 0 60px 0;
		  }
	  }
	  
	  @media (max-width: 480px) {
		  .container-narrow {
		  	margin-left: 0px;
		  }
	  }
/* CSS Document */

