/* Text Elements */

h1.page-title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

h4.sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
h5.sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}

h7.sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}


h6.italic-heading {
 color: rgba(30, 30, 30, .8);
  text-align: center;
  font-style: italic;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}

h7.italic-heading {
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph.action-paragraph {
  color: rgba(30, 30, 30, .8);
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-text.footer-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #424345;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.footer-link:hover {
  color: #1e1e1f;
}

/* unvisited link */
a:link {
    color: #1e1e1f;
}

/* visited link */
a:visited {
    color: #1e1e1f;
}

/* selected link */
a:active {
    color: #1e1e1f;
}

/*lists */
ul1 {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    text-align: center;
  color: rgba(30, 30, 30, .8);
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

li1 { 
  display: list-item;
  padding-left: 16px; 
  color: rgba(30, 30, 30, .8);
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
  text-align:center;
  
}

li1:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: black; /* Or a color you prefer */
}

/* Interaction Elements */

a.link-button.nav {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 22x;
  color: white;
  padding:0;
}

a.link-button.action-button {
  background-color: white;
  font-style: italic;
  font-size: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.nav:hover {
  color: white;
}

/*Dropdown Menu*/
ul.topnav {
    list-style-type: none;
    overflow: hidden;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;
    padding:0;
    margin:0;
}

ul.topnav li {
    float: left;
    padding-left:10px;
}

ul.topnav li a, .dropbtn {
    display: inline-block;
    text-align: center;
    margin-top: 2px;
    margin-bottom:3px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-left:22px;
    list-style-type: none;
}

ul.topnav li a:hover, .dropdown:hover .dropbtn {
    background-color:transparent;
    font-weight:bold;
    list-style-type: none;
    color: black;
}

ul.topnav li.dropdown {
    display: inline-block;
    list-style-type: none;
    content:none;
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.topnav .dropdown-content a {
    color: black;
    padding: 3px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    
}

ul.topnav .dropdown-content a:hover {background-color: #f1f1f1}

ul.topnav .dropdown:hover .dropdown-content {
    display: block;
    color: #f1f1f1;}

ul.topnav li.icon {display: none;}


/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #fff;

}

body > .row.nav-row {
  background-color:  #00004d;
    margin-top: 5px;
    margin-bottom: 11px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
}

body > .row > [class*='coffee-span-'].footer-column {
  text-align: center;
}


body > .row > [class*='coffee-span-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row.footer-row {
  margin-top: 20px;
  padding-bottom: 60px;
}

body > .row > [class*='coffee-span-'].centered-content {
  text-align: center;
}

body > .row.2 > [class*='coffee-span-'].centered-content {
  text-align: center;
}

body > .row > [class*='coffee-span-'].left-content {
  text-align: left;
}

body > .row.travel-impressions {
  padding-bottom: 40px;
}

p span.bold {
  font-weight: 700;
}

div.responsive-picture.hero-image {
  margin-top: 0;
  max-width: none;
}

p.action-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

  img.one {display:inline;}
  
  img.two {display:inline;}
 

 @media only screen and (max-width: 789px), only screen and (max-device-width: 769px) {
  /* Text Elements */
  
  img.one {display:none;}
  
  img.two {display:inline;}
 
  
  body > .row.nav-row {
  background-color:  #00004d;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
    height:auto;
}

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

  ul.topnav .dropdown-content a {
    color: black;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size:14px;
   
}
  
  h1.page-title {
margin: 0
padding: 0
  color: #383a3d;
  text-align: center;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
  display:inline;
}
  
  h4.sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
  }
  

h5.sub-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

h7.sub-title {
  margin-top: 2px;
  margin-bottom: 5px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}


h6.italic-heading {
 color: rgba(30, 30, 30, .8);
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h7.italic-heading {
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

body > .row > [class*='coffee-span-'].centered-content {
  text-align: center;
  font-size:12px;
}

body > .row > [class*='coffee-span-'].left-content {
  text-align: left;
    font-size:12px;
}

div.coffee-span-2{display:none; }

  /* Interaction Elements */

  a.link-button.nav {
    display: hide;
    margin-bottom: 2px;
    font-size: 18px;
        margin-top: 1px;
        
    padding: 0;
    overflow: hidden;
  }
  

 }
 