@charset "UTF-8";

/* Page wide CSS */


/* Jamie 1/12/2018 - mobile/tablet responsive*/
body {
  font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important;
  color: #5C5C5C;
}

.jumbotron {
    margin-bottom: 1rem;
}

h2, h3, h4 {
  color: #5C5C5C; !important
}

/* Jamie 7/1/2018 - text size*/
p {
  font-size: 1.1em;
}

blockquote {
	margin-left: 30px
}

li {
  font-size: 1.1em;
}

.flt_lft {
	float: left;
	margin-right: 10px;
}
.flt_rgt {
	float: right;
	margin-right: 10px;
}

a.nav-link{
  font-size: 1.1em;
}
/* Jamie 7/1/2018 - text size*/

.segment-one {
  
  background-image: url(http://www.fentimanandrichborne.org.uk/images/fara_banner.jpg);
  max-height:210px;
  margin-top:50px;
  border-bottom: 5px solid #C49F6A;
}

/* Fix due to larger menu in civil service website */
/* @media (min-width: 768px) {
  .segment-one {
  	margin-top:80px;
  }
} */
/* Fix due to larger menu in civil service website */

.segment-two {
  height:180px;
  margin-top:50px;
  border-top: 5px solid #C49F6A;
  background-color: #222845;
}

.navbar .bg-dark {
  background-color: blue;
}

nav {
  background-color: #222845;
  border-bottom: 1px solid #C49F6A;
}

/* link fix */
a:link{
    color:  #5C5C5C;
}

article a:link{
  color: #827696;
  text-decoration: underline;
}

article a:visited{
  color: #827696;
  text-decoration: underline;
}
/* link fix */


/* Jamie 1/12/2018 - mobile/tablet responsive*/


/* Article border */
.menu_top_border {
  background-color: #FFFFFF;
  width: 100%;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: left;
  border-top: 4px solid #C49F6A;
  border-left-style: none;
  border-right-style: none;
}
/* Article border */

/* container fluid */
.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
/* container fluid */

/* search box styling */
.sl_search_box {
  text-align: left;
  /* border: 2px solid #C49F6A; */
}
/* search box styling */


/* row text styling */
.row p{
  color: #5C5C5C;
};
/* row text styling */
