﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

.pad-section {
	padding: 30px 0;
}


.pad-section-10 {
	padding: 10px 0;
}

.pad-section-25 {
	padding: 25px 0;
}


.pad-section img {
  width: 100%;
}

.pad-sectiontop {
	padding-top:0.5em;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


  /*font-size: 6vw !important;*/
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px !important;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px !important;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px !important;
}

/* Fix for the Strong/Bolding which doesn't work very nicely in some browsers */
li {
-webkit-font-smoothing: antialiased;
}


/* additional sections */
#home {
  background: url(../images/Slides/Slide1.jpg) no-repeat center center fixed; 
  display: table;
  height: 75%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hometext{
  position: absolute;
  font-size: 60px;
  font-color: white;
  top: 300px;
  left: 50%;
}

#timing {
	background-color: #0081c7;
	color: white;
	width: 100%;
}

#prize {
  background-color: #0081c7;
  color: #ffffff;
}

#header {
  background-color: #0081c7;
  color: #ffffff;
  width:100%;
}


#sponsor {
  background-color: #1fcfcc;
  color: #000;
  width:100%;
}

#xxx .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 400px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#charity {
	background-color: #CD5360;
	*/background-color: #004150;*/
	color: #fff;
}

#events {
	background-color:white;
	width: 100%;
}

#eventdate{
	
	background-color: #1fcfcc;
	color: black;
	width:100%;
}

#dash {

	background-color: #5cb85c;
	color: white;
	width: 100%;
}


#information {
  background: url(../images/Stadium.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#charity3 {
	height: 50%;
	background-image: url(../images/Charity/Charity1.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 15% 0 0;
	z-index: 5001;
}

#charity2 {
  background: url(../images/Charity/Charity1.jpg) no-repeat center center fixed; 
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  
  background-size: 100% auto;
 
}

#maps {
  background: url(../images/Charity-Hands.png) no-repeat center center fixed; 
  display: table;
  height: 50%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#timeleft {
  height: 400px;
  background-color: #306d9f;
  color: #ffffff;
}

footer {
  padding: 20px 0;
  background-color: black;
  color: white;
  
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

/* Fix for list items under bullet */
ul {
	 list-style-position: outside;
	 margin-left: 0em;
}

#nav {
	background-color:white;
	height:50px;
	width:100%;
}