@import url(http://fonts.googleapis.com/css?family=Roboto:700,400|Open+Sans);

body {
    background-color: #ddd;
    font-family: "Roboto", sans-serif;
}
main {
    background-color: #ddd;
    margin: auto;
    width: 960px;
}
header {
    background-color: #61bec6;
    height: 150px;
    width: 100%;

}

header div#logo {
    background-color: transparent;
/* clear: both; */
float: left;
/* height: 100px; */
/* width: 100px; */
margin: 30px;
}

header nav {
    margin-left: 100px
}

header ul li {
  background-color: #42b5b5;
float: right;
/* height: 50px; */
/* width: 50px; */
display: block;
padding: 0.5em;
/* margin-left: 5px; */
margin-top: 60px;
margin-right: 50px;
text-decoration: none;
}

section div#slider {
    background-color: transparent;
    height: 150px;
    width: 100%;
    margin-top: 40px;

}

article {
    background-color: #f2f2f2;
float: left;
/* height: 50px; */
width: 300px;
/* display: block; */
/* padding: 5em; */
margin-left: 15px;
margin-top: 100px;
margin-bottom: 60px;
/* margin-right: 60px; */
   
}
article h1 {
font-size: 20px;
text-align: center;

}

article p {
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
text-align: justify;
word-break: break-all;

}
article#c {
    background-color: #cccac3;
}

footer {
    background-color: #61bec6;
    height: 150px;
    width: 960px;
    margin-left: 5px;
    margin-right: 5px;
    margin; 10px;
    overflow: auto;
    float:right 
    }


