@import url("../webfonts/BreeRegular/fonts.css");
body
{
font-family: 'PT Sans', sans-serif;
}

/* Glyphicon now only used within the tests.html page */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  color:#D01F22;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Glyphicon now only used within the tests.html page */

H1, H2, H3, H4, H5, H6
{
	font-family: 'Lobster', cursive;
	color:#C01417;
}
.lead{
	font-family: 'Lobster', cursive;
}

.row
{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* ghosted nav bar on page top */
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse
{
    padding-right: 40px;
    padding-left: 40px;
}
.navbar-default
{
	background-color:rgba(255,255,255,0.60);
	border:none;
}

/* image on page top */
.header-img {
	margin-top: -10px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
}

/* text on image on page top */
.headtext {
	position: absolute;
	left: 14vw;
	top: 28vw;
	font-family: 'Lobster', cursive;
	font-size: 6vw;
	color:white;
	font-style: normal;
	font-weight: 400;
}
.subheadtext {
	position: relative;
	left: -1vw;
	bottom: 10vw;
	font-family: 'Lobster', cursive;
	font-size: 2vw;
	color:white;
}

/* image top section */
.topsection-img {
	margin-top: -10px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
}

/* image for each following section */
.section-img {
	margin-top: 50px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
}

/* text on image for all sections */
.sectionheadtext-light {
	position: relative;
	left: 18vw;
	bottom: 6vw;
	height:0px;
	font-family: 'Lobster', cursive;
	font-size: 4vw;
	color:#FFFFFF;
	font-style: normal;
	font-weight: 400;
}
.sectionheadtext-dark {
	position: relative;
	left: 18vw;
	bottom: 6vw;
	height:0px;
	font-family: 'Lobster', cursive;
	font-size: 4vw;
	color:#7A7A7A;
	font-style: normal;
	font-weight: 400;
}

/* Format of the tiles with texts */
.tile4c1, .tile4c2, .tile4c3, .tile4c4, .tile4c5, .tile4c6, .tile4c7, .tile4c8, .tile3c1, .tile3c2, .tile3c3, .tile3c4, .tile3c5, .tile3c6
{
	width:256px;
	height:256px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}
/* Colors of the tiles with texts */
.tile4c1 { background-color:#C5484A; }
.tile4c2 { background-color:#6ABF6B; }
.tile4c3 { background-color:#D0CC60; }
.tile4c4 { background-color:#7079DD; }
.tile4c5 { background-color:#E054B4; }
.tile4c6 { background-color:#83549F; }
.tile4c7 { background-color:#787A7B; }
.tile4c8 { background-color:#C83100; }
.tile3c1 { background-color:#C5484A; }
.tile3c2 { background-color:#6ABF6B; }
.tile3c3 { background-color:#D0CC60; }
.tile3c4 { background-color:#74DCD1; }
.tile3c5 { background-color:#E054B4; }
.tile3c6 { background-color:#83549F; }
/* Suspression of the hyperlink format on the tiles with texts */
.tile4c1 a, .tile4c2 a, .tile4c3 a, .tile4c4 a, .tile4c5 a, .tile4c6 a, .tile4c7 a, .tile4c8 a, .tile3c1 a, .tile3c2 a, .tile3c3 a, .tile3c4 a, .tile3c5 a, .tile3c6 a
{
	text-decoration:none;
}
/* Text positions and formats of the tiles with texts */
.tile4c-header, .tile3c-header
{
	font-family: 'Lobster', cursive;
	font-size: 16pt;
	color: #ffffff;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:5px;
	margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.tile4c-text, .tile3c-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 12pt;
	color: #ffffff;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:5px;
	margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* Formats for paragraph text*/
p.1c-text, p.2c-text, .multi-column-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 0.5vw
	text-height:120%;
}

/* Formats for the tiles used in two columns */
.tilesmall
{
	width:64px;
	height:64px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.tilemedium
{
	width:128px;
	height:128px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* Formats for stories with images */
.story-image {
    border: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 1px;
}
/* Formats for stories with images and text wrapping left and right*/
.story-image-left {
    float: left;
    border: none;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.story-image-right {
    float: right;
    border: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* Formats for story texts */
.story-title {
	font-family: 'Lobster', cursive;
	font-size: 16pt;
	color: #C23810;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.story-text {
	font-family: 'PT Sans', sans-serif;
	font-size: 10pt ;
	color: inherit;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Positions and formats for image tiles */
.tile-image
{
	position:relative;
	top:0px;
	left:0px;
	width:256px;
	height:256px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.tile-image-header
{
	position:absolute;
	top:2px;
	left:10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16pt;
	color: #ffffff;
}
/* Formats for tile with image */
.photo-grid {
	background-color:transparent;
	margin: none;
	max-width: 256px;
	text-align: left;
}
.photo-grid li {
	background-color:transparent;
	list-style:none;
	border: none;
	display: inline-block;
	width: 256px;
}
.photo-grid li:hover figcaption {
	background-color:transparent;
	list-style:none;
	opacity: 1.0;
}
.photo-grid li:hover img {
	background-color:transparent;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1); 
}
.photo-grid img {
	background-color:transparent;
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}
.photo-grid figure {
	background-color:transparent;
	height: 256px;
	overflow: hidden;
	position: relative;
	left:-40px;
	width: 256px;
}
.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: block;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
/* Header text in tile with image */
.photo-grid figcaption p.fcheader {
	background-color:transparent;
	font-family: 'Lobster', cursive;
	display: block;
	font-size: 18pt;
	position: relative;
	top: 5px;
	left:0px;
	width: 256px;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	vertical-align: top;
}
/* Text in tile with image */
.photo-grid figcaption p.fctext {
	background-color:transparent;
	font-family: 'Lobster', cursive;
	display: block;
	font-size: 14pt;
	position: relative;
	top: 50px;
	left:0px;
	width: 256px;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	vertical-align: top;
}
.photo-grid figcaption p.fcheaderdark {
	background-color:transparent;
	font-family: 'Lobster', cursive;
	color:#C00
	display: block;
	font-size: 18pt;
	position: relative;
	top: 5px;
	left:0px;
	width: 256px;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	vertical-align: top;
}
/* Text in tile with image */
.photo-grid figcaption p.fctextdark {
	background-color:transparent;
	font-family: 'Lobster', cursive;
	font-color:#C00
	display: block;
	font-size: 14pt;
	position: relative;
	top: 50px;
	left:0px;
	width: 256px;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	vertical-align: top;
}
/* Formatting for multi column page */
.columns {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 480px) {
.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
}
@media (min-width: 768px) {
.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
}
@media (min-width: 992px) {
.columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
}
@media (min-width: 1200px) {
.columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
}

/* Image slider */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
/* Bullets in image */
.carousel-indicators {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -50%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-color: #ffffff;
}
/* slider controls */
.slider-fullscreen, .slider-smallscreen {
	position: absolute;
	right: 1vw;
	top: 0vw;
	z-index:200;
}
.carousel-next {
	position: absolute;
	right: 5vw;
	bottom: 50%;
	z-index:200;
}
.carousel-last {
	position: absolute;
	left: 2vw;
	bottom: 50%;
	z-index:200;
}
