*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  color: black;
  padding: 3rem;
}

@media only screen and (max-width: 480px) {
  body {
    padding: 0.5rem;
  }
}

p {
  padding: 0;
  margin: 0px 0px 1em;
}

/*--------------------------------
		Container
---------------------------------*/
.container {
  padding: 0 20px 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto;
      grid-template-rows: auto auto auto auto;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

@media only screen and (min-width: 1200) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 992) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 576) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
}

/*--------------------------------
		Row
---------------------------------*/
.row_s_l {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 2.5fr;
      grid-template-columns: 0.5fr 2.5fr;
  grid-column: span 2;
}

@media only screen and (max-width: 480px) {
  .row_s_l {
    display: block;
  }
}

.row_l_s {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4fr 0.6fr;
      grid-template-columns: 2.4fr 0.6fr;
  grid-column: span 2;
}

@media only screen and (max-width: 480px) {
  .row_l_s {
    display: block;
  }
}

.fixRow {
  display: -ms-grid;
  display: grid;
  grid-column: span 2;
}

.row_pics {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column: span 2;
}

@media only screen and (max-width: 480px) {
  .row_pics {
    display: block;
  }
}

/*--------------------------------
		Columns
---------------------------------*/
@media only screen and (max-width: 480px) {
  .colPic {
    display: none;
  }
}

/*--------------------------------
		Header
---------------------------------*/
.main_header {
  height: auto;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 50px 30px;
  display: inline;
  float: left;
  display: block;
  color: #ef5614;
}

@media only screen and (max-width: 480px) {
  .main_header {
    padding: 10px 0 10px 0;
  }
}

/*--------------------------------
		 	Page Title
---------------------------------*/
.pagetitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ce6b41;
}

/*--------------------------
		Content
--------------------------*/
.content {
  height: auto !important;
  height: 1%;
  margin: 0px 10px 20px 0px;
  font-size: 1.5rem;
}

.content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 1px;
  clear: both;
}

.content .heading-4 {
  color: #ef5614;
  font-size: 1.6rem;
  font-weight: bold;
}

/*--------------------------
		 Footer
--------------------------*/
.footer {
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  clear: both;
  color: #000000;
  grid-column: span 2;
}

.footer div {
  padding: 10px 0 0 0;
}

/*--------------------------
		 Images
--------------------------*/
img {
  height: auto;
  max-width: 100%;
}

.imgSmallRight {
  max-width: 100%;
  max-height: auto;
}

@media only screen and (max-width: 480px) {
  .imgSmallRight {
    margin-top: 5px;
  }
}

.imgBigLeft {
  float: left;
  max-width: 100%;
  max-height: auto;
  margin-right: 20px;
  margin-top: 30px;
  width: 60%;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media only screen and (max-width: 480px) {
  .imgBigLeft {
    margin-top: 10px;
  }
}

.imgHeader {
  max-width: 100%;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .imgHeader {
    float: none;
  }
}

.imgBordered {
  width: 60%;
  -ms-grid-column-align: center;
      justify-self: center;
  border-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .imgBordered {
    width: 100%;
    height: auto;
  }
}

.row_pics img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}

@media only screen and (max-width: 480px) {
  .row_pics img {
    display: none;
  }
}

@media only screen and (max-height: 640px) and (orientation: landscape) {
  .row_pics img {
    display: none;
  }
}

/*--------------------------
		 Navigation
--------------------------*/
.topnav {
  overflow: hidden;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e4dbca), to(#e6c88e));
  background-image: linear-gradient(to right, #e4dbca, #e6c88e);
  grid-column: span 2;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  float: left;
}

.topnav a:hover {
  background-color: #c49339;
  color: white;
}

.topnav a.active {
  background-color: #b69769;
  color: #6e5327;
  font-weight: 400;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*--------------------------
		 Links
--------------------------*/
a:link,
a:visited {
  color: #DA6508;
}

/*--------------------------
Corrections max-width: 480
--------------------------*/
@media only screen and (max-width: 480px) {
  .imgBreak {
    display: none;
  }
}
/*# sourceMappingURL=theme.css.map */