body {
    background-color: #f8f8f8;
}

.navbar-win {
    background-color: #fff;
    border-color: #dee6f7;
    color : darkslategray;
    position: fixed;
    width : 100%;
    z-index: 10000;
}
.navbar-win a:focus {
    color : darkgray;
}
.navbar-win a {
    color : inherit;
}


/* CUSTOM CLASSES */

.win-photo.win-home {
    background-color: #fff;
}

.win-content {
    background-color: #fff;
    padding-top: 5vh;
}

.win-content section {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #dee6f7; 
    min-height: 100%;
}

.win-content a {
    color: #333;
    text-decoration: none;
}

.win-content a:hover {
    color: #000;
    text-decoration: underline;
}


.win-photo {
	display: table;	
	position: relative;
	height: 100%;
	width: 100%;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.win-content h1 {
    text-align: center;
    font-size: 3em;
}

.win-content h2 {
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 2.2vh;
}