@font-face {
  font-family: FugazOne;
  src: url('fonts/Fugaz_One/FugazOne-Regular.ttf');
}
@font-face {
  font-family: Caladea;
  src: url('fonts/Caladea/Caladea-Regular.ttf');
}
@font-face {
  font-family: Caladea;
  font-weight: bold;
  src: url('fonts/Caladea/Caladea-Bold.ttf');
}
@font-face {
  font-family: Caladea;
  font-style: italic;
  src: url('fonts/Caladea/Caladea-Italic.ttf');
}
@font-face {
  font-family: Caladea;
  font-weight: bold;
  font-style: italic;
  src: url('fonts/Caladea/Caladea-BoldItalic.ttf');
}
html, body {
  margin:0;
  padding: 0;
  position: relative;
  min-height: 100vh;
}
header {
  font-family: FugazOne, 'Times New Roman', Times, serif;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0em;
  text-align: center;
  background: #d7b235;
  color: white;
  font-size: 40px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.subheader {
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  text-align: center;
  background: #d7b13577;
  color: black;
  font-size: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
nav {
  font-size: 30px;
  text-align: left;
  color: black;
  
}
nav a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  border-radius: 5px;
}
nav a:hover {
  color: black;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #d7b235;
  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 {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content{
  display: block;
}
article {
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-right: 12%;
  margin-left: 12%;
}
.LinkImages {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50px;
    float: left;
    margin-right: 40px;
  }
  .BreakImage {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 50px;
    float: none;
    margin-right: 40px;
    margin-left: 40px;
  }
  label {
    text-align: right;
  }
  footer{
    
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-size: 12pt;
    padding-top: 1rem;
    
  text-align: left;
  background: #d7b235;
  color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 2rem; 
  box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.2);
  z-index: 1;
  }
  main {
    padding-bottom: 3rem;    /* Footer height */
  }
  .blog-preview{
    
    background: #d7b13577;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  /* Links inside the preview */
  .blog-preview a {
  color: black;
  text-decoration: none;
  
}
.blog-preview a:hover {
  color: white;
}
.blog-preview p{
  margin-left: 5%;
  font-size: 18pt;
}
  /* headers */
  h1,h2 {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-weight: bolder;
  }
  h1 {
    font-size: 30pt;
  }
  h2 {
    font-size: 20pt;
  }
  
  h3 {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 100;
  }
  h4 {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 100;
  }
  h5 {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 100;
  }
  h6 {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 100;
  }
  a {
    font-family: Caladea, 'Times New Roman', Times, serif;
  }
  p {
    font-family: Caladea, 'Times New Roman', Times, serif;
  }
  .blog-date{
    font-style: italic;
    color: grey;
  }
  .standard-text {
    font-family: Caladea, 'Times New Roman', Times, serif;  
    font-size: 14pt; 
    
  }
  .personal-text {
    font-family: Caladea, 'Times New Roman', Times, serif;
    font-style: italic;
    
  }
  em {
    color: red;
    font-style: normal;
  }

  table {
    font-family:'Lucida Console', Courier, monospace;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
  }

  th {
    cursor: pointer;
  }

  th,
  td {
    text-align: left;
    padding: 16px;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }