/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

em {
    font-style: italic;
}

b {
    font-weight: bold;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#intro {
    background-color: lightgray;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    border: 5px solid black;
    margin-top: 5px;
    width: 78%;
    position: absolute;
    right: 100px;
    padding-left: 0;
    top: 90px;
    z-index: -1;
    padding-right: 4%;
}

.container {
    background-color: lightsalmon;
    padding: 0 5% 0 2%;
    margin: 10px 0 0 0;
    opacity: 90%;
}

.select {
    display: none;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  padding: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background: url("../images/NavBackground.jpeg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {
    text-align: center;
    background-color: black;
    justify-content: space-between;
    min-height: 150px;
    max-height: 150px;
    border-bottom: 10px #0892D0 outset;
}

.logo {
    float: left;
    width: 125px;
    height: max-content;
    margin-top: 1%;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 5%;
    margin-right: 75px;
}

.searchbar{
    float: bottom;
    text-align: right;
    margin: 1% 5% 1% 0;
}

.searchbar button {
    width: 7%;
}

.navbar2 {
    width: 80%;
    background-color: #000;
    justify-content:   space-between;
    border: 3px black solid;
    text-align: center;
}

.navbar2 ul.nav a {
    font-size: 15pt;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1.936;
    text-align: left;
    white-space: nowrap;
}

.navbar-fixed-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.content {
    text-align: left;
    background-color: beige;
    margin: 5% 0 2% 0;
    padding: 2% 5% 200px 5%;
    position: relative;
    z-index: 1000;
    min-height: 750px;
    overflow: hidden;
}

.home-about-me {
    margin-bottom: 30px;
    width: available;
    height: fit-content;
    border: black solid 2px;
    padding: 0;
    background: #808080;
    color: white;
}

.home-about-me h1 {
    margin: 0;
    font-size: 30px;
    text-align: center;
    background: white;
    width: available;
    color: black;
    font-family: sans-serif;
}

.home-about-me-container {
    font-family: sans-serif;
    font-size: 2.5vh;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-about-me-container ul {
    font-family: sans-serif;
    font-size: 3.5vh;
    text-align: left;
    padding: 10px 10%;
}

.home-about-me-container li {
    font-family: sans-serif;
    font-size: 2.5vh;
    text-align: left;
    padding: 5px 10%;
    list-style: disc;
}

.home-photo {
    height: 500px;
    margin-bottom: 30px;
    text-align: center;
}

.home-about-me-container .home-photo{
    margin-top: 15px;
    margin-bottom: 15px;
}

.recent-container h1 {
    font-family: sans-serif;
    font-size: 45px;
    text-align: center;
    background: white;
    width: available;
    border-bottom: black solid 2px;
    margin: 0 0 2px;
}

.recent-container {
    width: available;
    height: fit-content;
    border: black solid 2px;
    padding: 0 0 2px;
}

.posts-container {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-between;
    line-height:30px;
}

.posts-container p{
    font-size: 18px;
}

.recent {
    color: white;
    background: black;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    flex: 1 0 auto;
    width: 25%;
    overflow: hidden;
    position: relative;
}

.recent-title {
    font-size: 27px;
    text-align: center
}

.recent:hover {
    transform: scale(1.02);
}

.recent-title a{
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}

.country-image::before {
    content:'';
    float:left;
    padding-top:100%;
}

.recent-image {
    height: 300px;
    flex: 1 0 auto;
    overflow: hidden;
    position: relative;
    margin: 5%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.recent-image img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.recent-image img {
    position:  absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 -100%;
    width: 100%;
    height: 100%;
    left: 100%;
    object-fit: cover;
}

.recent-image iframe:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.recent-image iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

footer {
    border: 5px black solid;
    padding: 1% 5% 0 5%;
    position: absolute;
    bottom: 20px;
    width: 77%;
    background: white;
}

footer img {
    width: 50px;
    height: 50px;
}

.col-sm-10 .form-control {
    width: 100%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 150%;
  color: white;
  text-align: center;
  padding: 14px 16px;
  margin-top: 16px;
  margin-right: 40px;
  text-decoration: none;
  position: relative;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 150%;
  border: none;
  outline: none;
  margin-top: 16px;
  margin-right: 40px;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
    position: relative;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: white;
    color: darkolivegreen;
    opacity: 0.7;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 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;
}

.searchbar a{
    float:right;
    color: lightblue;
    background-color: black;
    font-size: 17px;
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-right: 10px;
    text-decoration: none;
    position: relative;
}

.searchbar a:hover {
    background-color: black;
    color: white;
}

.input_box {
    margin-bottom: 10px;
}

.password {
    width: fit-content;
}

#email_list {
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
    text-align: left;
    font-size: 20px;
}

.advertisements {
    margin: 2% 7%;
    padding: 1% 0 1% 0;
    background-color: white;
    text-align: center;
    color: #3A7734;
    border: black 2px solid;
    overflow: hidden;
}

.comments {
    margin: 2% 7%;
    padding: 1% 5% 2% 5%;
    background-color: white;
    text-align: left;
    color: black;
    border: black 2px solid;
}

.email_advertisement button{
    font-size: 20px;
}

.comments button{
    margin-top: 10px;
    font-size: 20px;
    background: black;
    color: white;
}

.comments #cancel{
    margin-top: 10px;
    font-size: 20px;
    color: black;
    padding: 2px;
}

.comment{
    padding: 10px 0 10px 5px;
    margin-top: 10px;
    border-top: black 1px solid;
    display: none;
}

.comment h3{
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
}

.comment p{
    padding: 5px 0 0 10px;
    margin: 0;
}

#myLinks2 a{
    font-size: 17px;
    margin-left: 10%;
}

#myLinks3 a{
    font-size: 17px;
    padding-left: 10%;
}

label {
    font-weight: bold;
}

.country-flex-container {
    margin-top: 10px;
}

.country-flex-row {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-around;
    line-height:30px;
}

.country-flex-item {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    flex: 1 0 auto;
    width: 100px;
    overflow: hidden;
    position: relative;
    margin: 5%;
}

.country-flex-item:hover {
    transform: scale(1.04);
}

.country-link {
    text-decoration: none;
}

.country-flex-item img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.country-flex-item img {
    position:  absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    margin: 0 -100%;
    width: 100%;
    height: 100%;
    left: 100%;
    object-fit: cover;
}

.country-flex-item::before {
    content:'';
    float:left;
    padding-top:100%;
}

.country-flex-item-name {
    margin-top: 40%;
    font-size: 50px;
    position: relative;
    text-align: center;
    color: white;
    text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.country-intro {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    flex: 1 0 auto;
    overflow: hidden;
    position: relative;
    width: inherit;
    height: 500px;
    margin: -5% -7% 7%;
    left: 0;
    right: 0;
}

.country-intro img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.country-intro img {
    position:  absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    margin: 0 -100%;
    width: 100%;
    height: 100%;
    left: 100%;
    object-fit: cover;
}

.country-intro h2{
    top: 30%;
    font-size: 250%;
    position: relative;
    text-align: center;
    color: whitesmoke;
    text-shadow: 2px 2px 5px #000000;
    padding-bottom: 20px;
}

.post {
    width: inherit;
    clear: both;
    position: relative;
    margin-right: -4%;
    margin-bottom: 225px;
    display: none;
}

.post .post-thumbnail-container {
    height: 190px;
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-left: -20px;
    overflow: hidden;
}

.post .post-thumbnail-container img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.post .post-thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-text {
    display: block;
}

.post a {
    width: 75%;
    float: left;
    text-decoration: none;
    color: black;
    font-size: 40px;
    font-weight: bold;
    line-break: strict;
}

.home-about-me-container p {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    line-height: 1.5;
}

.post p {
    padding-top: 12px;
    color: #333333;
    font-size: 15px;
    padding-bottom: 20px;
    float: left;
}

.read-more a {
    margin-top: 10px;
    font-size: 30px;
    background: green;
    font-weight: bold;
    color: white;
    padding: 5px;
    width: fit-content;
    float: left;
    margin-left: 20px;
}

.read-more a:hover {
    background: black;
}

#loadMore {
    font-size: 3vh;
    background: white;
    font-weight: bold;
    color: black;
    padding: 5px;
    width: fit-content;
    float: left;
    border: black 4px solid;
}

