﻿body {
     background-color:#ffffff;
     font-family: Myriad Web Pro;
     font-style:normal;
     color:#5A5858;
     font-size:20px;
}
.wrapper
{
    width:710px;
    margin:0 auto;
   
}
body > div > div.content {
margin-top: 100px;
width: 100%;
}
.header{
    text-align: center;
    margin-top:57px;
}
.footer{
   text-align:center;
   font-style:italic;
   margin-top: 42px;
}
h1{
    color:#696a6a;
    font-size:55px;
}
p{
   
    font-weight:normal;
    width: 100%;
}
p a{
    color:#696a6a;
}
p.info
{
    font-weight:bold;
    text-align: center;
    margin-top: 50px;
}
p.info a{
    text-decoration:none;
    color:#696a6a;
}
ul
{
    list-style:none;
    margin-left:-38px;
   margin-bottom: 54px;
 }
ul li.first{
margin-left:0;
}
ul li
{
    display:inline-block;
    background-color:#83a732;
    padding:17px 22px;
    text-align: center;    
    margin-left:63px;
}
ul li a
{
    text-decoration:none;
    font-weight:bold;
    font-size:20px;
    color:#ffffff;
   
}
address{
        font-style:normal;
}
span{
    text-decoration:none;
}
@media screen and (max-width: 768px) {
  
    /* Add your styles for devices with a maximum width of 768 */
    .wrapper{ width: 100%;}
    body > div > div.content { margin-top: 40px;}
  img{
	max-width:100%;
  }
}
@media screen and (max-width: 480px) {
  
    /* Add your styles for devices with a maximum width of 480 */
  img{
	max-width:100%;
  }
}
