/*Main*/

body{
	font-size: 20px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
 
}

.backgroundImage {
	background-image: url("Lightbulb_Home-3.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.content{
	content = "";
	margin: 0;
	padding:0;
}


h1{
	font-size: 30px;
	font-family: 'Raleway';
	font-weight: 500;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 200;
}

h3 {
	font-size: 17px;
	font-family: 'Open Sans';
	font-weight: 200;

}

.row {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.containerHeader {
	text-align: center;
}

.containerHeaderText {
	text-align: center;
	padding-top: 20px !important;
}

.containerCentered{
	text-align: center;
	margin-top: 30px;

}
#times{
	padding: 30px 0;
	
}

.font1 {
	font-family: 'Raleway';
}

.font2 {
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
}


table {
	margin-right: auto;
	margin-left: auto;
}


.imgMargin1 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.imgMargin2 {
	margin-bottom: 10px;
}

img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


iframe {
	border: 0px;
	height: 200px;
	width: 100%;
	margin: 0;
	padding: 0;

}

.container-fluid {
	padding: 0px;
}

.marginBottom {
	margin-bottom: 50px;
}

.footer > div > div {
	padding: 0;
	margin: 0;
}

.footer div{
	height: 200px;
}
.footer {
	height: 200px;
}

.copyright {
	height: 30px;
	font-size: 12px;
	font-family: 'Raleway';
	font-weight: 400;
	color: #000;

}

a {
	font-size: 12px;
	font-family: 'Raleway';
	font-weight: 400;
	color: deepskyblue;
}

a:visited {
	font-size: 10px;
	font-family: 'Raleway';
	font-weight: 400;
	color: deepskyblue;
} 

.link {
	font-size: 17px;
	font-family: 'Raleway';
	font-weight: 400;
	color: deepskyblue;

}

.button {
	color: #fff;
	background-color: deepskyblue;

}

.button:visited {
	color: #fff;
	background-color: deepskyblue;
	border-color: lightblue;
	
}

.button:hover {
	background-color: lightblue;
	border-color: lightblue;
}


