  
  @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
  
  body {
    font-family: 'Poppins', sans-serif;
    background: white;
	z-index: 0;
}


.black{color:#000000 !important; cursor:pointer;}
.blue{color:dodgerblue !important; }

	a{
	color: #5c5b69;
	}

	
	
	
	hr{
	margin: 10px 0 15px 0;
	}
	h3 {
	margin-bottom: 5px;
	}
  
  img.logo {
	  margin-left: auto;
	  margin-right: auto;
	  display:block;
  }
  
  img.float{
	  float: left;
	  padding-right: 10px;
	  
  }
  
  h4 {
	  color:dodgerblue;
  }
 
 .red {
	  color:red;
  }
  
  .container-fluid{
	  padding: 0 30px;
  }
  
 
.btn-default{
	background-color:deeppink ;
	color: white;
	border-top:none;
	border-right:none;
	border-left:none;
}
.btn-default:hover{
	background-color:deeppink ;
	color:dodgerblue;
	border-bottom-color:dodgerblue;
}
  .btn-primary{
	background-color:white ;
	color:deeppink;
	
	border-top:none;
	border-right:none;
	border-left:none;
}
.btn-primary:hover{
	background-color:white ;
	color:dodgerblue;
	border-bottom-color:dodgerblue;
}
  .navbar {
      margin-bottom: 0;
      background-color: Deeppink ;
      z-index: 99;
      border: 0;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
     
	 	
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;
  }
  
 
 
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  
  img.avatar{
	width: 50px;
	height:50px;
	margin-right:10px;
 }
	
	.block{
		background: white;
		border-radius: 5px;
		padding : 15px 10px;
		margin-bottom: 20px;
	}
	
	
	

	a.list-group-item.active,  a.list-group-item.active:hover, a.list-group-item.active:focus {
		background : dodgerblue;
		border-radius: 0;
		}
		
	




	.btn-info{
	background:dodgerblue;
	}
  
	.well {
		border: 1ps solid grey;
		background-color: white;
		box-shadow: 5px 5px 5px #aaaaaa;
	}
  
	ul#menu li {
    display:inline;
	text-align:justified;
	text-decoration: none;
	}
	.footer {
		text-align: left;
		padding: 10px;
		background-color:dodgerblue;
		color:white;
		font-size: 0.9em;
		
	  }
	
	
	.footer123 {
	 
      background-color:deeppink;
      Padding: 15px ;
	  color:white;
	 
	}
	
	a:link, a:visited { 
        text-decoration: none;
			}

	a:hover, a:active {
    color: Deeppink;
    background-color: transparent;
    text-decoration: none;
	
		}
	
	a.normal:link, a.normal:visited { 
    color:#f4511e;
    text-decoration: none;
			}

	a.normal:hover, a.normal:active {
    color: Deeppink;
    background-color: transparent;
    text-decoration: none;
	
		}

	a.title:link, a.title:visited { 
    color:#f4511e;
    text-decoration: none;
			}

	a.title:hover, a.title:active {
    color: rgb(248, 246, 247);
    background-color: transparent;
    text-decoration: none;
	
		}
		
		
	#goog-gt-vt {
		display:none;
	}




