
body {
margin:0;  
padding:0;
text-align: center;
font-family: monospace; san-serif;
line-height: 1.2;
font-size: 18pt;
background-color: whitesmoke;  
}

header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}

ul {
    list-style: none;
}

a:link {font-weight:bold;color:#000000;text-decoration:none}
a:visited {font-weight:bold;color:#000000;text-decoration:none}
a:hover {font-weight:bold;color:#000000;background-color:#ddd}

header {
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 120px;
}

header ul {
    margin-top: 0px;
}

header a {
    float: left;
    font-size: 20pt;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: right;
    font-size: 36px;
}

.dropdown .dropbtn {    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.dropdown-content {
    right: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menuline {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;    
}

.clearHeader{
margin-top: 150px;
}

h1 {
font-family: monospace;
color:darkblue;
font-size: 110px;
letter-spacing: 4px;
margin-right: 100px;
margin-left: 100px;
margin-bottom: 0px;    
}

h2 {
font-family: monospace;
color:#000000;
font-size: 68px;
letter-spacing: 4px;
margin-bottom: 10px;
margin-right: 100px;
margin-left: 100px; 
margin-top: 0px; 
}

h3{
font-family: monospace;
color:#000000;
font-size: 56px;
margin-right: 100px;
margin-left: 100px;
}

h4 {
font-family: monospace;
color:darkblue;
font-size: 42px;
margin-top: 10px;
margin-right: 100px;
margin-left: 100px;    
}

h4:hover, a:hover{
  background-color: #ddd;
}

h5 {
font-family: monospace;
color:darkblue;
font-size: 28px;
margin-right: 100px;
margin-left: 100px;
}

h5:hover, a:hover{
  background-color: #ddd;
}

h6{
font-family: monospace;
color:darkblue;
font-size: 20px;
margin-right: 100px;
margin-left: 100px;
}

h7 {
font-family: monospace;
color:darkblue;
font-size: 42px;
font-weight:bold;
margin-top: 10px;
margin-right: 100px;
margin-left: 100px;
}

img.small{
clear:left;
float: center;
width: 200px;
}

img.medium{
clear:left;
float: center;
width: 500px;
}

img.large{
clear:left;
float: center;
width: 800px;
}

#contable{
text-align: left;
margin-left: auto; 
margin-right: auto;
}


.bluebar{
background-color: lightblue;
overflow: hidden;
}

.bluebar h4:hover, a:hover{
  background-color: #ddd;
}

.testimonials{
font-size: 24px;
text-align: justify;
font-family: arial; san-serif;
}

.blogstyle{
font-size: 24px;
text-align: justify;
font-family: arial; san-serif;    
}

p {margin-right: 10%;
margin-left: 10%;
}

footer {
background: #FFFFFF;
clear:left;
box-shadow: 0px 500px 0px 500px
}

footer li {
display: inline-block;
list-style: none;
padding: 15px 0px 75px 0px;
font-size: 36px;
}

footer a {
	display: block;
    padding: 2px 5px 2px 5px;
    float: center;
    margin: 0 50px 0 0;
}




