body {
  font-size: 16px;
  padding-top: 5px;
  background-color: #fdf837;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.50);
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: left;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 1.000em;
}

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 1.875em;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #5cb85c; /* Old browsers */
  background-image:    -moz-linear-gradient(top, #f5f5f5 0%, #5cb85c 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#5cb85c)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#5cb85c 100%); /* Chrome 10+,Safari 5.1+ */
  background-image:      -o-linear-gradient(top, #f5f5f5 0%,#5cb85c 100%); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f5f5f5 0%,#5cb85c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#5cb85c',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #4cae4c;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #42ca8b;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #42ca8b;
}

.dropdown-menu {
	font-size: 1.000em;
	margin: 0 0 0;
}

html body div.container div.masthead ul.nav li.dropdown ul.dropdown-menu li {
	font-size: 1.000em;
}
html body div.container div.masthead ul.nav li.dropdown {
	line-height: 1;
}

html body div.container div.masthead ul.nav li.dropdown ul.dropdown-menu li a {
	font-size: 1.000em;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}






.hero {
  position:relative;
  background: url(../Images/gw_header.jpg) repeat-x center center;
  background-size: cover;
  -webkit-box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
  -moz-box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
  box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
  text-align: center;
  text-shadow:#666 0px 0px 5px;
  padding-top:10px;
  padding-bottom:70px     
}

.curvedtext1 h1{
	font-family: 'Concert One', serif;
	text-transform: uppercase;
	text-shadow: 0 0 0.2em #776644, 0 0 0.2em #776644, 0 0 0.2em #776644;
	color: #ffffff;
	font-size: 30px;
    font-size: 4.0vw;
	font-size: clamp(1rem, 3vw, 8rem);
}


footer {
 color: #666;
 background: #222;
 padding: 17px 0 18px 0;
 border-top: 1px solid #000;
}

/* typo3 rte */
A { color: #000066; text-decoration: none; }
A:hover { color: #660000; }

UL.csc-bulletlist LI {
    font-size: 1.000em;
}
UL {
    font-size: 1.000em;
}
OL {
    font-size: 1.000em;
}
LI {
    font-size: 1.000em;
}

INPUT{
    font-size: 1.000em;
}

TEXTAREA {
    font-size: 1.000em;
}

H1, H2, H3, H4, H5, H6 {
    margin: 40px 0 20px;
	font-size: 1.250em;
	color: #000000;
}

P.bodytext { font-size: 1.000em; color: #000000; }
.indent{margin-left:30px}


.csc-mailform {
	margin-left: 30px;
	padding: 10px;
	
}

div.csc-mailform ol, div.csc-mailform ol li {
    margin: 5px;
    padding: 5px;
}
div.csc-mailform form  input,div.csc-mailform form textarea {
	width: 60%;
}

.align-left { text-align: left; font-size: 1.000em; color: #000000; }
.align-right { text-align: right; font-size: 1.000em; color: #000000; }
.align-center { text-align: center; font-size: 1.000em; color: #000000; }
.align-justify { text-align: justify; font-size: 1.000em; color: #000000; }


DIV.csc-frame-frame2 {
background-color: #F5FFAA;
border-radius: 5px;
}

.csc-menu {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #5cb85c;
    border-color: #428BCA;
}