
#background 
{

width:100%;
background:url(../images/footer1.jpg)no-repeat;
background-size:contain;/*contain,cover*/
background-attachment: fixed;
background-position: center;
background-size:cover;
padding-top:40px;
padding-bottom:40px;
text-align:center;
font-family:roboto;
}

#background1
{

width:100%;
background:url(../images/fo.jpg)no-repeat;
background-size:contain;/*contain,cover*/
background-attachment: fixed;
background-position: center;
background-size:cover;
padding-top:40px;
padding-bottom:40px;
color:white;
font-family:roboto;
}



#text1
{
	padding:0.25em;
	color:#ffffff;
	background-color:#8000ff;
	font-family:roboto;
	font-size:1em;
}


	
#footer h4, h5, pre, a
	{
		color:white;
	}
	
.nav4
{
	color:;
}


	#btnco
	{
		text-align:center;
	}	
	
	#about p
	{
		font-size:22px;
		color:gray;
		text-align:justify;
	}
	
	.nav-item{
	padding-left:10px;
    }

#asec
	{
		padding-top:40px;
		
		font-size:20px;
		background:#cc0000;
		color:white;
		height:400px;
	}
	
	#sc
	{
		box-shadow:1px 1px 1px rgba(0,0,0,.7);
		border:3px solid white;
		
		
	}
	
	#sc:hover
	{
		box-shadow:2px 2px 2px 2px #4d4d4d;
		border:none;
		
	}
	
	
	#sc, p
	{
	
    	font-style:italic;
	}
	
@media only screen and (max-width:620px) {
  /* For mobile phones: */
   .carousel-inner{
	   display:none;	
  }
  body
  {
	  background-color:;
  }
	}
	
	
