*{
    font-family: Arial, serif;
    box-sizing: border-box;
    line-height: 150%;
}

body{
    font-size: 100%;
}

section{
    margin: 0 8% 0;
}

h2{
    text-align: center;
    font-weight: bold;
}

.bs-example{
    margin-bottom: 60px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 5;
}
.bg-light {
    background-color: hsl(180,60%,50%)!important;
}
#navbarCollapse{
    flex-direction: row-reverse;
}
.navbar-brand{
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 60px 25px;
    color: white !important;
    font-size: 1.5em;
    text-align: center;
}
.nav-link{
    color: white !important;
    padding: 1em 1.5em 1em !important;
    font-size: 1.25em;
}
li a:link{
    display:inline-block;
    float: right;
    color: white;
    text-align: center;
    padding:30px;
    font-size: 1.25em;
    text-decoration: none;
}
li a:visited{
    color: white;
    text-decoration: none;
}
li a:hover {
    background-color: hsl(180, 60%, 45%);
    text-decoration: none;
}

.workSample{
    width: 60%;
    padding: 20px;
    display: block;
    margin: auto;
    min-width: 320px;
}
.colourBlock{
    width: 40%;
    margin: 2% auto;
    padding: 5px;
    background-color: hsl(180, 60%, 45%);
}