.navbar-dark {
    background-color: #211f26 !important;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 10px 10px 20px;
}

.navbar-nav li a {
    font-size: 16px;
    color: lightgrey;    
}

.navbar-brand {
    width: 300px;
    height: 65px;
    background-image: url(Images/Logo.png);
    background-size: cover;
}

.navbar {
    border-color: rgb(53, 163, 32);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a:link, a:visited {
    color: green;
}

.footerURL {
    color: green;
}

.copyrighttext {
    font-size: medium;
    text-align: center;
}
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}

.textcolourgreen {
    color: rgb(53,163,32);
}

.textcolourwhite {
    color: white;
}

.textcentercolourgreen {
    color: rgb(53,163,32);
    text-align: center;
}

.backgroundcolourgreen {
    background-color: rgb(53,163,32);
}

.backgroundcolourblue {
    background-color: rgb(12,93,108);
}

.fontsizesmaller {
    font-size: smaller;
}

.tab-pane {
    border: solid 1px #1A3E5E;
    padding: 5px;
}

.nav-tabs > li a {
    border: 1px solid rgb(53,163,32);
    background-color: rgb(53,163,32);
    color: #fff;
}

.tabitem {
    border: 1px solid rgb(53,163,32);
    background-color: rgb(53,163,32);
    color: #fff;
}

.tabitem > button:hover {
    background-color: rgb(53,163,32);
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: rgb(53,163,32);
    color: white;
    border: 1px solid black;
    border-bottom-color: black;
}

.nav-tabs > li > a:hover {
    background-color: rgb(53,163,32);
    color: #000;
}

.panel-default > .panel-heading {
    background-color: rgb(53,163,32);
}

.panel-title {
    color: white;
}

.panel-group {
    z-index: 100;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -moz-transform: translateX(-100%) rotate(-90deg);
    -o-transform: translateX(-100%) rotate(-90deg);
    -ms-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.panel-heading {
    text-align: center;
}

.panel-body {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    p, ul {
        font-size: 72%;
    }

    h1 {
        font-size: 90%;
    }

    .panel-group {
        height: 30em;
        width: 30em;
    }

    .panel-heading {
        width: 30em;
    }

    .panel-body {
        height: 30em;
        width: 30em;
    }

    .center-block {
        max-height: 30px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    p, ul {
        font-size: 74%;
    }

    h1 {
        font-size: 95%;
    }

    .panel-group {
        height: 29em;
        width: 29em;
    }

    .panel-heading {
        width: 29em;
    }

    .panel-body {
        height: 29em;
        width: 29em;
    }

    .center-block {
        max-height: 40px;
    }
}

/* laptops/desktops and up */
@media (min-width: 992px) and (max-width: 1199px) {
    p, ul {
        font-size: 95%;
    }

    h1
    {
        font-size: 100%;
    }

    .panel-group {
        height: 38em;
        width: 38em;
    }

    .panel-heading {
        width: 38em;
    }

    .panel-body {
        height: 37em;
        width: 36em;
    }

    .center-block {
        max-height: 60px;
    }
}

/* large desktops and up */
@media (min-width: 1200px) {
    /*p
    {
        font-size: 100%;
    }*/

    .panel-group {
        height: 39em;
        width: 39em;
    }

    .panel-heading {
        width: 39em;
    }

    .panel-body {
        height: 39em;
        width: 39em;
    }

    .center-block {
        max-height: 80px;
    }
}