/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*
bf7c0b - mid brown
e7d2a7 - light brown
89a324 - mid green
5c5441 - dark green/brown


f8ffff - very light blue
e0ffff - light blue
2fcbfe - mid blue
04689a - dark blue
*/

html {
  position: relative;
  min-height: 100%;
}

body {
display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 40px;
  color: #5a5a5a;
  margin-bottom: 60px;
  font-family: 'Ubuntu', sans-serif;
}

main {
  flex: 1;
}

.footer {
  bottom: 0;
  width: 100%;
  background-repeat: repeat ;
  border-top: 1px solid #04689a;
  margin-top:30px;
  padding: 30px 0;
  color: #111111;
}

.wizard-nav-button {
    margin-top:30px;
    margin-right: 20px;
}

/* Customise the navbar */

.navbar-light {
  	border-bottom: 1px solid #04689a;
    background-repeat: repeat-x;
}

.navbar-light .navbar-brand {
	color: #111111;
	font-weight: bold;
}

.navbar-brand {
	padding: 5px 20px 3px 10px;
}

.navbar-nav > li {
    margin-right:10px;
}

.navbar-light .navbar-nav > .nav-item > a
{
	color: #010101;
}

.navbar-light .navbar-nav > .nav-item > a:focus, 
.navbar-light .navbar-nav > .nav-item > a:hover 
{
	color: #04689a;
}

.navbar-light .navbar-nav > .active  a.nav-link, 
.navbar-light .navbar-nav > .nav-item .active > a.nav-link:focus, 
.navbar-light .navbar-nav > .nav-item .active > a.nav-link:hover {
    color: #04689a;
}


/* h tags
-------------------------------------------------- */

.h1, .h2, h1, h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

h1 {
	color: #111111;
	font-weight: bold;
	font-size: 150%;
}


h2 {
	font-size: 130%;
}

h3 {

	font-size: 110%;
	margin-top: 20px;
}

video, canvas, img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.errorlist {
    color: red;
}

.helptext {
    font-size: small;
}

.autocomplete-results {
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
}

.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f0f0f0;
}

.autocomplete-suggestions {
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
}
.autocomplete-suggestion {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: #f1f1f1;
}

.field-title {
    font-weight: bold;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
