
/* reset browser styles */
html, body, div, span, 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%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol {
    padding-left: 1.4em;
    list-style: decimal;
}
ul {
    padding-left: 1.4em;
    list-style: square;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* end reset browser styles --------------------------------------------- */

body {
    background: rgb(95,96,93);
    /* ---------------------------------------------------------------------- */
    /* ---- Lite grey on top 30% and then dark grey from 30% to bottom ------ */
    background: linear-gradient(to bottom , rgba(242,242,246,1) 30%, rgba(95,96,93,1) 30% );
    /*height: 5000px ;*/
}

#content {
    margin: auto ;
    margin-top: 15px;
    /*height: 100%;*/
    width: 65%;
    min-width: 65% ;
    padding : 25px;
    border-style : none ;
    border-width : 1px  ;
    border-color : blue ;
    background: white;
    padding-bottom: 100px;
}


.logo {
    width: 95%;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: pink;
    border-style: none;
    background-image: url('./images/logo1.png');
    background-repeat: no-repeat;
    background-size: auto ;
    background-position: left top ;
}

.logo_lnk {
    width: 95%;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: pink;
    border-style: none ;

}

.menu {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    width: 95%;
    background-color: #c53431;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style : none ;
    border-width : 1px  ;
    border-color : #c53431 ;
    padding-left : 25px;
}

.menu a {
    display: inline-block;
    font-size: 1.2em;
    width: 100px;
    color: white ;
    text-decoration: none;
    text-align: center;
    margin-top: 11px;
    margin-left : 10px;
    margin-right : 10px;
}

.menu a:hover {
    /*font-size: 2em;
    width: 150px;
    margin-left : 20px;
    margin-right : 20px;
   */
    color: black;
    background-color: white ;
    padding-bottom: 10px;
}

.menu a:active {
    color: yellow;
    font-size: 1.6em;
}


a.nudge {
    /*margin-left: 50px ;*/
    color: yellow ;
}

.splash {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    font-style: italic;
    font-weight: bold;
    text-shadow: -4px 4px 3px #666;
    color: #426A8E;
    background: white ;
}

/* Splash was not implemented but might be a good idea to keep in mind.  It's
 * purpose was to spice up the page heading a bit.
 */

.splash h1 { 
  padding-left: 25px ; 
  font-size: 2.4em; }

.splash h2 {
    padding-left: 45px ;
    font-size: 2.0em;
}

.splash h3 {
    font-size: 1.8em;
}


.intro {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    /*background: rgba(242,242,246,1);*/
    border-style: none;
    boder-width: 3px;
    border-color:grey;
}

.intro h1 {
    font-size: 2.0em;
    color: #426A8E;
    letter-spacing: 0.5em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 95%;
    padding: 10px ;
    background: white;
    text-align: left;
    border-bottom: 4px solid black ;
}



.intro img {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

img.vmargin {
    */ This makes it harder for text to wrap around the image. */
    border-width: 1px;
    border-color: #c53431;
    border-style: none ;
    margin-bottom: 100px;
    margin-top   : 20px;
}


.intro p {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: #c53431;
    border-style: none;
    font-size: 1.2em;
    line-height: 1.3;
    background: white;
    color: black ;
    padding: 5px;
}


.intro  p::first-letter {
    color:#c53431;
    font-size: 1.6em;
}

.introxxx  p::first-line {
    color:black;
    font-size: 1.6em;
}


.rhetoric {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /*height: 100%;*/
    width: 95%;
    /*background: rgba(242,242,246,1);*/
    border-style: none;
    boder-width: 3px;
    border-color:grey;
}

.rhetoric h2 {
    font-size: 1.6em;
    color: black;
}

.rhetoric h1,h2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 95%;
    padding: 10px ;
    /* ---- */
    background-color: pink ;
    /* ---- */
    text-align: left;
    border-bottom: 4px solid black ;
}

.rhetoric h3 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    width: 95%;
    padding: 10px ;
    background: white;
    text-align: left;
    font-size : 1.5.em;
    color: #E8563D;
    font-weight: bold;
}