#loadMore:hover {
    background: lightgray;
}

#loadMore a {
    text-decoration: none;
}

#collapseComments {
    display: none;
}

.read-more a:hover {
    background: black;
}

img {
    height: inherit;
    width: inherit;
}

.entry_title {
    padding-bottom: 20px;
    padding-top: 20px;
}

.entry_title h2{
    font-size: 250%;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
}

.thumbnail {
    position:  relative;
    right: 0;
    text-align: center;
    margin: 0 -100%;
    width: 100%;
    height: 70vh;
    left: 100%;
    object-fit: cover;
}

.change-background {
    border-top: black 3px solid;
    border-bottom: black 3px solid;
    background: white;
    width: 106.2%;
    height: 100%;
    left: 100%;
    right: 0;
    margin: 0 -7%;
    padding: 20px 4%;
}

.thumbnail img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.thumbnail img {
    width: 90%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    padding-bottom: 5px;
}

.thumbnail iframe:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.thumbnail iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.post a iframe:before{
    content: "";
    display: block;
    padding-top: 0;
}

.post a iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.entry_content {
    margin-top: 20px;
    font-family: sans-serif;
    font-size: 2.5vh;
}

.image-description {
    text-align: center;
    opacity: 75%;
    font-style: oblique;
    padding-bottom: 25px;
}

