html{
	/*overflow: scroll;*/
    /*overflow: hidden;*/
}

.full {
	/*background: url('/images/b.jpg');*/
	/*background: #E25B24;*/
}
body { 
	/*background: url('/images/b.jpeg');*/
	padding-top: 80px; 

	/*overflow: scroll;*/
    /*overflow: hidden;*/
}
.top-add {
	min-height: 40px;
	background: #fff; 
	text-align: center;
}
.navbar-default {
  background-color: #650303;
  border-color: transparent;
  border: none;
}
.navbar {
  border-radius: 0px;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	height: 70px;
	padding: 25px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #807C7D;
}
.header {
	text-align: center;
	color: #000;
	/*background: url('/problem_new/images/sharing.png');*/
	/*background-repeat: no-repeat;*/
    background-size: contain;
	/*background: #E25B24 none repeat scroll 0% 0%;*/
	text-shadow: 0px 0px 1px #000;
	/*padding-top: 20px;*/
	/*padding-bottom: 8%;*/
}
.header h4 a {
	color: #650303;
	text-shadow: none;
}
.header h1 {
	font-size: 2em;
}
.navbar-toggle {
	margin-top: 18px;
}
.padding-zero {
	padding: 0px;
}
.page-heading {
	color: #650303;
	text-align: center;
	padding-top: 0.5em;
	/*/padding-bottom: 1.5em;*/
}
.register-button, .share-button {
	background-color: #650303;
	border-color: #650303;
}
.register-button.active, .register-button.focus, .register-button:active, .register-button:focus, .register-button:hover, .open > .dropdown-toggle.register-button {
  color: #FFF;
  background-color: #E25B24;
  border-color: #E25B24;
}
.share-button.active, .share-button.focus, .share-button:active, .share-button:focus, .share-button:hover {
  color: #FFF;
  background-color: #650303;
  border-color: #650303;
}
.profile {
	width: 200px;
}
.info{
	/*position:relative;*/
	/*bottom:70px;*/
}
footer {
	position:relative;
		margin-top: 50px;
		bottom:0;
		width:100%;
		height:120px;			/* Height of the footer */
		/*background:#6cf;*/
	background: #650303;
	color: #fff;
	text-align: center;
}
.footer-below {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*media queries*/

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header h1 {
		font-size: 3em;
	}
	footer
	{
		position:relative;
		margin-top: 520px;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		/*background:#6cf;*/
	background: #650303;
	color: #fff;
	text-align: center;
	}

				 /* Dropdown Button */
	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	    position: relative;
	    display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	    display: none;
	    position: absolute;
	    background-color: #f9f9f9;
	    min-width: 160px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    z-index: 1;
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	    color: black;
	    padding: 12px 16px;
	    text-decoration: none;
	    display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #f1f1f1}

	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {
	    display: block;
	}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {
	    background-color: #807C7D;
	} 
	
}
