* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
 width: 33.33%;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
 background-color:#003088;
 color:#ffffff;
}

.col25 {
  float: left;
 width: 25%;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
 background-color:#003088;
 color:#ffffff;
}

.column a 
{
	text-decoration:none;
	color:#ffffff;
}


.column4 {
  float: left;
 width: 23%;
  padding: 10px;
  //height: 200px; /* Should be removed. Only for demonstration */
 background-color:#ffffff;
 color:#000000;
 margin:1%;
 border:1px dotted #000000;
 line-height:40px;
}


.column4:hover {
transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
-webkit-transition: transform .25s ease-in-out;

 border:1px solid #000000;
 background-color:#f0f0f0;

}

.column4 h2 {background-color:#E48324; padding:10px; color:#ffffff;}

.column5 {
  float: left;
  min-height:450px;
 width: 19%;
  padding: 5px;
  //height: 200px; /* Should be removed. Only for demonstration */
 background-color:#ffffff;
 color:#000000;
 margin:.25%;
 border:1px dotted #000000;
 line-height:30px;
}


.column5:hover {
transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
-webkit-transition: transform .25s ease-in-out;

 border:1px solid #000000;
 background-color:#f0f0f0;

}

.column5 h2 {background-color:#E48324; padding:10px; color:#ffffff;}

.c1{	text-align:center; margin: auto;}
.c2{	width: 60%; }
.c3{	width: 20%; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.res_header_img{width:100%}
.res_ann{width:10%;color:red;font-weight:bold;}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	body {
  font-size:14px;
}
.res_ann{width:28%}

.tabdetl {
		font-size:12px;
	}
.tabdetl h2
	{
		font-size:18px;
	}
.tabdetl h3
	{
		font-size:14px;
	}
.tabdetl p
	{
		font-size: 12px;
	}
  .column {
    width: 100%;text-align:left;
	 float: left;
  }
  
  .column4 {
    width: 100%;text-align:left;
	 float: left;
  }  
  .column5 {
    width: 100%;text-align:left;
	 float: left;
  }
  .c1{	margin: auto; }
.c2{	width: 100%; text-align:center;}
.c3{	width: 100%; text-align:center;}
.res_header_img{width:100%}


}




.topnav {
  overflow: hidden;
  background-color: #BC0000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  //padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.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: 99;
}

.dropdown-content a {
  float: none;
  color: black;
 // padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size:14px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	font-size:14px;
  }
}
