html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.freefont {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

/* GRID */
/* GRID */
.row {
  clear: both;
}
.limited {
  max-width: 1140px;
  margin: auto;
}

.column {
  float: left;
  padding: 0 2vw;
  margin: 0 0 0.75rem 0;
}
.small-12 {
  width: 100%;
}

.pics-2 {
  width: 50%;
}
.brd {
  margin: 25px;
}

/* header rules */
.title {
  margin: 0;
  color: rgb(7, 40, 139);
  font-weight: 300;
  font-style: italic;
  font-family: "Marck";
}

header {
  background-color: white;
}
header img {
  float: left;
  height: 60px;
  padding-right: 10px;
}
header h1,
header h2 {
  margin: 0;
  color: rgb(7, 40, 139);
  font-weight: 300;
  font-style: italic;
}
header h1 {
  padding: 0.5rem 0 0 0;
  font-size: 1.95rem;
}
header h2 {
  padding: 0.2rem 0 0 0;
  font-size: 1.05rem;
}

main h1 {
  margin: 0;
  color: black;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
}

main h5 {
  margin: 0;
  color: black;
  font-style: italic;
  font-size: 1rem;
}

main img {
  margin-left: 2;
}
/* navigation rules */
button#hamburgerBtn {
  background: none;
  border: none;
  color: #1b1616;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 0 30px 0 2vw;
}
/*
nav {
  background-color: rgb(11, 147, 210);
}
*/
nav {
  border-bottom: 2px solid rgb(7, 40, 139);
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style-type: none;
}

nav a {
  display: block;
  padding: 0.8rem;
  color: rgb(148, 127, 10);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
nav li.active {
  background-color: rgba(210, 228, 245, 0.5);
}
nav a:hover {
  background-color: rgba(210, 228, 245, 0.5);
}
nav ul.open {
  display: block;
}
nav ul {
  display: none;
}

footer {
  background-color: rgba(208, 224, 246, 0.5);
  font-size: 1.2rem;
}
footer h2 {
  font-style: italic;
  text-transform: uppercase;
  margin: 1rem 0 0.3rem 0;
}
footer img {
  height: 40px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.labeled {
  position: relative;
}
.labeled h6,
.labeled p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  width: 100%;
  padding: 0.3rem 1rem;
}
.labeled h6 {
  top: 0;
  font-size: 2rem;
  font-weight: 300;
}
.labeled p {
  bottom: 0;
  font-weight: 700;
  color: black(144, 185, 247);
}

.tcenter {
  text-align: center;
}

main img {
  padding-right: 15px;
}

.email-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.email-button:hover {
  background-color: #0056b3;
}

.box {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);

  min-height: 200px;
  width: 320px;
  margin: 10px;
  background: rgba(208, 224, 246, 0.5);
  border-radius: 5px;
}

.transparent {
  width: 300px;
  background-color: rgba(208, 224, 246, 0.5);
}
