
#exTab1 .tab-content {
  color: white;
    background-color: white;
    padding: 5px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
/*  border-radius: 0;*/
    border: 1px solid gray;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
	    font-family: math;
    letter-spacing: 1px;
    font-size: 15px;
	border-radius: 10px;
	width: 100px;
    height: 58px;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


.time:hover {
	
	background-color: #001d4c;
	
}




/* image hover */

.coming-soon {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle1 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.coming-soon:hover .image {
  opacity: 0.8;
}

.coming-soon:hover .middle1 {
  opacity: 1;
}

.text {
  background-color: white;
  color: white;
  font-size: 16px;
  padding: 0px;
	border-radius: 25px;
  cursor:pointer;
}

.tab-content {
    color: white;
    background-color: white;
    padding: 5px;
}

hr {
	border:1px solid gray;
}
