﻿@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#copperplate_gothic_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
				font-family: opensans-light;
}

p {
				text-align: justify;
}

.sep20
{	
				padding-top: 20px;
				clear:both;
}
.sep50
{	
				padding-top: 50px;
				clear:both;
}

.nav-link  {
				width: 150px;
				text-align: center;
}

#footer{
				background-color: #333333;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #999999;
}


table, th, td {
				border-color: #FFFFFF;
				border-style: hidden;
				border-width: 0px 0px 0px 0px;
				padding: 10px;
}

.maps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.s1 {
				text-align: right;
				width: 35%;
}
.s2 {
				text-align: left;
}


/* responsive text queries */


#footer {
				font-size: 0.8em;
}

@media only screen and (max-width: 600px) {
#footer {
				font-size: 0.7em;
  }
}

@media only screen and (max-width: 600px) {
.s1 {
				font-size: 0.8em;
  }
.s2 {
				font-size: 0.8em;
  }
}
