/* line 4, ../scss/home.scss */
.iff-home {
  background: url(../images/pattern_brown.jpg);
  color: #410b0b;
}
/* line 7, ../scss/home.scss */
.iff-home #container {
  background: url(../images/pattern_light_brown.jpg);
}
/* line 9, ../scss/home.scss */
.iff-home #container nav {
  background-color: #6e4826;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6E4826', endColorstr='#FF9E7F63');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e4826), color-stop(100%, #9e7f63));
  background-image: -webkit-linear-gradient(top, #6e4826 0%, #9e7f63 100%);
  background-image: -moz-linear-gradient(top, #6e4826 0%, #9e7f63 100%);
  background-image: -o-linear-gradient(top, #6e4826 0%, #9e7f63 100%);
  background-image: linear-gradient(top, #6e4826 0%, #9e7f63 100%);
}
/* line 15, ../scss/home.scss */
.iff-home #header-details {
  color: #855e3a;
}
/* line 18, ../scss/home.scss */
.iff-home .top-main-section {
  margin-bottom: 2em;
}
/* line 20, ../scss/home.scss */
.iff-home .top-main-section h2, .iff-home .top-main-section h3 {
  margin: 0;
  text-align: right;
}
/* line 24, ../scss/home.scss */
.iff-home .top-main-section h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 2em;
}
/* line 28, ../scss/home.scss */
.iff-home .top-main-section h3 {
  font-family: 'Duru Sans', sans-serif;
}
/* line 31, ../scss/home.scss */
.iff-home .top-main-section p {
  line-height: 40px;
  font-size: 1.3em;
  font-family: 'Armata', sans-serif;
}
/* line 36, ../scss/home.scss */
.iff-home .top-main-section p:last-child {
  font-size: 0.8em;
  line-height: inherit;
  margin-top: 0.6em;
}
/* line 40, ../scss/home.scss */
.iff-home .top-main-section p:last-child a {
  padding: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 44, ../scss/home.scss */
.iff-home .top-main-section p:last-child a:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #643333;
  color: white;
  padding: 3px;
}
/* line 53, ../scss/home.scss */
.iff-home footer {
  background-color: #9e7f63;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9E7F63', endColorstr='#FF6E4826');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e7f63), color-stop(100%, #6e4826));
  background-image: -webkit-linear-gradient(top, #9e7f63 0%, #6e4826 100%);
  background-image: -moz-linear-gradient(top, #9e7f63 0%, #6e4826 100%);
  background-image: -o-linear-gradient(top, #9e7f63 0%, #6e4826 100%);
  background-image: linear-gradient(top, #9e7f63 0%, #6e4826 100%);
}
/* line 57, ../scss/home.scss */
.iff-home footer a {
  color: #e0b699;
}
/* line 59, ../scss/home.scss */
.iff-home footer a:hover {
  color: #e48e6e;
}

/* line 66, ../scss/home.scss */
#middle-section, #bottom-section {
  width: 93%;
  padding: 1em 2em;
  font-family: 'Duru Sans', sans-serif;
}

/* line 72, ../scss/home.scss */
#middle-section {
  margin: 2em 0;
  clear: both;
}
/* line 75, ../scss/home.scss */
#middle-section .example-images {
  line-height: 300px;
  border: 1px solid #410b0b;
  -webkit-box-shadow: inset 0 0 19px 2px #775d49;
  -moz-box-shadow: inset 0 0 19px 2px #775d49;
  box-shadow: inset 0 0 19px 2px #775d49;
}
/* line 80, ../scss/home.scss */
#middle-section p {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 3em;
  cursor: pointer;
}
/* line 86, ../scss/home.scss */
#middle-section img {
  margin: 1em;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 35px 0px #775d49;
  -moz-box-shadow: 1px 1px 35px 0px #775d49;
  box-shadow: 1px 1px 35px 0px #775d49;
}
/* line 90, ../scss/home.scss */
#middle-section img:hover {
  -webkit-box-shadow: 1px 1px 35px 8px #775d49;
  -moz-box-shadow: 1px 1px 35px 8px #775d49;
  box-shadow: 1px 1px 35px 8px #775d49;
}

/* line 96, ../scss/home.scss */
#bottom-section h3 {
  font-weight: bold;
  font-size: 1.3em;
}
/* line 100, ../scss/home.scss */
#bottom-section #bsc {
  margin: 25px auto;
  padding: 1%;
  width: 45%;
  background-color: #410b0b;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
/* line 107, ../scss/home.scss */
#bottom-section #bsc:hover {
  background-color: #643333;
  -webkit-box-shadow: 0 0 20px 4px #410b0b;
  -moz-box-shadow: 0 0 20px 4px #410b0b;
  box-shadow: 0 0 20px 4px #410b0b;
}
/* line 112, ../scss/home.scss */
#bottom-section article {
  width: 48%;
  display: inline-block;
  margin-bottom: 2em;
}
/* line 116, ../scss/home.scss */
#bottom-section article img {
  -webkit-box-shadow: 0 0 15px 2px #999999;
  -moz-box-shadow: 0 0 15px 2px #999999;
  box-shadow: 0 0 15px 2px #999999;
}
/* line 118, ../scss/home.scss */
#bottom-section article img:hover {
  -webkit-box-shadow: 0 0 15px 5px #410b0b;
  -moz-box-shadow: 0 0 15px 5px #410b0b;
  box-shadow: 0 0 15px 5px #410b0b;
}
/* line 123, ../scss/home.scss */
#bottom-section .bsc-article {
  text-align: justify;
  font-family: 'Ubuntu', sans-serif;
}
/* line 126, ../scss/home.scss */
#bottom-section .bsc-article img {
  display: block;
  margin: 2em auto;
}
/* line 130, ../scss/home.scss */
#bottom-section .bsc-article p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
/* line 133, ../scss/home.scss */
#bottom-section .bsc-article p:first-letter {
  font-size: 150%;
}
/* line 137, ../scss/home.scss */
#bottom-section .bsc-article h3 {
  line-height: 2em;
  font-size: 1.4em;
}
/* line 141, ../scss/home.scss */
#bottom-section .bsc-article span {
  display: block;
  text-align: center;
  font-size: 75%;
}
/* line 145, ../scss/home.scss */
#bottom-section .bsc-article span a {
  color: navy;
  padding: 2px 5px;
}
/* line 148, ../scss/home.scss */
#bottom-section .bsc-article span a:hover {
  background-color: navy;
  color: white;
  transition: 0.6s;
  padding: 2px 5px;
  border-radius: 3px;
}
