*{
  margin:0;
  padding:5px;
  font-family: 'Lato', sans-serif;
}

.wrapper {
  width:100%;
}

#chart-container {
  width: 400px;
  height: 200px;
  border: 1px solid #ccc;
}

#myChart {
  width: 100%;
  height: 100%;
}

h1 {
  text-align: center;
  font-size: 35px;
  padding-top: 25px;
  padding-bottom: 5px;
}

h2 {
  text-align: center;
  font-size: 24px;
}

h3 {
  margin-bottom: 0;
  padding: 0;
}

h4 {
  font-size: 24px;
}

p {
  font-family: 'Lato', sans-serif;
  color: #495057;
}

p1 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #495057;
}

p2 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #495057;
}

header {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

nav {
  overflow: hidden;
}

ul {
  list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
  float: right;
}

li {
  display: inline-block;
  vertical-align: middle;
}

li a {
  color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

li a:hover {
  background-color: #999;
  opacity: 0.5;
}

a {
  color: #3ca2c3
}

.vertical-line {
  border-left: 1px black;
}

.nav-links {
  font-size: 17px;
}

.left {
  float: left;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.container {
  display: flex;
}

.column {
  width: 50%;
  margin: 0 2%;
  margin-top: 20px;
}

.image-container {
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #ccc;
}

.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

#modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

#modal-image {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  /* Adjust header size and styling for small screens */
  .header {
    height: 60px;
    padding: 10px;
    text-align: center;
  }
  .logo {
    font-size: 20px;
    margin-right: auto;
    margin-left: 10px;
  }
  .nav {
    margin-right: 10px;
  }

  .left {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .nav-links {
    font-size: 17px;
  }
  
  li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  li a:hover {
    background-color: #999;
    opacity: 0.5;
  }
  
  a {
    color: #3ca2c3;
    font-size: 14px;
  }
  
  .vertical-line {
    border-left: 1px black;
  }
  p2 {
    display: none;
  }

  .blog-post {
    margin: 50px 20px;
  }

  h3 {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width:750px;
    margin: auto;
  }

  .img-info p {
    padding: 20px 0px 0px;
    font-family: 'Lato', sans-serif;;
    font-size: 28px;
    line-height: 30px;
  }

  .nav-links {
    font-size: 22px;
    width:50px;
    margin: auto;
    max-width: 800px;
  }

  .img {
    max-width: 100%;
    height: auto;
  }
}

  @media only screen and (min-width: 1000px) {
    .wrapper {
      width:1150px;
      margin: auto;
    }
  
    .img-info p {
      padding: 30px 0px 0px 0px;
      font-family: 'Lato', sans-serif;;
      font-size: 18px;
      line-height: 28px;

    }   
    
    .nav-links {
      font-size: 22px;
      width:1200px;
      margin: auto;
    }
}
