@charset "ISO-8859-1";


body {  
font-family: "robotolight", sans-serif;   
color: #434343;   
background-color: #ffffff;   
width: 100%;
height: auto;
margin: 0;
font-size: 1em;
line-height: 1.5em;
}

@font-face {
    font-family: 'open_sans_condensedlight';
    src: url('opensanscondensed-light-webfont.woff2') format('woff2'),
         url('opensanscondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.woff2') format('woff2'),
         url('roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



* {
  box-sizing: border-box;
}

body p1 {
    font-family: 'open_sans_condensedlight';
    font-size: 1.3em;
    letter-spacing: 0.1em;
    color: #699090;
}

body p2 {
    font-size: 0.9em;
}

body p3 {
    font-size: 1em;
    font-weight: bold;
}

body h1 {
    font-size: 1em;

}

body h2 {
    font-family: 'open_sans_condensedlight', serif;
    font-size: 2.5em;
    color: #699090;
}

h2.c {
    font-family: 'open_sans_condensedlight', sans serif;
    letter-spacing: 0.1em;
    color: #699090;
    font-size: 2em;
    line-height: 1.5em;
}

h2.c a {
    color: #699090;
}

body h3 {
    margin: 5em;
}


body a:link {
    color: #434343;
    text-decoration: none;
}

body a:visited {
    color: #434343;
    text-decoration: none;
}

body a:hover {
    color: #699090;
}

iframe {
    border: none;
    width: 100%;
    height: 100vh;
}



#sticky {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; 
  outline: none;
  cursor: pointer;
  padding: 15px;
  font-size: 18px; 
  background-color: #d9d9d9;
}


.button {
    background-color: #c9dfe0;
    width: 25%;
    padding: 10px;
}



#empty {
    float: left;
    width: 2%;
    height: 100%;
}

@media only screen and (max-width: 1500px){
  .empty {
    width: 2%;
  }
}

@media only screen and (max-width: 700px){
  .empty {
    display: none;
  }
} 

#content_area {
    float: left;
    width: 97%;
    font-size: 1em;
    padding: 0;
}

#card {
    max-width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#card1 {
    float: left;
    width: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: #d9d9d9;
    color: #434343;
    margin: 0px 10px 10px 0px;
}

#card-container {
    padding: 3px 16px;
}

#card2 {
    float: right;
    width: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: #d9d9d9;
    color: #434343;
    margin:  10px 0px 10px 10px;
}


body, html {
    height: 100%;
    margin: 0;
}

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

.responsive2 {
    max-height: 600px;
    width: auto;
}

.commissions {
    width: 100%;
    padding: 1em;
    background:  #d9d9d9;
}

.navbar {
  overflow: hidden;
  width: 100%;
   background-color: #fff;
}

.navbar a {
    float: left;
  padding: 12px 0;
  width: 25%;
  text-align: center;
}

.navbar a:hover {
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  .navbar a {
    width: 100%;
    padding: 5px 0;
    height: auto;
  }
}


#footer
{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #d9d9d9;
    color: #ffffff;
}

.footer-link {
  padding: 10px 40px;
  margin: 0px 20px;
}

.image {
    position: relative;
}

#myImg {
    display: block;
    width: auto;
    padding: px;
    border: none;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.2%;
    height: 100.2%;
    background: rgba(225, 225, 225, 0.9);
    color: #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.25s;
    transform: translateZ(0);
}


.image_overlay:hover > * {
    transform: translateY(-20px);
    transition: transform 0.25s;
}

.image_overlay:hover {
    opacity: 1;
}

.image_title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: center;
}

.image_description {
    font-size: 1em;
    margin-bottom: 5%;
        text-align: center;
}

.gallery {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.gallery img {
  width: auto;
  height: 100%;
}

/* */



.grow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.gcolumn {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}

.gcolumn img {
  margin-bottom: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .gcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .gcolumn {
    -ms-flex:   100%;
    flex: 100%;
    max-width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .gcolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/**/

.cwrapper1 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;  
    flex-direction: column;
    justify-content: center;
  width: 60%;
  margin: auto;
}

.item1 {
    width: 100%;
    height: auto;
    margin: 5px;
}

.cwrapper {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;  
    flex-direction: row;
    justify-content: center;
  width: 80%;
  margin: auto;
}

.item {
    width: 25%;
    height: auto;
    background-color: #d9d9d9;
    margin: 5px;
    padding: 5px;
}

.item img {
    width: 100%;
  margin-bottom: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 1300px) {
  .item {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .item {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 100%;
  }
  .cwrapper {
      width: 70%;
  }
  .cwrapper1 {
      width: 90%;
  }
}


@media screen and (max-width: 600px) {
  .item {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .cwrapper {
      width: 100%;
  }
  .cwrapper1 {
      width: 100%;
  }
}







