@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Code+Pro|Opens+Sans|Raleway);

html {
  height:100%;
  margin:0;
}
body {
  height:100%;
  font-family: "Opens Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.8rem;
  color: black;
  background-color: #fcfcfc;
  margin: 0;
  display:flex; 
  flex-direction:column; 
}
#body {
  margin-top: 1em;
}

.content {
  margin-top: 0;
  margin-bottom: 2rem;
  margin-right: 10%;
  margin-left: 10%;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.7rem;
}
h3 {
  font-size: 3.4rem;
}
h4 {
  font-size: 3.1rem;
}
h5 {
  font-size: 2.8rem;
}
h6 {
  font-size: 2.5rem;
}

.main-content {
  margin-bottom: 2rem;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.internal {
  min-height: 600px;
}
  
#title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-separator {
    display: none;
  }
}

.front-image {
  width: 100%;
  height: 535px;
  max-width: 800px;
  max-height: 67vw;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 0 auto 0 auto;
  background-image: url("/images/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 8px 8px #fcfcfc inset;
}
.front-image img {
  display: block;
  position: relative;
  max-width: 800px;
  width: 100%;
 }

.front-categories {
  margin: 0 20% 2em 20%;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 60%;
}
.front-categories img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  width: 150%;
}
.front-categories img:hover {
  transform: scale(1.05);
}
.front-categories a {
   margin: 0;
}
.front-categories .category{
  width: 50%; 
  float: left;   
}
@media screen and (max-width: 1600px) {
  .front-categories {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .front-categories {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .front-categories {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .front-categories .category{
    width: 100%;    
  }
  .front-categories .category h4{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

#footer {
  padding: 1rem;
  background-color: rgba(30, 30, 30, 0.97);
  margin-top: 3rem;
  color: #ccc;
  font-size: 1.25rem;
  text-align: center;
  margin-top:auto; 
}
#footer .row:first-child {
  margin-bottom: 3rem;
}
#footer hr {
  color: #ccc;
}
#footer h4 {
  font-size: 1.8rem;
}
#footer strong {
  color: #ffe727;
}
#footer a {
  color: #fff;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  padding: 0;
}
#footer ul li {
  font-size: 1.8rem;
  margin-right: 1rem;
}
@media screen and (min-width: 480px) {
  #footer ul {
    list-style-type: none;
  }
  #footer ul, #footer ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
  }
  #footer ul li {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
  #footer ul li + li::before {
  padding-right: 1rem;
  content: "»";
  }
}
@media screen and (max-width: 480px) {
  #footer ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  #footer .row:last-child {
    margin-top: 0.8rem;
  }
}

.rsig-gallery a:active, .rsig-gallery a:focus {
  outline:0
}
.rsig-gallery{
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.rsig-item{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0;
}
.rsig-img{
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.rsig-gallery figure {
  overflow: hidden;
  max-width: 100%;
}
.rsig-gallery figure img {
  display: block;
}
.rsig-gallery figure figcaption {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  left: auto;
  width: 100%;
  height: 60px;
  bottom: -60px;
  padding: 20px;
  color: #ddd;
  background: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.rsig-gallery figure figcaption a {
  color: #fff;
}
.rsig-gallery figure figcaption a:hover {
  color: #ddd;
}
.rsig-gallery figure:hover figcaption {
  bottom: 0px;
}