.rhetoric p {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: #c53431;
    border-style: none;
    font-size: 1.2em;
    line-height: 1.3;
    background: white;
    color: black ;
    padding: 5px;
}

.rhetoric ul {
    clear: both;
}

.rhetoric ul {
    font-size: 1.4em;
    color:  black;
    margin: 25px;
    line-height: 1.6;
}

.slogan {
    clear: both;
    height: 150px;
    width: 100%;
    padding: 5px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 8px none orange ;
    background-image: radial-gradient(circle,  #A2A3A1,#5F605D  );
}

.slogan h3 {
    border: 0 black none;
    font-family: Arial ;
    font-size: 1.45em;
    background-image: radial-gradient(circle,  #A2A3A1,#5F605D  );
    color: white ;
    text-align: center ;
    padding-top: 5px;
    margin : 10px ;
}

.links {

}


.info_header {

    width: 98%;
    height: auto;
    height: 120px ;
    margin-left: auto;
    margin-right: auto;

    background-image: url('./images/banner2.png');
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: left top ;
    background-position: center ;
    
    /*
    background-color: #c1deec ;
    border: 2px none #c1deec ;
    border-left: 10px solid #c1deec;
    border-right: 10px solid #c1deec;
    border-bottom: 10px solid #c1deec;

   */
}


.info_section {
    display: inline-block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left : 25px;
    border: 2px none black ;
    background-color: transparent;
}

.info_section h1,h2,h3 {
    font-family: Arial ;
    color: black ;
    background-color: transparent ;
    margin: 1px;
    text-align: left;
    border-bottom: 0px none black ;

}

.info_section h1 {
    font-size: 2.0em;
}

.info_section h2 {
    font-size: 1.4em;
}

.info_section h3 {
    font-size: 1.3em;
    margin-top: 10px ;
    margin-bottom: 10px ;
}

.info_txt {
    width: 60%;
    padding: 5px;
    border: 2px none black ;
    display: inline-block;
    float: left;
    background-color: transparent;
}

.info_txt p {
    font-family: Arial ;
    font-size: 1.15em;
    color: black ;
}

.info_link {
    padding: 0;
    margin: 15px;
    margin-right: -25px;
    margin-top: 5px;
    float: right;
}


.info_link img {
    width: 80%;
    padding: 0;
    margin: 0;
    display: block;
    border: 1px solid blue ;
}

.info_email_link {
    padding: 0;
    margin: 15px;
    margin-right: -25px;
    margin-top: 5px;
    float: right;
}



.info_email_link img {
    width: 80%;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    display: block;
    border: 1px none blue ;
}

.info_email_link a {
    text-align: right;
    font-size: 1.2em;
}

.boxblurb {
    width: 40%;
    padding: 5px;
    margin-left: 2px ;
    margin-top: 15px ;
    margin-bottom: 15px ;
    margin-right: 15px ;
    border: 3px solid black ;
    background-color: #C9E3F9 ;
    text-align: center ;
    font-size : 1.4em;
    font-style: italic;
    font-weight: bold;
    float: left;
}

.dochint {
    width: 80%;
    padding: 5px;
    margin-left: 50px ;
    margin-top: 5px ;
    margin-bottom: 5px ;
    margin-right: 5px ;
    border: 1px dotted black ;
    background-color: transparent ;
    text-align: center ;
    font-size : 1.2em;
    font-style: italic;
    font-weight: bold;    
}

h3.arrow {
    display: inline-block;
    width: 95%;
    font-size: 0.9em;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 50px;
    margin-left: 30px;
    background-image: url('./images/swoop-arrow-1.jpg');
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: right top ;
    border: 1px none pink ;
    border-bottom: 2px none #3B454E ;
}

h3.arrow_2 {
    display: inline-block;
    width: 55%;
    font-size: 0.9em;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 50px;
    margin-left: 30px;
    background-image: url('./images/swoop-arrow-1.jpg');
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: right top ;
    border-bottom: 2px none #3B454E ;
}



h2.central {
    text-align: center;
    font-size: 1.6em;
    margin-top: 20px;
}



