body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image: url("../img/fresh_snow_@2X.png");
  background-color: #c5c4c2;
}

.container {
  width: 1000px;
  margin: auto;
  background-color: #e1e8fa;
}

/*Attribute Selectors*/
a[href] {
  /*Nav Bar*/
  color: black;
  font-weight: bold;
  text-decoration: none;
}

main img[alt~=big] {
  /*Dog Pictures*/
  background-color: #249cde;
  padding: 5px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

main img[alt~=small] {
  /*Dog Pictures*/
  background-color: #249cde;
  padding: 5px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

[class|=title-name] {
  /*Dog Names*/
  color: #249cde;
  text-decoration: none;
}

[id^="text quote"] {
  /*Quote*/
  padding: 5px 60px;
  border-bottom: 5px solid #249cde;
}

img[alt$=banner] {
  /*Banner image*/
  border: 1px solid #249cde;
  border-radius: 5px;
}

[class*=fo] {
  /*footer*/
  background-color: #249cde;
  text-align: center;
  border-radius: 5px;
}

/*Nav/Header*/
header nav {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 5px solid #249cde;
  padding-bottom: 10px;
}
header nav a {
  display: inline-block;
  margin-right: 20px;
}
header nav a:last-child {
  margin-right: 0;
}

main {
  font-size: 18px;
  margin: 15px;
}

main p {
  margin-bottom: 30px;
}

/*Other*/
h1 {
  font-family: "Long Cang", Courier, monospace;
  font-size: 30px;
  text-align: left;
  text-transform: capitalize;
}

h2 {
  color: #249cde;
  text-decoration: none;
}

.footer {
  padding: 5px 5px 5px 10px;
}

img.right {
  float: right;
  margin: 10px 10px 10px 20px;
}

img.left {
  float: left;
  margin: 10px 20px 10px 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#img_size {
  height: 300;
  width: auto;
}

/*# sourceMappingURL=style.css.map */
