/* Main stylesheet for Penrallt Baptist Church website
   NB this is now designed to work with Bootstrap, providing customisations
   for the Penrallt website
*/

/* Move navbar-specific code to a separate file for clarity */
@import url("navbar.css");

*, h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather Sans', sans-serif;
}

h1 {
  color: #070;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

h2 {
  color: #060;
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

body {
  background: #fff;
  color: #030;
}


.textside {
    margin-left : 3%;
    margin-bottom : 1em;
    float : right;
    clear : both;
}
.textside-noborder
{
    border : 0px;
    margin : 0px;
    float : right;
    clear : both;
}
.rhs {
    float: right;
    margin-left: 1%;
}
.noborder {
    border: medium none;
}
/* End of image styles */

.notice {
    background-color: #393;
    border: 1px solid #333;
    font-size: 120%;
    margin: 1em auto 0.5em;
    max-width: 58em;
    padding: 0.5em;
    border-radius: 0.2em;
}
.notice p {
    color: #fff;
}
.notice a:link, .notice a:visited {
    color: #900;
}
.notice h3 {
    color: #030;
    margin-top: 0;
}

.newsSummary {
    display: block;
    float: right;
    background: #cfc;
    width: 20%;
    min-width: 10em;
    border: 1px solid #700;
    padding: 0.5em;
    margin-left: 1%;
    margin-top: 1%;
    border-radius: 0.2em;
}

.newsSummary h3 {
  margin-top: 0.5ex;
  padding-left: 0.2em;
  color: #700;
  font-weight: bold;
}

.newsSummary ul {
  padding: 0 1em;
  list-style-type: none;
}

.newsSummary li {
  padding-bottom: 1ex;
}

.newsSummary p {
  font-size: 90%;
}

.jumbotron {
  background: url(/images/zoombanner.jpg) no-repeat bottom center / cover;
}

.jumbotext {
  color: #f8f9fa;
}

.jumbotext > em {
  color: #9aced6;
  font-style: normal;
}

sup {
  color: inherit;
}
