/* Space out content a bit */
html {
  display:block;
  height: 101%;
}

body {
  height:100%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color:#000000;
}

.container-fluid {
  min-height:100%;
  padding-bottom:40px;
  max-width: 1024px;
  background-color:#FFFFFF;
}
  
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  background-color: #800000;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #EEEEEE;
  margin: 0px -15px 15px -15px;
  text-align: center;
}

.header h1 {
  font-size: 32pt;
  font-style: italic;
  font-weight: bold;
}
.header p {
  font-size: 16pt;
  font-weight: bold;
}
.header i {
  font-size: 20pt;
}
.header a, .header a:active  {
  color:#EEEEEE;
}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
*/

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.img-container {
  text-align: center;
}

.img-leader {
  margin:0 auto;
  border:1px solid #000000;
}

.div1 {
  text-align:center;
  font-size:12pt;
  font-weight:bold;
  margin:0px auto;
  padding-top:20px;
  max-width:768px;
}


.home-block {
  background-color:#EEEEEE;
  border-radius:5px;
  overflow:hidden;
  margin-top:40px;
  box-shadow: 5px 5px 5px #AAAAAA;
}
.home-header {
  background-color: #800000;
  color:#EEEEEE;
  font-size: 20pt;
  font-weight: bold;
  padding:10px;
}
.home-header i {
  font-size: 32pt;
  float:right;
}
.home-detail {
  padding:10px;
}
.home-detail ul {
  line-height:2em;
}
.home-detail a, .home-detail a:hover, .home-detail a:active  {
  color:#000000;
  font-weight:bold;
}
a.btn-custom, a.btn-custom:visited, a.btn-custom:active {
  color:#000000;
  background: #EEEEEE;
  background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
  background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-weight:bold;
  font-size:14pt;
  padding: 5px 10px;
  text-decoration: none;
}

.btn-custom:hover {
  color:#000000;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -moz-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -ms-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -o-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: linear-gradient(to bottom, #DDDDDD, #CCCCCC);
  text-decoration: none;
}
.text-centred {
  text-align:center;
}

/* Customize container */
@media (min-width: 1025px) {
   body {
     background-color:#6b6b6a;
   }
}

@media (max-width: 768px) {
  body {
    font-size: 10pt;
  }
  .header h1 {
    font-size: 20pt;
  }
  .header p, .header button {
    font-size: 12pt;
  }
  h1 {
    margin-top:10px;
  }
  .div1 {
    font-size:11pt;
  }
  .div1 span.wide {
    display:none;
  }
  .home-header {
    font-size: 14pt;
  }
  .home-header i {
    font-size: 20pt;
  }
  .home-block {
    margin-top:25px;
  }
}
@media (min-width: 769px) {
  .home-narrow {
    max-width:768px;
    margin:0 auto;
  }
  .btn-custom {
    display:none;
  }
  .div1 br.narrow {
    display:none;
  }

}
