@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@charset "UTF-8";
/*
Theme Name: S Systems
Theme URI: http://centurysunstudios.co.uk/
Author: EKG/CSS
Author URI: http://centurysunstudios.co.uk
Description: Theme For S Systems.
Version: 1
*/




/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
}
p { font-size: 1.2rem!important }/* Controls the P class GLOBALY for paragraphs in the content ------------------------- */

.boot p { font-size: 0.9rem!important; }/* Controls the P classes in foooter ie back to top ------------------------- */

 /* unvisited link */
a, a:link {
  color: red;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: blue;
} 
/* 
------------------------- */
h1,h2,h3,h4,h5,h6 {font-family: 'Roboto', sans-serif;} 
/* 
-------------------------------------------------- */
.text-white.head-txt {
  font-size: 1.1rem!important;
}

.navbar-text {
  font-size: 1.2em;
  color: #ecda8d !important;
}
a.nav-link {
  color: rgba(255, 0, 0);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 0, 0);
}
.ett { max-height: 800px!important; display:block }
.home-hero img{
	border-bottom: 1px solid #40c040;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: #eeeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width:1000%
	
}





.card { background-repeat: no-repeat; }
a.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 2.25rem;
  text-decoration: none;
  white-space: nowrap;
}



.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: left;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
	text-transform: uppercase
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
 
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top:3rem;
  }
}
