* {
  margin: 0;
  padding: 0;
}

html {
    font-family: 'Century Gothic', sans-serif;
   /* font-family: sofia-pro,sans-serif; */
    display: block;
}

body {
    background-color: #071028;
    font-family: 'Century Gothic', sans-serif;
    text-align: center;
    color: #fff;
}

a {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 300;
  font-style: normal;
  margin:0;
  font-size: 14px;
  color: aliceblue; 
}

h2 {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 600;
  font-style: bold;
  margin:0;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-left: 20px;
  margin-top: 40px;
}

h4 { font-family: 'Century Gothic', sans-serif;
  font-weight: 900;
  font-style: normal;
  margin:0;
  font-size: 30px;
  text-align: center;
  color: rgb(194, 212, 229);
}
    
.header {
    display:block;
    color:rgba(164, 241, 255, 0.15);
}

.nav {
    padding-left: 60px;
    list-style:none;
    background-color: rgba(164, 241, 255, 0.22);
    display:flex;
    border-bottom: 2px solid rgb(255, 255, 255,0.6);
    color: rgb(255, 255, 255);
    font-size: 16px;
    flex-wrap: wrap;
}

.nav li a {
    color: rgb(255, 255, 255);
    text-decoration:none;
    display: inline-block;
    width: 100%;
    padding:20px 0px;
}

.nav li {
	width: 150px;
	text-align: center;
}

.nav li:hover, .nav li.selected {
    background-color: #071028;
}

.footer {
	background-color: #010101;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.footer .sources {
	padding-right: 32px;
	text-align: right;
}

.footer .sources a {
	font-size: 16px;
	text-decoration: none;
  color: #fff;
}

.footer .creators {
	padding: 24px 32px;
	border-left: 4px solid #0d84e5;
	text-align: left;
}

.home-img img {
  width: 100%;
  height: auto;
}

.home-content {
    width: 60%;
    text-align: left;
    margin: 80px auto;
}

.home-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.home-content-img {
    text-align: center;
    padding: 30px 0;
}

.home-content-img img {
    width: 30%;
    height: auto;
    min-width: 220px;
}

.types-content {
  width: 60%;
  margin: 0 20%;
}

.types-content ul li {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 80px;
  align-items: center;
}

.types-content ul li img {
  width: 400px;
  height: auto;
  margin-right: 40px;
  flex-shrink: 0;
}

.types-content ul li p {
  padding: 20px;
  text-align: left;
}

.public-top-img {
  width: 700px;
}

.public-p { 
  font-family: 'Century Gothic', sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 27%;
  font-size: 15px;
  margin-top: 30px;
  color: aliceblue;
  text-align: left;
}

@media (max-width: 769px) {
    html { 
        width: 100%;
        height: 100%;
        margin: auto;
    }
    
  .nav {
      padding-left: 0px !important;
  }

  .nav li a {
      padding:20px 0px;
  }

  .nav li {
    width: 100px;
    text-align: center;
  }
  
  .home-content {
      width: 90%;
      text-align: left;
      margin: 40px auto;
  }

  .types-content {
    width: 90%;
    margin: 0 5%;
  }

  .types-content ul li {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .types-content ul li img {
    width: 300px;
    margin-right: 0px;
  }

  .types-content ul li p {
    padding: 0%;
    text-align: left;
  }

  .public-top-img {
    width: 90%;
  }

  .public-p { 
    font-family: 'Century Gothic', sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0 5%;
    font-size: 15px;
    margin-top: 30px;
    color: aliceblue;
  }
}
