/* common styles */
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../assets/fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("./../assets/fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto CondensedLight";
  src: url("./../assets/fonts/RobotoCondensed-Light.woff2") format("woff2"),
    url("./../assets/fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

body {
  font-size: 16px;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed";
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* .container {
  background-image: url("green-glass-bg_35.jpg");
  background-color: #7b946f;
} */

.main-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.main-content {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  padding: 0 60px 10px;
  margin-top: 108px;
}
.page-header {
  text-align: center;
  font-family: "Roboto CondensedLight";
  font-size: 34px;
  padding: 15px 5px 10px 5px;
}
.headerlogo {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 8px;
}
.headerlogo a {
  display: inline-block;
  padding: 0px 50px;
}
.headerlogo img {
  width: 290px;
  height: 40px;
}
p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px;
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

/* document specific styles */
table,
th,
td {
  vertical-align: top;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
}

th {
  padding-bottom: 10px;
}

ul {
  padding-left: 19px;
}

li {
  padding: 5px;
}

.list-style-none {
  list-style-type: none;
}
