@media screen and (min-width: 480px) {

/* * * * * * * * * * * * * * * * * * * * * *
PAGE: HOME
* * * * * * * * * * * * * * * * * * * * * * */

  section.center img {
    margin: 15px;
    float: right;
  }

  .yellowflowers {
    margin: 15px;
    float: right;
  }


/* * * * * * * * * * * * * * * * * * * * * *
PAGE: ABOUT
* * * * * * * * * * * * * * * * * * * * * * */

	.profile-photo {
		float: left;
		margin: 0 5% 80px 0;
	}

  .abbot {
    margin: 15px;
    float: right;
  }

 /* * * * * * * * * * * * * * * * * * * * * *
PAGE: CONTACT
* * * * * * * * * * * * * * * * * * * * * * */

  #primary {
    width: 40%;
    float: left;
  }

  #secondary {
    width: 40%;
    float: right;
  }

}

@media screen and (min-width: 620px) {

/* * * * * * * * * * * * * * * * * * * * * *
PAGE: HOME
* * * * * * * * * * * * * * * * * * * * * * */

 section.left{
  width: 40%
 }

 section.right {
  width: 40%;
 }


 section.bottom p {
    text-align: justify-left;
  }

  section.bottom img {
    float: right;
  }

}


@media screen and (min-width: 780px) {

/* * * * * * * * * * * * * * * * * * * * * *
PAGE: HOME
* * * * * * * * * * * * * * * * * * * * * * */
  section {
    width: 25%
  }


/* * * * * * * * * * * * * * * * * * * * * *
PAGE: ABOUT
* * * * * * * * * * * * * * * * * * * * * * */
  nav {
    background: none;
    float: right;
    font-size: 1.125em;
    margin-right: 5%;
    text-align: right;
    width: 45%;
  }

  #logo {
    float: left;
    margin-left: 5%;
    text-align: left;
    width: 45%;
  }

  h1 {
    font-size: 1.75em;
  }

  h2 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }

  header {
    border-bottom: 15px solid #599a68;
    margin-bottom: 60px;
  }

}









