/* freshartdaily.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
	background-color: #c6e7ce
}

nav {
    background-color: #d6f7de;
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 15px;
    font-size: 1.2em;
    color: #269624;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
	color: #2cdd14;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

h1 {
    margin-top: 20px;
}

/* links inside .latest-galleries */
.latest-galleries a {
  font-size: 1.5rem;
  color: #3333cc;
  text-decoration: underline;
}

.latest-galleries a:hover {
   color: #3333ff;
}

/* links inside .all-galleries */
.all-galleries a {
  font-size: 1.5rem;
  color: #3333cc;
  text-decoration: underline;
}

.all-galleries a:hover {
  color: #3333ff;
 }




