@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; 
  max-width: 1170px;
}

.jumbotron {
    margin-bottom: 1rem;
}

html {
scroll-padding-top: 70px;
} 

h2, h3, h4, h5 {
  color: #4e89ae !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;
}

.navbar {
max-width: 1170px;
}

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

.segment-one {
     background-image: url(../images/cover192.png);
    /* background-image: url(https://regulation.org.uk/images/hacs_background3.jpg); */
    /* margin-top: 50px; Franny took this out*/
    border-bottom: 5px solid white; /* took out gold border line */
    /* max-width: 3000px; Franny took this out*/
    background-color: white;
}

.segment-one h2 {
  padding-top: 60px;
}

/* Fix to rermove overlap at top of page*/

.segment-one {
   margin-top: 50px;
}

/* Fix due to larger menu in civil service website */
/* Franny styling of footer*/
.segment-two {
  height:180px;
  margin-top:50px;
  /*border-top: 1px groove #5C5C5C;*/
  background-color: #4e89ae;
  max-width: none!important;
}

.segment-two a:link {
  color: #1e212d;
}

.segment-two a:hover {
  color: #364547;
  text-decoration: underline;
}

/* Franny took this out */
/*.navbar .bg-dark {
  background-color: blue;
}*/

nav {
  background-color: #4e89ae; /* Franny changed background of navbar*/
  border: none;
}

/* link fix */
a {
  color: #1e212d;
  text-decoration: none;
}

a:hover {
  color: #D3662D;
  text-decoration: none;
}

.col-sm a {
  color: #4e89ae;
  text-decoration: none;
}

.col-sm a:hover {
  color: #D3662D;
  text-decoration: none;
}


article a {
  color: #D3662D;
  text-decoration: none;
  /*text-decoration: underline; Franny took this out*/
}

article a:hover {
  color: #1e212d;
  text-decoration: none;
}

.list-group-item.active {
    z-index: 2;
    color: black; */
    background-color: transparent;
    border-color: transparent;
	
}
/*take out the visited styling*/
/*article a:visited{
  color: #827696;
  text-decoration: underline;
}*/
/* link fix */


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


/* Article border */
/* Franny changed the style of the borders to black*/
.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: 1px groove #5C5C5C; /* took the old border out*/
  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;
  max-width: 1170px;
}
/* container fluid */

/* search box styling */
.sl_search_box {
  text-align: left;
  /* border: 2px solid #C49F6A; Franny took this out */
}
/* Franny search box button styling */
.sl_search_box .button {
  background-color: #D3662D;
  color: white;
  border: none;
  padding: 4px 5px 4px 5px;
  border-radius: 3px;
}

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

.border {
    margin-right: 10px;
}

.margin10   {
	margin: 10px
}


