@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600&family=Roboto:wght@100;300;400;500&display=swap');

html, body {
  background-color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #0a090c;
  background-image: url("images/citys.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;

}

* {
  margin: auto;
}

header {
  position: sticky; top:0;
  width: 100%;
  min-width:1080px;
}

#th {
  background-color: #063f44;
  height: 86px;
  padding-left:8%;
  padding-right:8%;
}

#bh {
  background-color:#1e5256;
  height:50px;
  padding-right:8%;
  margin-left:-50px;
  padding-left: 8%;
}

#container {
  display: table;
  height: 100%;
  min-height:600px;
  min-width: 600px;
  margin-left: 8%;
  margin-right:8%;
}

#left {
  display: table-cell;
  width: 180px;
  min-width: 180px;
  padding: 62px 10px 20px 0px;
  vertical-align: top;
}

#main {
   display: table-cell;
   min-width:560px;
   padding: 50px 10px 0px 10px;
   vertical-align: top;
 }

#newsletter {
  display: table-cell;
  width: 290px;
  min-width: 180px;
  padding: 62px 0px 20px 10px;
  vertical-align: top;
}

#tableRow {
  display: flex;
}

#tfooter {
  height: 25px;
  min-width:1080px;
  margin-top:30px;
  padding: 20px 0px;
  background-color: #1e5256;
  font-size: 12px;
  color: white;
  text-align: center;
}

#bfooter{
  position: absolute;
  height: 15px;
  width: 100%;
  min-width:1080px;
  padding: 15px 0px;
  background-color: #063f44;
  font-size: 12px;
  color: white;
  text-align: center;
}

.current {
  color: #376569;
  border-bottom: 7.8px solid #4b7478;
  text-decoration: none;
}

.button {
  background-color: #376569;
  color: white;
  padding: 15px 30px;
  margin: 18px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  transition: 0.2s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.button:hover {
  background-color: #629599;
}

.sidenav {
  list-style-type: none;
  text-decoration: none;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

.sidenav li {
  padding-top: 16px;
}

.sidenav li:hover{
  cursor: pointer;
  transition: 0.2s;
  padding-left: 10px;
}

.icon-white {
  filter: invert(100%) sepia(4%) saturate(16%) hue-rotate(127deg) brightness(106%) contrast(103%);
  transition: 0.2s;
  cursor: pointer;
  width: 30px;
  padding: 0px 10px;
  }

.icon-white:hover {
  filter: invert(67%) sepia(30%) saturate(394%) hue-rotate(136deg) brightness(87%) contrast(88%);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:10px 0px;
  text-align: center;
}

.button-two {
  display: inline-block;
  background-color: #e86727;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 10px;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.button-two:hover {
  background-color: #fb894d;
}

.button-three {
  display: inline-block;
  background-color: #376569;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 10px 10px 10px;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.button-three:hover {
  background-color: #629599;
}

.button-four {
  position: fixed;
  display: block;
  background-color: #1e5256;
  width: 50px;
  padding: 8px 0px;
  right: 50px;
  bottom: 50px;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.column {
  float: left;
}

.left {
  width: 40%;
  min-width:200px;
}

 .right {
   width:60%;
   text-align: right;
   min-width:300px;
 }

 img#logo {
   float: left;
   padding: 6px 8px 0px 0px;
 }

p {
  padding-top: 14px;
  line-height: 22px;
}

p a {
  text-decoration: underline;
}

p.two {
  color: #949494;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 20px;
  margin: 0px;
  line-height:22px;
  padding-top:12px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.3px;
  color: #e85826;
  text-align: left;
  padding: 30px 0px 10px 0px;
}

h2.top {
  padding-top:0px;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  letter-spacing: 0.2px;
  color: #063f44;
  text-align: left;
  padding-top: 30px;
}

h3.top {
  padding-top:0px;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  letter-spacing: 0.2px;
  color: #063f44;
  text-align: left;
  padding-top: 10px;
  font-style: italic;
}

h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #063f44;
  text-align: left;
  padding-top: 30px;
}

nav {
text-align: left;
}

nav ul li {
  display: inline-block;
}

nav.two {
  text-align:center;
}

a:link, a:visited {
  color: #376569;
  text-decoration:  none;
}

a:hover {
  color: #6da6ab;
  text-decoration: none;
}

nav a:link, nav a:visited {
  transition: 0.15s;
  color: white;
  display: block;
  margin: 0px 10px;
  text-decoration: none;
  padding: 15px 5px 8px 5px;
}

nav a:hover {
  color: #8ab7bb;
  border-bottom: 7.8px solid #4b7478;
  text-decoration: none;
}

nav a.two {
  border-bottom: none;
  text-decoration: none;
}

input[type=text], select, textarea {
 width: 100%;
 padding: 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
 margin-top: 6px;
 margin-bottom: 16px;
}


input[type=submit] {
 background-color: #376569;
 color: white;
 padding: 12px 20px;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 transition: 0.2s;
 font-weight: 500;
 letter-spacing: 0.6px;
}

input[type=submit]:hover {
 background-color: #629599;
}

textarea:focus, input:focus{
    outline: 2px solid #6da6ab;
}

p a:link {
  text-decoration: underline;
}

p.center {
  text-align:center;
  font-weight: 500;
}

address {
  font-style: normal;
  text-decoration: none;
}

figcaption {
  text-align: center;
  font-size: 14px;
  color: #949494;
  font-style: italic;
}

section:target::before {
  content: "";
  display: block;
  height: 110px;
  margin: -110px 0 0;
}
