/***  Basic CVC Stylesheet ***/

/*** Apply standard fonts throughout the page body  ***/
body{font-family: Verdana; color: #cc0000 }

/*** Heading text  ***/
/*** font-weight 700 = Bold ***/

h1.logo-heading {
width:auto;
background-color: #212121;
color: #dbdbdb;
text-align:center;
text-transform:uppercase;
font-weight:700;
font-size: 2.25em;
 }
 
 /***
 h1.logo-heading {
margin:1.1111111111111112em auto 0;
padding-top: .2222222222222222em;
padding-bottom: .2619047619047619em;
width:auto;
background-color: #212121;
color: ##dbdbdb;
text-align:center;
text-transform:uppercase;
font-weight:700;
font-size: 2.25em;
 }
 ***/

/*** Apply separate heading styles  ***/
H2 {font-style: italic}

/**  Body layout formatting  **/

body > .row {
max-width: 62.5em;
background-color: rgba(255, 255, 255, .9)
 }

body > .row.main-row {
margin-top: 0;
padding-top: 0;
padding-right: 1.25em;
padding-left: 1.25em;
 }
 

/***  Apply CLASS attribute styles  ***/

P.special {color: #660000  }

P.paragraph.footer-text {
color: #5e5e5e;
text-align: center; 
}

/**
P.paragraph.footer-text {
margin-top: 3.9285714285714284em;
margin-bottom: 2.857142857142857em;
color: #5e5e5e;
text-align: center; }
**/

/** Picture formatting  **/

a.cvc-pictures.image-link-1 {
margin: 3.75em auto 3.125em;
max-width: 50em;
border: .4375em solid #fff;
box-shadow: rgba(0, 0, 0, .25) 0 1px 3px 0;
 }

a.cvc-pictures.image-link-1 > picture {
margin: 0;
 }


/*** End of stylesheet  ***/
