html {
  height: 100%;
  width: 100%;
}

.header {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin : 0
}

.sub-header {
    font-family: "Roboto", sans-serif;
    margin : 0
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #c5e3d6;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
  
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 0px;
}

.h3a {
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.h1a {
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.buttons {
    background: #c5e3d6;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: Black;
    font-family: "Roboto", sans-serif;
    
}

.button-container {
  text-align: center; /* center inline or inline-block elements inside */
  margin-top: 20px;   /* optional spacing */
}

.footer {
    background-color: #2e3e8f;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding: 10px;
    font-size: 15px;
    margin : 0
    color: "#ffffff";
    
}

.footertext {
    color: #ffffff;
}

.email {
    background: black;
    padding: 20px;
    color: White;
    text-decoration: none;
    border-radius: 20px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    
    
    
}

#rsd-convertor {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    
}

#try-convertor {
    width: 50%;
    float: right;
    display: flex;
    justify-content: center;
    
}

#try-title {
    width: 50%;
    float: right;
    display: flex;
    justify-content: center;
}

#rsd-title {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    
}

#currency-buttons {
    background: #c5e3d6;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    color: Black;
    font-family: "Roboto", sans-serif;
}

td, th {
  border-bottom: 1px solid #ddd;
}

th {
    text-align: left;
    background-color: navy;
    color: white;
}

table {
    border-style:solid;
    border-width: 1px;
    border-color: black;
}

tr:hover {background-color: #D6EEEE;}