/*Clinker Cup CSS Styles*/

/*Palette
CLINKER PINK: HEX #FF69B4, rgb(255, 105, 180), hsl(330, 100%, 71%)
CLINKER GREY: HEX #F1F1F1, rgb(241, 241, 241), hsl(0, 0%, 95%)
CLINKER TAN: HEX #E8B454
*/


/*Users with older browsers that don't support block level elements as standard*/
aside, article, section, header, nav, footer {
    display: block;
}

/*Basic CSS reset*/
div, h1, h2, h3, p, img {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    background: #F1F1F1;
}
body {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 200;
	background-color: #FFFFFF;
}
/*Link Styles*/
a {
	color: #547AE8;
    font-weight: bold;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
a:hover {
    color: #E8B454;
    text-decoration: underline;
}
a:active {
    color: #FF69B4;
}
a:focus {
    outline: thin dotted;
}
img {
    margin: 1%;
}

.navbar-default {
	background-color: #FF69B4;
	text-align: center;
    font-family: monospace;
    color: hotpink;
} 

.media h4 {
    font-family: monospace;
    font-size: 1.8em;
    margin-top: 10px
}

.media p {
    font-size: 1.1em;
    font-family: sans-serif;
}

#leaderboard {
    float: left;
    margin-left: 5%;
}

/*.pLinks {
	color: #E965B3;
	font-weight: regular;
    text-decoration: underline;*/
}
li a {
	color: #E965B2;
}
