/* Container holding the image and the text */
.container2 {
  position: relative;
  text-align: center;
  color: black;
  font-size: 30px;
}

a:link, a:visited {
  text-decoration: none;
  color:  black;
}
a:hover, a:active {
  text-decoration: underline;
  color:  black;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 50px;
  left: 7%;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 50px;
  right: 7%;
}

.inner-right {
  text-align: right;
  float: right;
}


.top-right a {
  padding-left: 30px;
}

.top-right .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .top-right a, .dropbtn {
    display: none;
    padding-left: 1px;
  }
  .dropdown-content {
    padding-left: 20px;
  }

  .top-right a.icon {
    padding-top: 0px;
    float: right;
    display: block;
  }
}

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

@font-face {
	font-family: 'Acumin Pro';
	font-style: normal;
	font-weight: normal;
	src: local('Acumin Pro'), url('/fonts/Acumin-RPro.woff') format('woff');
}
@font-face {
  font-family: 'Acumin Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro Italic'), url('/fonts/Acumin-ItPro.woff') format('woff');
}

body {
	margin:0;
	font-family: "Acumin Pro";
	font-weight:normal;
}

.topnav {
  overflow: hidden;
  margin-left: 7%;
  padding-top: 50px;
  /*background-color: #333;*/
}

.topnav a {
  float: left;
  display: block;
  /*color: #f2f2f2;*/
  text-align: center;
  text-decoration: none;
  font-size: 30px;
}

.rightNav {
  float: right;
  margin-right: 7%;
}
.rightNav a {
	padding-left: 30px;
}
.dropdown-content a {
	padding-left: 6px;
}

.active {
  color: black;
}

.topnav .icon {
  display: none;
}

.dropdown {
  z-index: 2;
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 30px;    
  border: none;
  outline: none;
  color: black;
  /*padding-top: 14px;*/
  padding-bottom: 0px;
  background-color: transparent;
  font-family: inherit;
  margin: 0;
}

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

.dropdown-content a {
  float: none;
  color: black;
  padding-top: 8px;
  /*padding-left: 20px;*/
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:not(.icon)hover, .dropdown:hover .dropbtn {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}

.dropdown-content a:hover {
  background-color: transparent;
  color: black;
}

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

.topnav a:link, .topnav a:visited {
	text-decoration: none;
	color:  black;
}
.topnav a:not(.icon):hover, .topnav a:not(.icon):active {
	text-decoration: underline;
	color:  black;
}

.icon:active {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropbtn {
    display: none;
    padding-left: 1px;
  }
  .dropdown-content {
  	padding-left: 20px;
  }

  .topnav a.icon {
    padding-top: 0px;
    float: right;
    display: block;
  }
  .topnav {
  	margin-left: 5%;
  }
  .rightNav {
  	margin-right: 5%;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 5%;
    top: 50px;
  }
  .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;
  }
}


/* Curtain menu */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.90); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 42px;
  right: 5%;
  font-size: 40px;

}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* Curtain menu 2 */
.overlay2 {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content2 {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay2 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay2 a:hover, .overlay2 a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay2 .closebtn2 {
  position: absolute;
  top: 42px;
  right: 5%;
  font-size: 40px;

}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay2 a {font-size: 20px}
  .overlay2 .closebtn2 {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}