*{
    font-family: Arial, serif;
    box-sizing: border-box;
    line-height: 150%;
}
body{
    font-size: 100%;
}

.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;
}

.colourBlock{
    width: 40%;
    margin: 10px auto;
    padding: 5px;
    background-color: hsl(180, 60%, 45%);
}
.topHalf{
    overflow: auto;
}
#designDocument{
    width: 50%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
#preliminaryDesign{
    width: 50%;
    float: right;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.categoryTitle{
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.container{
    width: 100%;
    overflow: hidden;
}
.container::after{
    clear: both;
}
.subCategory{
    width: 90%;
    vertical-align: center;
    float: left;
}
.wordDocPage{
    width: 100%;
    display: block;
    /*margin: 20px;*/
}
.arrowLeftContainer{
    font-size: 1.5em;
    width: 5%;
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: center;
    background-color: hsl(180,60%,60%);
}
.arrLeft{
    width: 100%;
    height: 100%;
    display: block;
    float: right;
    color: white;
}
.arrowRightContainer{
    font-size: 1.5em;
    width: 5%;
    display: block;
    float: right;
    height: 100%;
    text-align: center;
    vertical-align: center;
    background-color: hsl(180,60%,60%);
}
.arrRight{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    color: white;
}
.arrLeft:hover, .arrRight:hover{
    cursor: pointer;
    opacity: 85%;
}
.pageIndiContainer{
    display: block;
}
.pageIndi{
    padding: 0;
    margin: auto;
    list-style-type: none;
    display: block;
    text-align: center;
}
.indi{
    display: inline-block;
    width: 30px;
    text-align: center;
    border: 2px solid ;
    border-radius: 50%;
    background-color: hsl(180,60%,60%);
    color: white;
}
.indi2{
    display: inline-block;
    width: 30px;
    text-align: center;
    border: 2px solid ;
    border-radius: 50%;
    background-color: hsl(180,60%,60%);
    color: white;
}
.drawingSet{
    margin-top: 100px;
}
.workSample{
    width: 70%;
    padding: 20px;
    display: block;
    margin: auto;
    min-width: 320px;
}
@media screen and (max-width: 1200px) { /* when screen is at less than 1200px wide*/
    #preliminaryDesign, #designDocument {
        float: left;
        width: 100%;
    }
}