/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/
.sendEmailButton{
cursor: pointer;
}

body main:not(.index) .detail a, .view-more{
color: #BE8E2D !important;
}

.detail a{
color: #BE8E2D !important;
}

.breadcrumb li a{
color: #BE8E2D;
}

#contact a{
color: #BE8E2D;
}

.media figure{border: 3px double #ccc;margin-bottom: 30px;}
.media figure img{height: 200px;margin-bottom: 15px;width: 100%;}
.info-btn{background: #000;color:#fff;display: inline-block;font-size: 16px;font-weight: 300;letter-spacing: 1px;text-transform: uppercase;}
.media .section-header{margin-bottom: 30px;border-bottom: 1px solid #d8d8d8;text-align: center;}
.media h1{display: inline-block;border-bottom: 1px solid #373738;margin: 0;color: #000;}

.banner-top{
text-align: center;
}

main.index img {
border: 1px solid #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}