body{
    position: relative;
}
.navbar{
    opacity: 0.8;
}
#brand{
    font-family: Poiret One; 
}
.nav.navbar-nav.navbar-right li a{
    color: darkslategrey;
}
.page-header{
	text-align: center;
	background-image: url('../img/headerimg.jpg');
	background-size: cover;
    display: table;
	height: 100%;
    width: 100%;
}
.no-margin{
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
}
.tryOut{
    color: whitesmoke;
    background-color: darkslategrey;
    padding: 70px 0;
    text-align: center;
}
.btn-style{
    background-color: whitesmoke;
    color: black;
}
.product{
    color: black;
    background-color: whitesmoke;
    padding: 70px 0;
    text-align: center;
}
.goal{
    padding-bottom: 30px;
}
.project{
    color: white;
    background-color: darkslategrey;
    padding: 70px 0;
    text-align: center;
}
.creators{
    color: black;
    background-color: whitesmoke;
    padding: 70px 0;
    text-align: center;
}
.creator{
    padding: 25px;
}
.middle{
    display: table-cell;
    vertical-align: middle;
}
.inner{
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5em;
    font-family: Poiret One;   
}
.fa{
    color: darkslategrey;
}
.footer{
    background-color: darkslategrey;
    min-height: 10%; 
    color:whitesmoke;
}

