/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body {
        background: #ffffff url("https://d1gucn7k90sz0y.cloudfront.net/images/static/bg_header_1.png") repeat-x left top;
}

section#main-body,
section#header {
	background-color: transparent;
}

section#header {
	height: 100px;
}
section#header .logo img {
	margin-top: 25px;
}

section#main-menu {
	background-color: transparent;
}
section#main-menu .navbar-main {
	background-color: #2c2c2c;
        border-radius: 4px;
        background-image: -webkit-linear-gradient(top, #333333, #222222);
        background-repeat: repeat-x;
}

section#main-menu .navbar {
	margin: 0 auto;
}

/* Adapted from all.css for .container */
@media (min-width: 768px) {
  .navbar {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    width: 1170px;
  }
}
