body {
  font-family: 'Raleway', sans-serif;
}

.fields-container {
  display:none;
}

.container-component>*+* {
  margin-top: 0px;
}

.container-header {
  background-color: #000;
  background-image: none;
  padding: 0 0.5em 0 0.5em;
}

.container-header .grid-child {
    padding: 0 0.5em 0 0.5em; 
}

.container-footer {
  background-color: #000;
  background-image: none;
}


.container-banner {
  background-image: url(/images/bkgr2.jpg);
  background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jeffphoto{
      border-radius: 4px;
      xbox-shadow: 8px 8px 3px #333;
      x-moz-box-shadow: 8px 8px 3px #333;
      x-webkit-box-shadow: 8px 8px 3px #333;
      x-khtml-box-shadow: 8px 8px 3px #333;  
}

.metismenu-item {
  background-color: #111;
}

.metismenu a {
  color:white;
}

.quote {
  font-family: 'Solitreo', cursive;
  font-family: "Raleway", sans-serif;
}

/*  Biography      */
.biography {
  margin-left: 40px;
  margin-right: 80px;
}

/*  Compositions  */
.blog-item {
  background-color: #ddd;
  padding-left: 10px !important;
}

.ctitle {
  color: red;
  font-size: 1.4em;
}

.csubtitle {
  color: red;
  font-size: 1em;
}

.cyear {
  font-weight: bold;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.pubcolumn {
  float: left;
  /* width: 33.33%;  */
  padding: 5px;
}

/* Clear floats after image containers */
.pubrow::after {
  content: "";
  clear: both;
  display: table;
}

/****************************************************/
/*  Lighthouse                                      */

.lighthouse { 
  xborder : 2px solid #000; 
  overflow:hidden;
}

.lighthouse div {
   min-height: 150px;
   padding: 10px;
}
#lighthouse-one {
  float:left; 
  margin-right:10px;
  width:25%;
}
#lighthouse-two { 
  background-color: white;
  overflow:hidden;
  margin:10px;
  min-height:170px;
}

@media screen and (max-width: 800px) {
   #lighthouse-one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;  
  }
}
/* -------------------------------- */


/****************************************************/
/*  Contact Form                                    */

.cf-btn {
  background-color: #b33b3b !important;
}

.cf-form-wrap {
  background-color: #ffffff !important;
}

.cf-label {
  color: black !important;
}

/* -------------------------------- */
.endorsement {
  font-family: 'Solitreo', cursive;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  padding-top: 15px;
}

.endorser {
  font-family: 'Arial', cursive;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: solid #ccc 1pt;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  img#jeff-pic {
    display: none;
  }

  #front-quotes {
    max-width: 90%;
  }  
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
  img#jeff-pic {
    display: none;
  }

  #front-quotes {
    max-width: 90%;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
  img#jeff-pic {
    display: none;
  }

  #front-quotes {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1001px) {
  img#jeff-pic {
    display: initial;
  }

  #front-quotes {
    max-width: 90%;
  }
}

/****************************************************/
/*   Front page quotes - animations                 */

#quote1 {
  animation-delay: 0s;
  color: white;
  font-size: 30px;
}

#quote2 {
  animation-delay: 1s;
  color: white;
  font-size: 30px;
}

#quote3 {
  animation-delay: 2s;
  color: white;
  font-size: 30px;
}