
/*12 column style */
* {
  box-sizing: border-box; 
 
}
.call { display:block;
	
}

h1 {
	color:#0004E0; font-size:24px; font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; margin:0px 0; text-align:center; border:thin blue;
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;  /* changed from 100% on 01-08-2021 */
 /* margin: 4px;  added 01-08-2021 */
}
.call {
	display:none
}
@media only screen and (max-width: 485px) {  /*added for smartphones 01-09-2021 */
    body {
/*    width: 90%;
 text-align: center;  
    background-color: lightblue; */
padding: 0 20px 0 15px;
    
    }
}


/*
@media only screen and (min-width: 600px) {
*/
  /* For tablets: 600px */
/*  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}

}*/ 
@media only screen and (min-width: 900px) {
/* For desktop: 768px */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-3-r {width: 25%; float: right; }
.col-3-l {width: 25%; float: left;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
 }


[class*="col-"] {
  float: left;
  padding: 1px; 
/*  border: 1px solid red; */

}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.span3 {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  -ms-column-count: 3;
  column-count: 3;
}





body {margin:60px;font-family:Arial; color:"blue";
}

.topnav {
  overflow: hidden;
  background-color: white;
  position: relative /*fixed*/;
  margin-top: 0px;
 /* if fixed position  margin-left: 19%; */
 z-index: 99;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px  10px 20px 10px;
  text-decoration: none;
  font-size: 20px;
/*  vertical-align:middle; */
  background-color:blue;

}


.botnav a {
   padding: 10px  10px 10px 10px;
  text-decoration: none;
  font-size: 14px;
}




.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
  
}

/*
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 10px;
  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: 1;
}

.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;
}

*/
.topnav a:hover {
  color:#FFff00; background-color: #99CCFF; font:bold}
 
 
@media screen and (max-width: 900px) {
  .topnav a /*:not(:first-child) */
  {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #99CCFF;

  }
  
   .topnav a.bars {
    float: right;
    display: block;
  }
 
}

@media screen and (max-width: 900px) {
  .topnav.responsive {relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


h01 {
	color:#0004E0; 
	font-size:24px; 
	font-weight:bold;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
	margin:0px 0; 
	text-align:center; 
	border:thin blue;
}


body {margin:0px; font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; color:blue;
/* if navtop is fixed position margin-top:30px; */
 }

.center {
	color:blue; text-align:center;
	}
	
.left {
	color:blue; text-align:left;
	}
	
.right {  
	color:blue; text-align:right;
	}	
	



img.head {
  width: 100%;
  height: auto;
}		
	
.banner {background-color:blue;
         color:white;
         text-align:center;
         font-size:20px;
         font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
         }
         	
	


.smfont {
	font-size:small; color:blue; text-align:left;

}

.smfontci {
	font-size:small; color:blue; text-align:center; 

}


.a	{
	font-size: 18px; 
	
}

.b	{
	font-size: 14px;
	
}

.c	{
	font-size: 24px;
	
}

.parhead {
   
    font-size:2em;
}

 .imglnk {
    border: thin blue solid;
     
}

.colspan{
    column-count: 3;
    
}

.caption {
    display:inline;
}

.table1 {
    border: thin blue solid 
    
}

.red {
    color:red;
}


.redi {
    color:red;
    font-style: italic;
    
}

.blueborderfield
 {
	border:1px solid #0004E0;
     
 }

.bluebordermed
 {
	border:2px solid #0004E0;
     
 }
 
hr {
	 border:thin solid #0004E0; 
}
 
.topalign {
 vertical-align:top;
 }

/*label {
     vertical-align:top;
     display:inline-block;
    }
*/

/* <!-- Place either at the bottom in the <head> of your page or inside your CSS -->
*/

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
