@charset "utf-8";


/*link attributes*/

a:hover {
    color: rgba(101,12,20,1.00);
    border-bottom: thin dotted rgba(140,20,30,1.00);
}


.no-und {
    text-decoration: none;

}


.link-no-und {
    text-decoration: none;
    color: #111111;
}

.link-no-und: a:hover {
    color: rgb(140,20,30);
    border-bottom: thin dotted rgba(140,20,30,1.00);

}



.header-icons {
    text-decoration: none;
    color: #FFFFFF;    
}

.header-icons:hover {
    color: #000000;
    border-bottom: thin dotted #000000;   
}



/*Fonts*/
.acumin-semi-cond-light {
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.acumin-semi-cond-regular {
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.acumin-semi-cond-bold {
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .02em;
}

.acumin-semi-cond-black {
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
}


.acumin-wide-thin {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.acumin-wide-extra-light {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 200;
    font-style: normal;
}

.acumin-wide-regular {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.acumin-wide-semi-bld {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 600;
    font-style: normal;
}


.questa-ital {
font-family: questa-slab, serif;
font-weight: 400;
font-style: italic;
}

.quote {
    font-family: questa-slab, serif;
    font-size: 125%;
    font-weight: 400;
    font-style: italic;
    padding-top: 20px;
}


.quote-head {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(22,14,9,0.8);
    border-bottom: thin dashed rgba(22,14,9,0.5);
    padding-top: 20px;
}

/*Para Styles*/

.150leding {
    line-height: 175%;

}

.H-1-mine {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(22,14,9,0.8);
    border-bottom: thin dashed rgba(22,14,9,0.5);
    line-height: 2.5em;
    padding-top: 20px;
}

.H-1-panache {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff/*#010101*/;
   /* color: rgba(65,10,15,1.00);*//*Deepred*/
    font-size: 3em;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
    text-align: left;
}

/*Background Images*/

.index-bckgrnd-image {
    background-image: url(../images/eye-candy/kitchen_duotone.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    vertical-align: bottom;
    
}
.head1_und {
    border-bottom: medium dotted rgba(29,23,22,0.10);
    padding-bottom: 20px;
}.image-right {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.BAM-height {
    height: 100px;
    min-height: 50px;
}

.date {
    
    font-size: 80%;
    text-align: right;
}
