@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
  font-family: 'Montserrat', sans-serif!important;
}
/* Body for full header and footer */
body {  
  border-top-width: 0px!important;
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}
.container {
  margin: 0!important;
  border: 0!important;
  padding: 0!important;
  width: 100%!important;
  min-width: 100%!important;
  max-width: 100%!impotant;
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

/* Remove header, page title and footer */
header {
  display: none;
}
.brand {
   display: none;
}
footer {
  display: none;
}

/* Custom Footer */
.footer-container{
  display: flex;
  /*position: absolute;*/
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 2px;
  padding: 10px;
  background: white;
  font-size: 11px;
}

/* Custom navbar */
@media (min-width: 980px) {
	.navigation {
	  padding: 0;
	  margin: 0;
	  border: none;
	  height: 60px;
	}
	.nav-collapse {
	    width: 100%;
	}
	ul.nav.menu.nav-pills {
	  height: 60px;
	  margin: 0;
	  padding: 0;
	  display: flex;
	  align-items: center;
	  justify-content: space-around;
	  width: 100%;
	  border: none;
	  text-transform: uppercase;
	}
	ul.nav.menu.nav-pills li a, 
	ul.nav.menu.nav-pills li a:hover, 
	ul.nav.menu.nav-pills li a:focus,
	ul.nav.menu.nav-pills li a:visited,
	ul.nav.menu.nav-pills li a:active{
	  color: black!important;
	  border: 0!important;
	  background-color: transparent;
	}
	ul.nav.menu.nav-pills li.current a {
	  color: #b11f24!important;
	}
	ul.nav.menu.nav-pills li.default a img {
	  max-height: 45px;
	}	    
}
@media (max-width: 979px){
        .responsive-home-logo {
          display: block;
          position: absolute;
          left: 50%;
          margin-left: -64px;
        }
        .responsive-home-logo img{
          max-height: 50px;
        }
	ul.nav.menu.nav-pills .default {
	  display: none;
	}
	.current.active > a {
	  background-color: #b11f24!important;
	}
}
@media (min-width: 980px){
        .responsive-home-logo {
          display: none;
        }
}

/* Article styles */
.jumbotron {
  padding: 80px 4% 80px 4%;
  font-size: 20px;
  line-height: 30px;
}
.jumbotron .subtitle {
  margin-bottom: 20px;
}
.jumbotron--center{
  text-align: center;
  margin: 80px 18% 80px 18%;
  font-size: 20px;
  line-height: 30px;
}
.jumbotron__content{
  margin-top: 6px;
  text-align: justify;
  line-height: 24px;
  font-size: 20px;
  word-spacing: 1px;
}
.reverse-jumbotron {
  background-color: #e7b42d;
  color: white;
  padding: 80px 4% 80px 4%;
}
.reverse-jumbotron__header{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 800;
}
.reverse-jumbotron__content{
  margin-top: 6px;
  text-align: justify;
  line-height: 24px;
  font-size: 20px;
  word-spacing: 1px;
}

/* Custom sections : mainly section Mitre */
.listsection {
  padding: 40px 4% 40px 4%;
}

.listsection img { 
  max-width:70%;
}

.subtitle{
  color: #b53f32;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.listitem{
  margin-top: 20px;
  margin-bottom: 20px;
}
.listitem__subtitle--center{
  color: #b53f32;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
}
.subtitle__content--justified{
  color: #231f20;
  text-align: justify;
  font-size: 18px;
  line-height: 22px;
}
.subtitle__content--justified ul li{
  line-height: 24px;
}

/* Double column display*/
.columns{
  display: flex; 
  align-items: center; 
  justify-content: space-between;
}
.columns--around{
  display: flex; 
  align-items: center; 
  justify-content: space-around;
}

/*Form Font size */
div#bfPage1 label {
    font-size: 16px;
}
.bfElemWrap {
  background-color: white!important;
}
/* Map */
#map {
  height: 400px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}