/*
shiva css
*/

/*-------------------------------
GENERAL SETTINGS
--------------------------------*/

body {
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow-x: hidden;
	/*background-color: #fcf4f5;*/
	margin: 0;
	padding: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

.container-fluid {
	margin-left: -15px;
	margin-right: -15px;
}


p {
	margin: 0;
	padding:0;
	line-height: 25px;
	font-weight: 400;
	color: #151515;
}

.committee a {
	text-decoration: none;
	color:#662d91;
}

.committee a:hover {
	color:#b6971b;

}

a:hover {
	/*color: red;*/
	text-decoration: none;
}



.modal-body p {
	margin-bottom: 15px;
}

article {
	clear: both;
	margin-bottom: 70px;
}

.icon-bar {
	background-color: white;
}

.pagetitle {
	color:#662d91;
	font-size: 30px;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;
}

.pagetitle:before {
	content:"";
	position: absolute;
	left:0;
	bottom: 0;
	top:30px;
	margin-top: 15px;
	height: 1px;
	width: 80%;
	border-bottom:2px solid #662d91;
}



article h1 {
	color:#907405;
	font-size: 2rem;
	margin-bottom: 20px;
}

h1 {
	color:#907405;
	font-size: 2rem;
	margin-bottom: 20px;
}

article p {
	margin-bottom: 30px;
}

.date {
	/*float: right;*/
	color:#161616;
	font-weight: 900;
}

.btn-danger {
	margin-right: 20px;
	text-transform: uppercase;
	float: right;
    color: #fff;
    background-color: #a2cc35;
    border-color: #a2cc35;
    top:-10px;
    position: relative;
}

.btn-danger:hover {
	background-color: #638805;
	border-color: #638805;
}

/*--------------------------------
HEADER & MENU
--------------------------------*/

#home {
	background-color: #fff;
}

.logo {
	padding-top: 20px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}



.navbar  {
	background-color: #662d91;
	margin-top: 25px;
	margin-bottom: 0;
}

.nav>li>a {
     padding: 17px 0; 
}


.nav li a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	/*padding-left: 50px;*/
	padding-left: 25px;
	padding-right: 25px;
}

.nav li a:hover {
	background-color: transparent;
	text-decoration: none;
	color:#b6971b;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}



.active a{
	background-color: #b6971b;
	font-weight: bold;
}

.nav .active a:hover {
	background-color: #b6971b;
	color:#fff;
	cursor: default;
}

/*--------------------------------
HERO
--------------------------------*/

#hero {
	background: url(../images/hero1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	/*margin-top:50px; */
	margin-bottom: 50px;
	border-bottom: 20px solid #662d91;

}

#hero .container {
	position: relative; 
}

#hero h1  {
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 500px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 20px;
	font-size: 67px;
	font-weight: 900;	
}

#hero h3 {
	text-align: center;
	font-size: 30px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	/*font-weight: 300;*/
	position: 	absolute;	
	top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
     width: 50%;
    height: 30%;
    margin: auto;
}


/*--------------------------------
MAIN
--------------------------------*/

article img {
	/*float: left;*/
	/*border-right: 5px solid #c32e3b;*/
	/*margin-right: 25px;*/
}


.homepage {
	list-style: none;
}

.homepage li {
	margin-bottom: 10px;
}

.homepage li:before {
	content: "\f05d";
	font-family: 'FontAwesome';
	color:#b6971b;
	padding-right: 5px;
}

.committee {
	margin-bottom: 15px;
	font-size: 2rem;
	color:#662d91;
}

.news ul {
	margin-left: -40px;
}

.news ul li {
	/*padding: 0;
	margin: 0;*/
	list-style: none;
}

.news li p:before {
	display: inline;
	padding-right: 15px;
	margin: 0;
	content:"\f05d";
	font-family: 'FontAwesome';
}

/*--------------------------------
SIDEBAR
--------------------------------*/




.sidebar p {
	text-align: center;
	/*line-height: 180px;*/
}

.sidebar h4 {
	text-align: center;
	color:#662d91;
}

.fa-envelope-o, .fa-trophy {
	color:#662d91;
	margin-top: 40px;
	
}

a .sidebar {
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}

.sidebar {
	border:2px solid #662d91;
	height: 180px;
	margin-bottom: 45px;
}


.events h2 {
	color:#662d91;
}

.events ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.events ul li {
	font-size: 18px;
	color:#662d91;
	padding-top: 15px;
	cursor: pointer;
}


.events ul li:before {
	padding: 0;
	margin: 0;
	content:"\f114";
	font-family: 'FontAwesome';
	color:#662d91;
	font-size: 20px;
	padding-right: 18px;
}


.events ul li:hover:before{
	content:"\f115";
	padding: 0;
	margin: 0;
	padding-right: 15px;
	font-family: 'FontAwesome';

}

.sidebar:hover {
	cursor: pointer;
	background-color: rgba(182,151,27,0.8);
	border:2px solid #b6971b;
}


/*sidebar a:hover {
	cursor: pointer;
	background-color: rgba(241,212,95,0.7);
	

}
*/
/*---------------------------------------
FOOTER
-----------------------------------------*/

#footer {
	background-color: #662d91;
	height: 115px;
	margin-top: 30px;
}

#footer img {
	margin-top: 20px;
}

.fa-arrow-up, .fa-copyright {
	color:#fff;
}

.fa-arrow-up:hover {
	font-weight: 500;
	color:#b6971b;
	text-decoration: none;
}


.backtotop span{
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 115px;
	float: right;
	/*text-align::; right;*/
}

.backtotop span:before {
	content: "\f062";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.backtotop p span:hover {
	font-weight: 500;
	color:#b6971b;
	text-decoration: none;
}
	
.sitetitle p {
	text-transform: uppercase;	
	color:#fff;
	text-align: center;
	line-height: 115px;
	font-weight: 500;
}


/*------------------------------------------------------
MODAL
-------------------------------------------------------*/

.modal-header {
	background-color: #662d91;
	color: #fff;
}

/*******************************************************
GALLERY
---------------------------------------------------------*/

.gallery {
	height: 373px;
	width: 100%;
}

.img_wrapper {
	position: relative;
  	height: 373px;
	width: 90%;
	margin-bottom: 20px;
}

.img_description {
  position: absolute;
  top: 0;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  line-height: 373px;
  text-align: center;
  font-size: 32px;
  cursor:pointer;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img_wrapper:hover .img_description {
  visibility: visible;
  opacity: 1;
}

.video {
	width: 100%;
}


/*---------------------------
MEDIA QUERIES
-------------------------*/

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
	#footer {
		margin-top: 20px;
		padding: 0;
		/*line-height: 0;*/
		/*margin-bottom: 150px;*/
		color:black;
		padding-bottom: 20px;
		text-align: center;
		height: auto;
	}

	#footer img {
		margin-top: 15px;
	}

	.sitetitle p {
		line-height: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.backtotop span {
		text-align: center;
		float: none;
		line-height: 0;
	}

 	.nav li a {
	padding-right: 15px;
	}
	
}

@media only screen and (max-width : 871px) {

	.nav>li>a {
		padding-left: 12px;
	    padding-right: 12px; 
	}

}




