@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Basic styling */
html, body {
  height: 100%;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
html, body {
  margin: 0; /* remove default margin */
  padding: 0; /* remove default padding */
  width: 100%; /* take full browser width */
  height: 100%; /* take full browser height*/
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

body {
  animation: fadeIn ease 1.5s;
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
  -ms-overflow-style: none;
}
body ::selection {
  background-color: #DCE9E9;
  color: black;
}
body ::-webkit-scrollbar {
  display: none;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header, footer, footer1 {
  flex: 0 1 auto;
  padding: 10px;
  z-index: 1;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

main {
  flex: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
}
a {
  color: #000;
}
a:hover {
  cursor: pointer;
}
header {
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  align-items: center;
  z-index: 5;
}
.overlay-header {
  background-color: white;
  height: auto;
  display: flex;
  visibility: hidden;
  flex-direction: row;
  justify-content: space-between;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  align-items: center;
  z-index: 200;
}
footer {
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
}
footer .nav {
  flex-grow: 1;
}
footer .nav-2 {
  flex-grow: 1;
  text-align: right;
}
footer1 {
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
}
footer1 .nav {
  flex-grow: 1;
}
footer1 .nav-2 {
  flex-grow: 1;
  text-align: right;
}
footer {
  display: none;
}
img {
  width: auto;
  height: 35px;
}
.flex-container {
  /* We first create a flex layout context */
  display: flex;
  flex: 1 1 auto;
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  /* Then we define how is distributed the remaining space */
  justify-content: space-between;
  align-content: stretch;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
  background-color: white;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0;
}
.item-1 {
  z-index: 5;
}
.item-2 {
  z-index: 5;
}
.item-2:hover {
  background: #DCE9E9;
}
@media only screen and (max-width: 450px) {
  .flex-container {
    display: flex;
    flex: 1 1 auto;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
    list-style: none;
    background-color: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .flex-item {
    background: white;
    margin-bottom: 20px;
    width: 50vmax;
    height: 50vmax;
    color: white;
  }
}
@media only screen and (max-width: 500px) {
  footer1 {
    display: none;
  }
  footer {
    display: flex;
  }
}
.flex-item {
  background: white;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 30vmax;
  height: 30vmax;
  color: black;
  text-align: center;
}
.flex-item img {
  width: 100%;
  height: auto;
  transition: transform .2s; /* Animation */
}
.flex-item img:hover {
  transform: scale(0.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.imgcaption {
  padding-top: 10px;
  color: #ECD0C4;
}
.gallery {
  display: none;
}
/* SORT STYLE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: flex;
  color: #333;
}
h2 {
  color: #333;
  padding: 10px 0;
}
.filter a {
  display: flex;
}
.boxes {
  display: flex;
  flex-wrap: wrap;
}
/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.all {
  background: none;
}
.green {
  background: none;
}
.blue {
  background: none;
}
.red {
  background: none;
}
#overlay {
  position: absolute;
  display: none;
  width: calc(100%);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 2;
  overflow: scroll;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
#overlay ::selection {
  background-color: #DCE9E9;
  color: white
}
.text--overlay {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-2:hover {
  cursor: pointer;
}
.item-2 {
  width: auto;
  z-index: 2;
}
.test {
  margin-top: 10px;
  display: block;
}
.test:hover {
  background: #ECD0C4;
}
.paragraph {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 3;
}
.right {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-basis: 10%;
  left: 0px;
  padding-bottom: 2.5%;
  background-color: white;
}
.person {
  height: 100%;
  width: 50vh;
}
.grow {
  transition: transform .2s;
}
.grow:hover {
  transform: scale(0.9);
}


.dropdown:hover {
  background: #DCE9E9;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 1;
}
.frame {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: space-between;
}
.item-4 {
  flex-grow: 1;
}
.item-5 {
  width: auto;
  background-color: none;
}
.item-6 {
  flex-grow: 4;
}
.item-7 {
  flex-grow: 3;
}
.hidden {
  visibility: hidden;
}
.dropdown-content {
  display: flex;
  height: auto;
  justify-content: space-between;
  -webkit-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.11);
}
.dropbtn:hover, .dropbtn:focus {
  background-color: none;
  cursor: pointer;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  color: white;
  display: none;
  font-family: 'source_sans_proregular';
  line-height: 25px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.container td {
  vertical-align: middle;
  text-align: center;
}
.centerAlign {
  text-align: center;
}
.margin2x {
  margin-bottom: 24px;
}
.margin1x {
  margin-bottom: 12px;
}