
/* css reset
   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;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* begining styles */


body{
background-color:#ddd8cd;
font-family: 'Montserrat', 'Open Sans','Alternates','Muli',sans-serif;
font-size: 20px;
}
#wrapper{
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
.top-contact {
    background-color: #4c8c12;
    height: 40px;
}

.top-contact p{
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    font-family: 'Limelight', cursive;
    color:#ffffff;
    font-size: 130%;
    line-height: 30px;
    
}

.clarks-logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 28%;      
}

nav.top {
    background-color:#4b6588;
    color: #ffffff;
    height: 40px;
}

nav.top ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: right;
    height: 45px;
}

nav.top li {
    display:inline-block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
}

nav.top ul a{
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    font-size: 110%;
    
}

nav.top li a:focus,nav.top li a:hover,nav.top li a:active, nav.top li a:visited {
    color:#94b9af;
    font-weight: 1000;
}


.centre-body img {
    width: 100%; 
}
.centre-body {
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    font-family: 'Parisienne', cursive;
    color:#4b6588;
    font-size:2em;
    padding-bottom: 3%;
}

.centre-body p{
    padding-top: 2%;
}


h1  {
    color: #4c8c12;
    padding-top: 25px;
    padding-bottom: 5px;
    font-family: 'Limelight', cursive;
    font-size: 90%;
}
h2 {
    text-align: center;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    color:#4c8c12;
    font-size:95%;
    font-weight: 800;
}
h3{
    font-family: 'Limelight', cursive;
    color:#133c55;
    font-size: 75%;

}

h4{
    font-family: 'Parisienne', cursive;
    font-size:60%;
    color: #4c8c12;
    text-align:right;
    margin-right: 21%;
    padding-top: 10px;
}
/*
.description{
    line-height: 2em;
    margin-right: 30px;
}*/

/* Products page */

.products{
    margin:100px;
    text-align: left;
    
}

.products img{
    width: 24%;
    padding: 0 1px 20px;

    
    
}
.centre-body span{
    color:#4b6588;
    font-family:'Limelight', cursive;
    font-size: 1em;
}

#hr{
    width: 0.5px;
    color: #4c8c12;
    border-style: dotted;
}

.core h3 {
    text-align: center;
    color:#133c55;
    font-size: 2em;
    margin: 40px 30px 40px;
}



.clarkpic{
    float: left;
    width: 30%;
    padding: 20px 20px 87px 50px;
    
}

.clarktext{
    float: right;
    width: 60%;
    font-size: 1.2em;
    color:#133c55;
    padding: 15px;
    line-height: 1.6em;
    margin-bottom: 50px;
}

.clarktext li{
    font-family: 'Parisienne', cursive;
    font-size: 125%;
    line-height: 2em;
    margin-top: 5px;
}

.contacting.div{
    display: inline-block;
    
}
.block1 {
    width: 45%;
    float: right;
    padding: 10;
    vertical-align: top;
    margin-top: 70px;
    line-height: 40px;
    font-size: 110%;
}


.block2 {
    float: left;
    background-color: aquamarine;
    width: 50%;
}

.block2 iframe{
    width: 100%;
}
footer div{
    display:inline-block;
    height: 300px;
    margin:2px;
    margin-top: 35px;
    line-height: 50px;
    
}

footer {
    clear: both;
    background-color: #ddd8cd;
    padding-top: 100px;
    
    
    
}
.footer-left{
    vertical-align: top;
    float:left;
    width: 30%;
    margin-left: 23px;
    text-align: left;
}

.footer-centre{
    vertical-align: top;
    width: 32%;
    text-align: center;
    
}
.footer-right{
    vertical-align: top;
    float: right;
    width:30% ;
    margin-right: 25px;
    text-align: right;
}

.copyright {
    width:100%;
    background-color: #4e402b;
    color:#ffffff;
    text-align: center;
    font-size: 80%;
    height: 30px;
    line-height: 30px;
    
    
}