/* ceda.css - customisations for CEDA theme */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
body > .container {
  padding-bottom: 100px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #ffffff;
  padding-top: 10px;
}


/* Match height of navbar to height of logo image */

.navbar-brand {
    height: auto; /* Adjust this to the height of the logo image */
}

/*
 * Start Bootstrap - Logo Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.navbar-fixed-top .nav .navbar-brand {
    padding: 0 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 0;
}

@media(min-width:768px) {
    body {
        padding-top: 94px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .nav .navbar-brand {
        padding: 0 0;
    }
}