.entry_content img:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.entry_content img {
    max-width: 90%;
    display: block;
    max-height: 90%;
    overflow: hidden;
    object-fit: cover;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

.entry_content iframe:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.entry_content iframe {
    aspect-ratio: 16 / 9;
	height: 90%;
	width: 90%;
    display: block;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

.adsbygoogle {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    float: left;
}

.google-btn {
    display:inline-block;
    padding:12px 18px;
    background:#4285F4;
    color:white;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
}

@media screen and (max-width: 1500px) and (min-height: 900px) {
    #intro {
        position: absolute;
        background-color: lightgray;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        border: 5px solid black;
        padding-left: 0;
        top: 50px;
        margin: 0 1% 0 0;
        padding-right: 2%;
        z-index: -1;
        right: 25px;
    }

    .select {
        float: bottom;
        display: inline-block;
    }

    .navbar {
        text-align: center;
        background-color: black;
        justify-content: space-between;
        min-height: 120px;
        max-height: 120px;
        border-bottom: 10px #0892D0 outset;
    }

    .logo {
        margin-top: 15px;
        height: 100px;
        width: 100px;
        float: left;
        position: absolute;
        text-align: left;
        padding-left: 5%;
    }

    .navbar .searchbar{
        display: none;
    }

    .filter {
        float: right;
        margin-left: 10px;
    }

    .navbar a{
        display: none;
    }

    .navbar .dropdown{
        display: none;
    }

    .navbar li{
        display: none;
    }

    .content {
        text-align: left;
        background-color: beige;
        margin: 7% 0 2% 0;
        padding: 2% 5% 200px 5%;
        position: relative;
        z-index: 1000;
    }

    footer {
        border: 5px black solid;
        padding: 1% 5% 0 5%;
        position: absolute;
        bottom: 20px;
        width: 77%;
        background: white;
    }

    .col-sm-10 .form-control {
        width: 100%;
    }

    .recent-title {
        font-size: 20px;
    }

    /* Links inside the navbar */
    .navbar a {
      float: left;
      font-size: 20px;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      margin-top: 0;
      margin-right: 0;
      position: relative;
    }

    /*----------------------------------------------------------------------------------------------------------------*/
    /* Style the navigation menu */
    .topnav {
        top: 5%;
        overflow: auto;
        max-height: 600%;
        white-space: nowrap;
        background-color: #333;
        position: absolute;
        right: 2%;
        margin-left: 60px;
        max-width: 200px;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
      display: none;
    }

    .topnav #myLinks2 {
      display: none;
    }

    .topnav #myLinks3 {
      display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        float: right;
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav div a{
        font-size: 22px;
        margin-left: 25px;
    }

    .topnav div a .search .form-control {
        float: right;
        font-size: 22px;
        width: 100%;
        margin-bottom: 2px;
    }

    .topnav div a .submit .btn-primary {
        float: right;
        font-size: 22px;
        margin-left: 50%;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
      background-color: #ddd;
      color: black;
    }

    .topnav .dropdown {
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav .dropdown .dropbtn {
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
        display: block;
        text-align: right;
    }

    .topnav .dropdown-content {
        display: none;
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
    }

    /* Links inside the dropdown */
    .topnav .dropdown-content a {
        float: none;
        color: black;
        text-decoration: none;
        font-size: 17px;
        padding: 12px 16px;
        display: block;
        text-align: right;
    }

    /* 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;
    }

    .searchbar a{
        float:right;
        color: blue;
        background-color: black;
        font-size: 17px;
        text-align: center;
        padding: 0;
        margin-top: 0;
        margin-right: 10px;
        text-decoration: none;
        position: relative;
    }

        /* Add a red background color to navbar links on hover */
    .searchbar a:hover {
        background-color: black;
        color: white;
    }

    .topnav .searchnav {
        margin-top: 55px;
        height: 100px;
        border-bottom: white solid 2px;
        border-top: white solid 2px;
        text-align: right;
        padding: 5px 20px 10px 10px;
    }

    .topnav .searchnav button {
        margin-top: 5px;
    }

    .topnav .searchnav a {
        float:right;
        color: lightblue;
        background-color: #333;
        font-size: 17px;
        text-align: center;
        padding: 0;
        margin-top: 5px;
        margin-right: 0;
        text-decoration: none;
        position: relative;
    }

    .advertisements{
        margin: 2% 3%;
        font-size: 10px;
    }

    .home-photo {
        height: 300px;
    }

}

@media screen and (max-width: 1140px) and (max-height: 900px) {
    #intro {
        position: absolute;
        background-color: lightgray;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        border: 5px solid black;
        padding-left: 0;
        top: 55px;
        margin: 0 1% 0 0;
        right: 45px;
        padding-right: 0;
        z-index: -1;
    }

    .home-about-me h1 {
        font-size: 25px;
    }

    .recent-container h1 {
        font-size: 25px;
    }

    .select {
        float: bottom;
        display: inline-block;
    }

    .navbar {
        text-align: center;
        background-color: black;
        justify-content: space-between;
        min-height: 90px;
        max-height: 90px;
        border-bottom: 10px #0892D0 outset;
    }

    .logo {
        margin-top: 2%;
        width: 100px;
        height: 100px;
        float: left;
        position: absolute;
        text-align: left;
        padding-left: 5%;
    }

    .navbar .searchbar{
        display: none;
    }

    .filter {
        float: right;
        margin-left: 10px;
    }

    .navbar a{
        display: none;
    }

    .navbar .dropdown{
        display: none;
    }

    .navbar li{
        display: none;
    }

    .content {
        text-align: left;
        background-color: beige;
        margin: 7% 0 2% 0;
        padding: 2% 5% 200px 5%;
        position: relative;
        z-index: 1000;
    }

    .recent-title {
        font-size: 60%;
        overflow: hidden;
    }

    .recent-image {
        height: 150px;
    }

    footer {
        border: 5px black solid;
        padding: 1% 5% 0 5%;
        position: absolute;
        bottom: 20px;
        width: 77%;
        background: white;
    }

    .col-sm-10 .form-control {
        width: 100%;
    }

    .post a {
        font-size: 30px;
    }

    .read-more a {
        font-size: 20px;
    }

    /* Links inside the navbar */
    .navbar a {
      float: left;
      font-size: 20px;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      margin-top: 0;
      margin-right: 0;
      position: relative;
    }

    /*----------------------------------------------------------------------------------------------------------------*/
    /* Style the navigation menu */
    .topnav {
        top: 5%;
        overflow: auto;
        max-height: 70vh;
        white-space: nowrap;
        background-color: #333;
        position: absolute;
        right: 2%;
        margin-left: 60px;
        max-width: 200px;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
      display: none;
    }

    .topnav #myLinks2 {
      display: none;
    }

    .topnav #myLinks3 {
      display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        float: right;
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav div a{
        font-size: 22px;
        margin-left: 25px;
    }

    .topnav div a .search .form-control {
        float: right;
        font-size: 22px;
        width: 100%;
        margin-bottom: 2px;
    }

    .topnav div a .submit .btn-primary {
        float: right;
        font-size: 22px;
        margin-left: 50%;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
      background-color: #ddd;
      color: black;
    }

    .topnav .dropdown {
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav .dropdown .dropbtn {
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
        display: block;
        text-align: right;
    }

    .topnav .dropdown-content {
        display: none;
        float: right;
        color: white;
        text-decoration: none;
        font-size: 17px;
    }

    /* Links inside the dropdown */
    .topnav .dropdown-content a {
        float: none;
        color: black;
        text-decoration: none;
        font-size: 17px;
        padding: 12px 16px;
        display: block;
        text-align: right;
    }

    /* 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;
    }

    .topnav .searchnav {
        margin-top: 50px;
        height: 100px;
        margin-bottom: 1px;
        border-bottom: white solid 2px;
        border-top: white solid 2px;
        text-align: right;
        padding: 5px 20px 10px 10px;
    }

    .topnav .searchnav button {
        margin-top: 5px;
    }

    .topnav .searchnav a {
    float:right;
    color: lightblue;
    background-color: #333;
    font-size: 17px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
    margin-right: 0;
    text-decoration: none;
    position: relative;
    }

    .advertisements{
        margin: 2% 3%;
        font-size: 10px;
    }

    .country-intro {
        height: 300px;
    }

    .home-photo {
        height: 300px;
    }
}

@media screen and (max-width: 920px) {
    .country-flex-item-name {
        font-size: 25px;
    }

    .country-flex-item {
        width: 135px;
    }

    .country-intro {
        height: 250px;
    }

    .post {
        text-align: center;
        margin-bottom: 25px;
    }

    #loadMore {
        float: none;
        margin: auto;
        padding: 10px;
        width: fit-content;
        text-align: center;
    }

    .post a {
        float: None;
        font-size: 200%;
    }

    .post p {
        float: None;
    }

    .post .post-thumbnail-container {
        width: 70%;
        height: 50vh;
        float: None;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .read-more {
        display: None;
    }

    .home-about-me-container {
        padding-left: 0;
        padding-right: 0;
        font-size: 2vh;
    }

    .home-about-me-container li {
        font-size: 2vh;
    }

    .home-about-me-container ul {
        font-size: 2.5vh;
    }

    .home-photo {
        height: 300px;
    }
}

@media screen and (max-width: 920px) and (min-height: 900px) {
    .thumbnail {
        height: 50vh;
    }
    .entry_content {
        font-family: sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .logo {
        width: 75px;
        height: 75px;
    }

    .post {
        margin-bottom: 15px;
    }

    .post a {
        font-size: 20px;
    }

    .thumbnail {
        height: 40vh;
    }

    .home-photo {
        height: 300px;
    }

    .post .post-thumbnail-container {
        height: 25vh;
    }
}