body {
    font-family: Arial, Helvetica, sans-serif;
    color:#4d4d4d;
    background-color:#ffffff;
    font-size: 18px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    text-align:justify;
    vertical-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.topnav {
    overflow: hidden;
    background-color: #4d4d4d;
}

.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
}

.active {
    background-color: #4d4d4d;
    color: #ffffff;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: right;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 25px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    float: none;
    color: #4d4d4d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #ffffff;
    color: #4d4d4d;
}

.dropdown-content a:hover {
    background-color: #ffffff;
    color: #4d4d4d;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* HTML Headings */

h1 {
    font-size:46px;
}

h2 {
    font-size:38px;
}

h3 {
    font-size:31px;
}

h4 {
    font-size:23px;
}

h5 {
    font-size:18px;
}

h6 {
    font-size:16px;
}

h1,h2 {
    text-transform:uppercase;
    font-family:'Unica One',sans-serif;
    line-height:normal
}

h3,h4,h5,h6 {
    text-transform:lowercase;
    font-family:'Unica One',sans-serif;
    line-height:normal
}

.outline-2 {
    margin-left: 15px;
    margin-right: 15px;
}

a {
    color: #4d4d4d;
}

.footer p {
    display:inline;
    margin-left:15px;
    margin-right:15px;
}

.libutton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
    text-align: center;
    outline: none;
    text-decoration: none !important;
    color: #ffffff !important;
    width: 200px;
    height: 32px;
    border-radius: 16px;
    background-color: #4d4d4d; /* #0A66C2 */
    font-family: "SF Pro Text", Helvetica, sans-serif;
}
