:root {
    --Blue:  #6688CC;
    --LightBlue: #C2CFEB;
    --DarkBlue: #1f335c;
    --TableBorderColour: #CCC;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Roboto Flex", sans-serif;
}
h1 {
    width:100%;
    font-family: "Dancing Script", sans-serif;
    font-size: 5em;
    color: white;
    background-color: var(--Blue);
    padding: 8px 10px;
    margin: 0px;
}
h1 > div {
    display: inline-block;
    float: right;
    font-size: 0.5em;
}

div.roles {
    margin-top: 10px;
    text-align: right;
}

.role {
    font-family: Arial;
    font-size: 0.5em;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
    color: var(--Blue);
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}


h2.script,
div.columns > div h2,
div.box h2 {
    font-family: "Dancing Script", sans-serif;
    color: var(--Blue);
}

div.box > h2,
div.columns > div h2 {
    margin-top:0px;
    font-size: 3em;
}
h3 {
    font-size: 1.4em;
    width:100%;
}
h2.script {
    font-size: 4.5em !important;
}

h3 span {
    padding-left: 20px;
    font-size: 0.6em;
    font-style: italic;
    display: inline-block;
    float: right;
}

.navbar {
    margin-bottom: 5px;
}

.navbar-nav {
    float:left;
    width:100%;
}

.navbar-nav > li.right {
    float:right;
}

.navbar-nav>li>a {
    font-size: 1.2em !important;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--Blue);
    color: white;
}

.active a {
    background-color: var(--LightBlue);
}

th {
    background-color: var(--Blue);
    color: white;
}

th, td {
    border: 2px solid var(--TableBorderColour);
    padding: 5px 10px;
    font-size: 0.9em;
}

div.image {
    width:100%;
    height:1024px;
    padding:20px;
    background-image:url('/style/Brampton-Colour.png');
    background-size:cover;
    background-repeat:no-repeat;
}

div.box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

div.box div {
    border: 1px solid #DDD;
    background-color: #EEE;
    margin-top: 0px;
    padding: 0px 5px 5px 5px;
}

div.links {
    background-color: white !important;
}

div.links button {
    width: 250px;
    height: 80px;
    margin: 20px;
    display: inline-flex;
    text-align: center;
    align-items: center;
}

div.links button i {
    font-size: 2em;
    margin-right: 15px;
}

div.columns {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0px;
}
div.columns > div {
    border-radius: 10px;
    padding: 10px 20px 30px 20px;
    margin: 10px;
    width: 45%;
    background-color: white !important;
    max-height:70vh;
    overflow:scroll;
}


::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

li {
    padding: 2px 0px;
}

img {
    width: 100%;
}

form {
    background-color: white;
    padding: 0px;
}
form.edit {
    display: inline-block;
}

form.add {
    width:100%;
    float:right;
    padding-bottom: 20px;
}
button.add {
    margin-left:0px;
}

form.add button {
    width: 180px;
    height: 20px;
    padding: 0px;
    margin-left: 0px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
    color: white;
    background-color: #1f335c;
    display: block;
}
button.edit {
    width: 40px;
    height: 15px;
    padding: 0px;
    margin-left: 0px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
    color: white;
    background-color: #1f335c;
    display: block;
    float-right;
}

label {
    width: 100px;
}


.pdfobject-container { height: 500px; border: 1px solid #ccc; }

select {
    height: 25px;
}


table.gallery img {
    max-width: 200px;
    max-height: 200px;
}
