@import url(http://sruu.pl/css/sruuBrands.css);
/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    color: #526066;
	font-family: Arial;
}

h2, h3 {
    letter-spacing: 0.20em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}

#sruuBrands {
  position: fixed;
  top: 0;
  left: 0;
}
#sruuBrands ul {
    max-width: 944px;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}
.l-content a {
	color: rgb(136, 79, 52);
	text-decoration: none;
}
.l-content a:hover {
	text-decoration: underline;
}

.l-box {
    padding: 0em 2em 0.5em 2em;
}

/*
 * -- MENU STYLES --
 */
.pure-menu ul {
    height: 3em !important;
}
.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
	padding: 0px 0px 0px 0px;
}
.pure-menu li a {
	padding: 11px 20px 11px 20px;
}
.pure-menu-heading img {
	padding-top: 4px;
}
.pure-menu-fixed {
    top: 41px;
}

/*
 * -- BANNER --
 */
.banner {
    background: transparent url('images/banner.jpg') 0 0 no-repeat fixed;
    text-align: center;
    background-size: cover;
    height: 350px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}

    .banner-head {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 4em;
        color: white;
        font-weight: 500;
        text-shadow: 0 1px 1px black;
    }


/*
 * -- INFORMATIONS --
 */
 .information, .configuration {
    max-width: 980px;
    margin: 0 auto;
 }

.information-head {
    color: black;
    font-weight: 500;
}
.block-head {
	margin: 0px;
}

/*
 * -- CONFIGURATION --
 */
.pure-form legend {
	text-transform: uppercase;
	letter-spacing: 0.20em;
}
.pure-form .pure-button {
	margin-top: 8px;
}
pre.snippet {
	margin: 1.3em 0px 1.3em 0px;
    padding: 5px;
	border: 1px solid #e1e1e1;
	background: #eeeeee;
	border-radius: 4px;
}
aside {
    background-color: rgb(250, 191, 103);
	color: rgb(151, 96, 13);
    padding: 1.3em 1em;
    border-radius: 3px;
	text-align: center;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
}

/*
 * -- FOOTER --
 */
.footer {
    background: rgb(17, 17, 17);
    color: rgb(102, 102, 102);
    text-align: center;
    padding: 11px 0px;
    font-size: 80%;
}
    .footer a {
        color: #979797;
		text-decoration: none;
    }


/*
 * -- TABLET MEDIA QUERIES --
 */
@media(max-width: 767px) {
    .banner-head {
        font-size: 3em;
    }
}

/*
 * -- PHONE MEDIA QUERIES --
 */
@media (max-width: 480px) {
    .banner {
        height: 200px;
    }
    .banner-head {
        font-size: 2em;
    }
}
