
@import "https://fonts.googleapis.com/css?family=Lato:300, 400, 600, 800";

body {
    font-weight:300;
    color: #222;
    font-family: "Lato", sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 200;
    margin: 0 auto;
    max-width: 680px;
    padding-bottom: 6px;
  }

header h2 {
    font-size:1em;
    font-weight:300;
    line-height:.7;
}

p {
    line-height:1.8;
}

header {
    text-align:center;
}

section {
    margin:30px
}

.menu {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
}


/* start nav bar styling */
.mynav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  
  .mynav li:not(:last-child) {
    margin-right: 20px;
  }
  
  .mynav a {
    display: block;
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 7px 15px;
  }

  .mynav a:hover {
    text-decoration: underline;
  }
  
  .target {
    position: absolute;
    border-bottom: 4px solid transparent;
    z-index: -1;
    transform: translateX(-60px);
  }
  
  .mynav a,
  .target {
    transition: all .35s ease-in-out;
  }
/* end */

.social {
    text-align: center;
}

.social a {
    font-size:25px;
    padding:0 8px;
    text-decoration:none;
    color: black;
}
  
.container {
    max-width:800px;
    margin:60px auto;
}

.bold {
    font-weight: 600;
  }

.ital {
    font-style: italic;
  }

@media only screen and (max-width:600px)}
