

#banner{
	background: url('../images/sky1212.jpg') no-repeat 0 0;
	background-size : cover;
}

.banner img {
    position: ;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.1;
}



.banner-title{
	padding-top: 10rem;
	margin-bottom: 10px;
}





.banner-title h2{
	color: #fff;
	background: rgba(100,180,230,0.3);
	display: inline-block;
	padding: 10px;
	margin: 10px;
}

.banner-title p.lead{
	color: #fff;
	background: rgba(231, 76, 60, 0.7);
	padding: 10px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
 
  color: white;
  text-align: center;

  	color: #fff;
	background: #2c3e50;
	padding: 10px 0;
}




.myTable { 
  width: 100%;
  text-align: left;
  background-color: #f7f5f5;
  border-collapse: collapse; 
  }
.myTable th { 
  background-color: #c2c2c2;

  }
.myTable td, 
.myTable th { 
  padding: 10px;
  border: 1px solid #e0dede;
  color: black; 
  }








  .row1 {
    background-color: #004C87;
    border-radius: 15px;
    border-collapse: collapse; 
}

.col2 {
    background-color: #FFD162;
    border-collapse: collapse; 
}

.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(41, 80, 163, 1);
}



