@font-face {
    font-family: 'Hanford';
    src: url('/fonts/hanford-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/hanford-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/hanford-webfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/hanford-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('/fonts/hanford-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('/fonts/hanford-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: RGBA(172, 128, 87, 0.8);
    padding: 0;
    background-color: RGBA(172, 128, 87, 0.1);
}
h1 {
    font-family: 'Hanford', cursive;
    font-size: 2.8em;
    color: #798EA0;
    margin: 20px 0;
    padding: 0;
    letter-spacing: 0.2em;
    text-transform: capitalize;
}
h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.1em;
    margin: 5px 0;
}
h4 {

}
a:-webkit-any-link {
    text-decoration: none;
}
/******************************************************
PREHEADER
******************************************************/
#preheader {
    background-color: RGBA(121, 142, 160, 0.5);
    color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
#preheader a.credits_pepas {
    display: block;
    padding-top: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}
#preheader a.credits_pepas:hover {
    color: #000;
}
#preheader .socialmedia {
    margin-top: 2px;
}
/******************************************************
HEADER
******************************************************/
header {
    padding: 0;
}
header nav > ul {
    margin-top: 10px;
    text-align: center;
}
header nav > ul li {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}
header nav > ul li a {
    color: #AC8057;
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
 }
header nav > ul li a:hover, header nav > ul li a:active, header nav > ul a.active {
    color: #798EA0;
}
header nav > ul a.active:before {
    content: "\f1fc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.1em;
}
/******************************************************
BANNER
******************************************************/
#banner {
    margin-bottom: 10px;
}
#banner img {
    width: 100%;
    max-height: 300px;
    border-top: 10px solid lightgray;
    border-bottom: 5px solid #AC8057;
}
@media(max-width: 768px) {
    #banner img {
        border-top: 2px solid lightgray;
        border-bottom: 2px solid RGB(247, 147, 29);
    }
}
/******************************************************
MAIN
******************************************************/
main {
    padding: 10px 0 50px 0;
}
main hr {
    border: 1px solid #e8e8e8;
    margin: 5px auto;
    width: 80%;
}
/******************************************************
PROJECTS
******************************************************/
#projects {
    margin-top: 30px;
}
#projects a {
    padding: 3%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#projects a:hover {
    background-color: RGBA(121, 142, 160, 0.5);
    color: #ffffff;
}
#projects img {
    max-width: 100%;
    padding: 5% 10%;
}
#projects a:hover div[class^="item-title-"],
#projects a:hover div[class*=" item-title-"],
#projects a:hover div[class^="item-location-"],
#projects a:hover div[class*=" item-location-"] {
    color: #ffffff;
}
#projects div.item-social li a:hover {
    color: white;
}
#detail img {
    margin-bottom: 20px;
}
#detail .gallery-image {
    padding-left: 0;
}

div[class^="item-title-"], div[class*=" item-title-"] {
    color: #798EA0;
    font-family: 'Hanford';
    font-size: 2.0em;
    text-transform: capitalize;
}
div[class^="item-location-"], div[class*=" item-location-"] {
    color: #798EA0;
    font-size: 1.0em;
}
div[class^="item-date-"], div[class*=" item-date-"] {
    font-style: italic;
    font-size: 0.8em;
}
div[class^="item-content-"], div[class*=" item-content-"] {
    margin-top: 10px;
}
div.item-social {
    cursor: pointer;
}
/******************************************************
GALLERY
******************************************************/
#gallery {
    margin: 20px 0;
}
#gallery .gallery-image {
    padding-bottom: 20px;
}
/******************************************************
FOOTER
******************************************************/
footer {
    background-color: RGBA(172, 128, 87, 0.8);
    border-top: 1px solid #fff;
    color: #fff;
}
footer a, footer a:visited {
    color: #fff;
}
footer a:hover, footer a:active, footer a:focus {
    color: #000;
}
footer #iconbar {
    padding: 30px 0 40px 0;
}
footer .icon {
    display: inline-block;
    margin-right: 20px;
}
footer .icon_box {
    display: table;
    vertical-align: middle;
    padding-top: 5px;
    text-transform: uppercase;
}
footer .icon_box.contact_socialmedia {
    height: 42px;
}
footer .icon_box .icon, footer .icon_box .text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
footer .text span {
    display: block;
    font-size: 1.2em;
}
footer #copyright {
    padding: 10px 0;
    font-size: 0.8em;
}
footer #copyright, footer #copyright a {
    text-transform: uppercase;
}
footer #copyright span {
    display: inline-block;
}
footer #copyright span:not(:last-child):not(:nth-child(3)):not(:nth-child(4)):after {
    content: ' - ';
}
/******************************************************
FORM
******************************************************/
.form {
    margin-top: 20px;
}
.form label {
    text-transform: uppercase;
}
/******************************************************
BOOTSTRAP CUSTOM
******************************************************/
.navbar-top {
    height: 30px;
    min-height: 30px;
}
/*** responsive menu ***/
#navbar-responsive {
    margin-bottom: 0;
    background-color: #798EA0;

}
#navbar-responsive li a {
    text-transform: capitalize;
    color: #fff;
}
#navbar-responsive li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.btn-primary {
     color: #fff;
     background-color: #798EA0;
     border-color: #2e6da4;
}
/******************************************************
CAROUSEL FADE
******************************************************/
.carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    -o-transition: -o-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}
.item:nth-child(1) {
    background: darkred;
}
.item:nth-child(2) {
    background: red;
}
.item:nth-child(3) {
    background: orange;
}
