﻿body{
	background-image: url(../images/SBT4black.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#logo{
	background:rgba(0,0,0,0.7);
	width:100%;
	text-align:left-side;
}
#logo img{
	width:300px;
	height:150px;
}
#wrapper{
	max-width:1000px;
	margin:0px auto;
}
.navbar-default{
	background-color:#010101;
	border-color:#010101;
	border-radius:0px;
	opacity:0.0px;
}
.navbar-default .navbar-nav li a{
	font-size:16px;
	color:white;
	text-transform:uppercase;
	font-family:Times New Roman;
}
.navbar-default .navbar-nav li a:hover{
	background:silver;
}
#space{
	height:10px;
}
#slider img{
	height:359px;
	width:742px;
}
#news_heading{
	background:rgba(300,500,200,0.7);
	text-align:center;
	opacity:0.5;
	padding:8px;
	height:50px;
	width:100%;
}
#news_heading h2{
	margin:0px;
	color:white;
}
#news_para{
	background-image: url(../images/SBT4black.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background:rgba(0,0,0,0.7);
	text-align:center;
	padding:8px;
	height:288px;
}
#news_para ul{
	padding-left:0px;
	list-style-type:none;
}
#news_para ul li a{
	text-decoration:none;
	color:white;
	font-size:16px;
	
}
#news_para ul li{
	padding:5px;
}
#news_para ul li a:hover{
	color:#1B637B;
}
#news_para ul li{
	border-bottom:1px solid white;
}
#organizers_heading{
	border-bottom-style:dotted;
	border-color:white;
}
#organizers_heading h2{
	color:white;
}
#organizers img{
	width:150px;
	border:2px solid white;
}
#bar{
	border-bottom-style:dotted;
	border-color:white;
}
#social{
	padding:30px;
	text-align:center;
}
#social h2{
	text-align:center;
	color:white;
	font-family:algerian;
	font-size:35px;
}
#social i:hover{
	height:70px;
	width:70px;
	padding:20px;
}
#social i{
	font-size:30px;
	background:rgba(0,0,0,0.4);
	color:orange;
	padding:30px;
	border-radius:50%;
	height:100px;
	width:100px;
}
#footer{
	margin:30px 0px 0px 0px;
	margin-bottom:0px;
	background:rgba(0,0,0,0.4);
	height:40px;
	line-height:40px;
	width:100%;
}
#footer p{
	margin-bottom:0px;
	color:white;
	text-align:center;
}