/*  main css file for template */

body {
	background: #fff;
	color: #222;
	cursor: auto;
	font-family: "Holmes", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	width: 100%;
  height:auto;
	overflow-x: hidden;
}
.row.fullWidth {
  /* to force a row to span the entire width of the page */
   width: 100%;
   margin:auto 0;
   max-width: initial;
}



#topArea{
  width:100%;
  margin-top:60px;
  height:107px;
  background-color:#fff;
}

.mainContainer{
  margin-top:122px;
}

/* header css */
#main-header {
	height: 26px;
	position: relative;
}

#main-header:before,#main-header:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#main-header:before {
	position: fixed;
	height: 26px;
/* edited by JWW */
	/* background-color: #6babe5; */
	background-color: rgba(107,171,229, 0.73);
/* end edit JWW */
	z-index: 1200;
}


#main-header:after {
	height: 123px;
	top: 26px;
	background-color: rgb(164, 30, 52);
	/* background-color: rgba(135, 0, 38, 0.8);*/
}

#main-header .row {
	height: 149px;
	position: relative;
}

#main-header h1 {

  text-align: center;
  font-family:"Gloucester MT Extra Condensed";
  text-transform: capitalize;
  width: 100%;
  font-size: 2rem;
  color:#fff;
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


/* End Header CSS */



.contentArea{
  width:100%;
  height:100%;
  background-color:#fff;
}

footer{
  background-color: rgba(107,171,228, 0.53);
}

#titleBar h1{
	font-size:3.35rem;
	font-family:"Gloucester MT Extra Condensed";
	color: #fff;
}

h1{
  font-size:1.5rem;
  font-family:"Gloucester MT Extra Condensed";
  
}
h2 {
  font-size:1.25rem;
}

.green{
  color: rgb(0, 189, 30);
}

/* 1024 px */
@media only screen and (max-width: 1024px){
  .svg-holmes-title{
    width:575px;
    height:auto;
  }
}

/* 660 px */
@media only screen and (max-width: 660px){
  .svg-holmes-title{
    width:400px;
    height:auto;
  }

}

/* 420 px */
@media only screen and (max-width: 420px){
	#main-header h1{
		font-size:1.75rem;
		font-family:"Gloucester MT Extra Condensed";
	}
  .svg-holmes-title{
    width:300px;
    height:auto;
  }
}