﻿body, html {
	  height: 100%; /* changed from 100% */
}
.h1_black {
	font-size: 30px ;
	font-family: "Calibri Light";
	text-align: center;
	color: black;
}
.h2_black {
	font-size: 24px ;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	color: black;
}
.h2_grey {
	font-size: 24px ;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	color: black;
}
.normal_left1 {
	font-size: 20px;
	font-family: "Calibri Light";
	text-align: left;
	color: black;
}
.entry_box_fill {
	font-size: 20px;
	font-family: "Calibri Light";
	text-align: center;
	color: black;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color:white;
    box-shadow: 5px 5px 2px grey;
}
.normal_left  {
	font-size: 20px;
	font-family: "Calibri Light";
	text-align: left;
	color: black;
	margin-left: 20px;
}
.button_black {
	font-size: 20px;
	font-family: "Calibri Light";
	text-align: center;
	color: black;
	border-style: double;
	background:#e8e8e8;
	cursor:pointer;
}
.button_white {
	font-size: 20px;
	font-family: "Calibri Light";
	text-align: center;
	color: white;
	border-style: double;
}
.horiz_line {
	color: #000000;
	height:7px;
	color: gray;
	background-color:gray;
}

/*Navigation*/
.topnav {
  overflow: hidden;
  font-family: "Calibri Light";
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  width: 100%;}

.topnav a {
  font-family: "Calibri Light";
  float: left;
  display: block;
  color:  #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 28px 16px; /*14px 16px;*/
  text-decoration: none;
  font-size: 20px;}

.topnav a:hover {
  font-family: "Calibri Light";
  background-color: #ddd;
  color: black;
}

.active {
  font-family: "Calibri Light";
  background-color: rgba(0,0,0,0.5);
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	font-family: "Calibri Light";
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	font-family: "Calibri Light";
   position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
  	padding: 14px 16px; /*14px 16px;*/
  	display: block;
    text-align: left;
  }
}


/*responseive rwd grid css */
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
/* for mobile phones*/
[class*="col-"] {
	width: 100%;
    float: left;
    padding: 0px;
}

@media only screen and (min-width: 768px)
{
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-2a {Width: 20%;}
	.col-3 {width: 25%;}
	.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%;}
}

/*fixed height columns*/
.col-container{
	display: table; /*make it behave like a table*/
	width: 100%;
}
.colfixed1a{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 66.6%;
}
.colfixed1{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width:100%;
}
.colfixed2{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 50%;
}
.colfixed3{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 33%;
}
.colfixed4{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 25%;
}
.colfixed5{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 20%;
}
.colfixed6{
	display:table-cell; /*make behave like a table cell*/
	padding: 16px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: left;
	font-size:large;
	vertical-align: middle;
	background-color: silver;
	width: 16.66%;
}
/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 650px)
 {
    .colfixed1a{ 
        display: block;
        width: 100%;
    }
    .colfixed2{ 
        display: block;
        width: 100%;
    }
     .colfixed3{ 
        display: block;
        width: 100%;
    }
     .colfixed4{ 
        display: block;
        width: 100%;
    }
     .colfixed5{ 
        display: block;
        width: 100%;
    }
     .colfixed6{ 
        display: block;
        width: 100%;
    }
	 .over-text {
	    text-align:center;
	    font-size:60px;
	    position: absolute;
	    top: 20%; /* started as 50 */
	    left: 40%; /* started as 50 */
	    transform: translate(-20%, -20%);/* both started as -50 */
	    color:white;
	} 
}

@media screen and (min-width: 651px) {
	.over-text {
	    text-align: left;
	    font-size: 90px;
	    position: absolute;
	    top: 20%; /* started as 50 */
	    left: 20%; /* started as 50 */
	    transform: translate(-20%, -20%);/* both started as -50 */
	    color: white;
}
} 


