@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: javanese;
  src: url(../Fonts/Swansea-q3pd.ttf);
}

#heading{
  width: auto;
  height: 158px;
  background-image: url("../Images/headerimg.jpg");
}


.title{
    width: 955px;
	display: inline-block;
    margin: 0px;
    padding: 10px 10px 10px 5px;
    background-color: rgba(0,0,0,0.5);
	height:138px;
}

#hidebig{
	display: none;
}
.addressheader{
	display:inline;
	float:right;
	color:white;
	background-color:rgba(0,0,0,0.5);
	width:165px;
	height:158px;
	font-family: arial;
	text-align:right;
	font-size: 18px;
}

.addressheader p{
	padding:0 20px 5% 0;
	margin:0;
}

body{
	background: rgba(0,0,0,0.3);
	padding: 0px;
	margin: 0px;
	
}

.column {
  font-family: arial;
  float: left;
  padding: 0px;
  margin: 0px;
}

.left, .right {
  width: 0%;
}

.middle {
  width: 100%;
  height: 250px;
}

#map {
	height: 250px;
}

#rowmargin{
	margin-bottom: 0px;
}	

.column1 {
  width:100%;
  background-color: rgb(255, 255, 255);
  font-family: arial;
  float: left;
  height:292px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 0px;
}

.column1 a:-webkit-any-link{
	color: rgba(7,127,255,1.00);
}

.left1{
  width: 30%;
}

.middle1 {
  width: 40%;

}

.right1{
	width: 30%;
}


h1{
	font-size: 24px;
	color: rgb(0, 92, 182);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.sticky {
  position: fixed;
  top: 0;

  width: 100%;
}

.reverse {
	display:none;
}

.info {
  text-align:center;
  font-family: arial;
  display:block;
  color: #fff;
  font-size: 17px;
  padding:7px 16px 13px 16px;
  float:right;
  overflow:hidden;
  margin:0;
  height:15px;
	
}
/* Style the links inside the navigation bar */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
font-family: arial;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FFF;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #03803C;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .middle {
	width: 100%;
  }
  #map{
	height: 250px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	#hidebig{
		display:block;
	}
	#hidesmall{
		display:none;
	}
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media (max-width:980px) {
	.info{
		display: none;
	}
}

@media (max-width:1318px) {
	.addressheader {
		display: none;
	}
}

@media (max-width:990px) {
	#heading{
 		 width: 100%;
		 margin:0px;
		 padding:0px;
		 height:auto;
 		 background-image: url("../Images/headerimg.jpg");
	}
	.left1{
		width:100%;
		height: 250px;
	}
	.middle1 {
		width:80%;
		height: 300px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.right1{
		width:100%;
		height: 290px;
	}

	.reverse{
		display: block;
	}
	.nonreverse{
		display: none;
	}

	.right15{
	  display:none;
	}
	
		.right25 img{
  	width:100%;
	height:auto;
	}
	.right25{
		width:100%;
		height: auto;
	}
	.right2 {
  		display:none;
	}
	.middle2{
		width: calc(100% - 30px);
		color: rgba(255,255,255,0.80);
		padding:30px 15px 0px 15px;
		height:440px;
	}

	.left2{
	  display:none;
	}

	.title{
    	width: 100%;
		height:auto;
		display: inline-block;
    	margin-bottom: -4px;
		padding: 10px 0px 10px 0px;
    	background-color: rgba(0,0,0,0.5);
		}
}
