
.jumbotron p { font-size: 16px; }
.jumbotron { padding-top: 8px; }
.your { text-decoration: underline; font-weight: bold;}

h3 { font-size: 22px; color: #428bca; font-weight: 400; font-style: normal; }

.lead {
  font-size: 20px;
  line-height: 1.8em;
}

p.summary, ol.summary {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}
@media (max-width: 768px) 
{
  h3 { font-size: 18px;}
  .jumbotron { padding-top: 28px; }
  .lead { font-size: 16px; }
}
@media (min-width: 768px) and (max-width: 992px)
{
  h3 { font-size: 18px;}
  .jumbotron { padding-top: 28px; }
  .lead { font-size: 16px; }
}

@media (min-width: 992px) {
  .container { max-width: 900px; }
  .jumbotron { padding-top: 28px; }
  h3 { font-size: 22px; }
  .jumbotron P { font-size: 18px; }
}



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


body > .container {
  padding: 10px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.brand {
  font-family: 'Share', Helvetica, Arial, sans-serif;
  font-weight: 700; 
  font-size: 170%;
  font-style: italic;
}
.brand:hover, .brand {
  text-decoration: none;
  /* color: #428bca; */
  color: #c7254e;
  margin-left: 0.3em;
}
a.strapline, a.strapline:hover {
  font-style: italic;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
}
.strapline-small {
  padding-top: 6px;
  padding-left: 10px;
}
h1, h2, h3, h4 {
  font-family: 'Share', Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #c7254e;
    background-color: #E7E7E7;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
{
    background-color: #c7254e;
}

h3 > a:hover {
  text-decoration: none;
}