/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1;
    background-image: url("img/handmadepaper.png");
    background-repeat: repeat;
    max-width: 1500px;
    margin: 0 auto;
}
hr {
    width: 39.0625vw;
    height: .02441406vw;
    background: #fff;
    margin-bottom: 2.3vw;
}
h1 {
    font-family: DeVinneBT-Text;
    font-weight: normal;
    font-style: normal;
    font-size: 3.90625vw;
    line-height: 1.2em;
    color: #333;
    text-align: left;
}
h2 {
    font-family: DeVinneBT-Text;
    font-weight: normal;
    font-style: normal;
    font-size: 10.546875vw;
    color: #fff;
    letter-spacing: .29296875vw;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.7578125vw;
    line-height: 1.7em;
    letter-spacing: .48828125vw;
    color: #fff;
}
header {
    width: 100%;
    /*margin: 5% 0%;*/
margin: 50px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: .9765625vw;
    text-transform: uppercase;
    letter-spacing: .29296875vw;
    text-align: center;
}
#logo {
    width: 200px !important;
    height: 83px !important;
    margin-bottom: -6px;
}
#statement {
    margin: 0% 2%;
}
#flourish {
    width: 84%;
    height: auto;
    margin: 2% 0%;
}
.red {
    color: #c45c38 !important;
}
.DeVinneBT-Text {
    font-family: DeVinneBT-Text;
    font-weight: normal;
    font-style: normal;
}
.DeVinneBT-ItalicText {
    font-family: DeVinneBT-ItalicText;
    font-weight: normal;
    font-style: normal;
}
.title {
    position: absolute;
    width: 100%;
    height: 70vw !important;
    max-height: 1050px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    font-family: DeVinneBT-Text;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    display: table;
}
.container_outer:hover .title {
    opacity: 0;
    filter: alpha(opacity=0);
}
.title .title-inner {
    display: table-cell;
    vertical-align: middle;
}
.pre-title {
    font-size: 3.5vw;
}
/* SLIDER */

.bx-wrapper {
    height: 70vw !important;
    max-height: 1050px;
    position: relative;
    margin: 0 auto 2% auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    border: 0px;
}
.bx-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/* LOADER */

.bx-wrapper .bx-loading {
    background: url('loading.gif');
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9999;
    cursor: pointer;
}
.bx-wrapper .bx-prev {
    left: 3%;
    background: url('/img/prev.png');
    background-size: 22px 40px;
}
.bx-wrapper .bx-next {
    right: 3%;
    background: url('/img/next.png');
    background-size: 22px 40px;
}


#contact-button, #contact {
position: absolute;
top: 118px; right: 50px;
font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .4em;
    color: #c45c38;
text-decoration: none;
}

#contact-button:hover {
color: #c45c38;
opacity: 0.6;
pointer: cursor;
}

#contact:hover {
cursor: default;
}


h4 {
font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .4em;
    color: #c45c38;
text-align: center;
margin: 35px auto;

}

.contact-link {
text-align: center;
margin: 20px auto;
color: black; 
text-decoration: none;
    font-family: DeVinneBT-Text;
    font-weight: 600;
    font-size: 40px;
}

.contact-link:hover {
opacity: 0.6;
}

#contact-statement {
    margin: 75px 2%;
}

#contact-statement hr{
margin-top: 35px;
width: 50%;
max-width: 300px;
height:1px; border:none; color:#000; background-color:#000;
}

/* MOBILE */


@media only screen 
and (max-width : 600px) {

.contact-link {
    font-size: 22px;
}

#contact-button, #contact {
top: 25px;
right: 25px;
}

}