* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: swedensans-webfont;
  src: local(swedensans-webfont), url('fonts/swedensans-webfont.ttf');
}


/* pace css for minimal style in blue */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2d2;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* end of pace css for minmal style in blue */

html, body {
    max-width: 100%;
    /* overflow-y: scroll; */
/*     overflow-x: hidden; */
    /* overflow-y: hidden; */
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    height: 100%;
}

p, ul, ol {
    font-family: Helvetica Neue, Helvetica, Century Gothic, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #888;
}

h1 {
    font-family: Helvetica Neue, Monaco, Century Gothic, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: rgba(43,43,43,1.0);
}

h2 {
    font-family: Helvetica Neue, Monaco, Century Gothic, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0;
    color: rgba(43,43,43,1.0);
}

/* background image to whole site! */
#bg {
   position: fixed;
   top: -50%;
   left: -50%;
   width: 200%;
   height: 200%;
   z-index: -1;
   overflow: auto;
 }

 #bg img {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   min-width: 100%;
   min-height: 100%;
 }


/* background image to whole site! end! */

.footertext {
	font-family: Georgia, sans-serif;
	font-size: 15px;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus {
  outline: 0;
}

h6 {
  display: table-cell;
  vertical-align: middle;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

button {
	border: 0;
  background-color: rgba(0,0,0,0.0);
	cursor: pointer;
}

/* button a {
  cursor: pointer;
} */

/*Start of main content**************************************************/
.page_wrapper {
	min-height: 100%;
	margin-bottom: 0px;
}

.page_wrapper:after {
	content: "";
	display: block;
}

.overlay {
	cursor: pointer;
	background-color: rgba(250,250,250,0.8);
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

/* new menu **************************************/

.menu_all {
	  position: fixed;
    z-index: 31;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-right: 2px solid rgba(0,0,0,0.5);
    /* border-right: 2px solid #eee; */
    background-color: #fff;
    display: none;
}
/* bkacup */
/* .adelaide_menu {
  display: block;
  position: absolute;
  z-index: 86;
  margin-top: 20px;
  margin-left: calc(100% - 500px); */
  /* margin: 20px 0 0 20px; */
/* } */
/* backup above */

.adelaide_menu {
  display: flex;
  height: 100px;
  width: 375px;
  justify-content: space-around;
  align-items: flex-start;
  position: absolute;
  z-index: 86;
  margin-top: 15px;
  right: 15px;
  /* margin-left: calc(100% - 120px); */
  /* margin: 20px 0 0 20px; */
}

.adelaide_menu span {
  font-family: "swedensans-webfont", sans-serif;
  font-size: 25px;
  width: auto;
  font-weight: lighter;
  letter-spacing: 2px;
  padding: 5px;
  /* margin-right: 20px; */
  color: white;
  cursor: pointer;
}

.adelaide_menu span:hover {
  /* color: #4db8e5; */
  /* background-color: rgba(77,184,229, 0.5); */
  background-color: rgba(255,255,255,0.9);
  color: black;
  border-radius: 5px;
  padding: 5px;
  /* margin: 15px; */
  /* margin-right: 15px; */
  /* margin-left: -5px; */
}

.adelaide_menu button {
  font-family: "swedensans-webfont", sans-serif;
  font-size: 25px;
  color: white;
  letter-spacing: 2px;
  /* width: auto;
  font-weight: lighter;
  padding: 5px;
  cursor: pointer;
  border: none; */
}

.adelaide_menu button:hover {
  /* color: #4db8e5; */
  /* background-color: rgba(77,184,229, 0.5); */
  /* background-color: rgba(255,255,255,0.9); */
  color: black;
  /* border-radius: 5px; */
  /* padding: 5px; */
  /* margin: 15px; */
  /* margin-right: 15px; */
  /* margin-left: -5px; */
}

.adelaide_menu_header {
  display: flex;
  height: 100px;
  width: 375px;
  justify-content: space-around;
  align-items: flex-start;
  position: absolute;
  z-index: 86;
  margin-top: 15px;
  right: 15px;
  /* margin-left: calc(100% - 120px); */
  /* margin: 20px 0 0 20px; */
}

.adelaide_menu_header span {
  font-family: "swedensans-webfont", sans-serif;
  font-size: 25px;
  width: auto;
  font-weight: lighter;
  letter-spacing: 2px;
  padding: 5px;
  /* margin-right: 20px; */
  color: black;
  cursor: pointer;
}

.adelaide_menu_header span:hover {
  /* color: #4db8e5; */
  /* background-color: rgba(77,184,229, 0.5); */
  background-color: #eeeeee;
  opacity: 0.9;
  /* rgba(240,240,240,0.9); */
  color: black;
  border-radius: 5px;
  padding: 5px;
  /* margin: 15px; */
  /* margin-right: 15px; */
  /* margin-left: -5px; */
}



.adelaide_menu_button {
  font-family: "swedensans-webfont", sans-serif;
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-left: 20px;
  color: white;
  cursor: pointer;

}
/*
.scroll-map-style {
  width: 100%;
  position: relative;
  display: block;
  z-index: 50;
  padding: 0;
} */

.logo_style {
    width: 100px;
    height: 100px;
    z-index: 86;
    display: block;
    position: absolute;
    margin-top: 20px;
    /* margin-left: calc(100% - 120px); */
    margin-left: 20px;
    padding: 0 0 0 0;
    cursor: pointer;
    transition: none;
    text-transform: uppercase;
    color: transparent; }
    .logo_style_nothome {
      width: 75px;
      height: 75px;
    }
    .adelaide_logo_style {
      text-transform: none;
    }


.logo_style_test_top {
  width: 100%;
  /* height: 100px; */
  z-index: 86;
  display: block;
  margin: 0;
  margin-bottom: 0px;
  /* padding: 25px; */
  padding: 20px 30px 30px 30px;
  cursor: pointer;
  transition: none;
  text-transform: uppercase;
  color: transparent;
  /* border-bottom: 1px solid rgba(0,0,0,0.5); */
  /* position: absolute; */
  /* top: 0px; */
}

.logo_bottom_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: blue; */
}

.logo_bottom_container > div a img {
  width: 80px;
  height: 80px;
  z-index: 86;
  display: block;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  transition: none;
  /* text-transform: uppercase; */
  color: transparent;
  /* position: absolute; */
  /* left: 50%; */
  /* bottom: 10px; */
}

/* .logo_style_bottom {
  width: 70px;
  height: 70px;
  z-index: 86;
  display: block;
  margin: 0;
  padding: 0 0 0 0;
  cursor: pointer;
  transition: none;
  text-transform: uppercase;
  color: transparent;
  position: relative;
  left: 50%;
} */

/* .logo_style_test:hover {
  z-index: 1000;
  background-image: url(assets/lclogo_bottomonly_fortop_hover.svg);
} */

.menu_nav_menu {
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 0 0;
/*    border-top: 1px solid #000;*/
/*    border-bottom: 1px solid #000;*/
}


#menu_popup {
	display: none;
	z-index: 100;
}

/* end menu! **********************************************/

.project-page-all {
/*   display: inline-block; */
/*   position: fixed; */
  overflow: hidden;
/*   height: 100%; */
}

/* Project Menu ************************************************************/
.project-menu-container {
  color: 000;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
/*   padding: 1px 0; */
  width: 100%;
  height: 85px;
  display: flex;
  position: fixed;
  z-index: 91;
  align-items: center;
}

.project-menu {
  /* border: 1px solid #000; */
  width: 100%;
  display: flex;
/*   justify-content: flex-start; */
  justify-content: space-between;
  margin: 0px 29px;
  align-items: center;
}

.logo_style-project {
    height: 50px;
    z-index: 86;
/*     margin: 15px 0 15px 0; */
    padding: 0 0 0 0;
    cursor: pointer;
    transition: none;
    text-transform: uppercase;
    color: transparent;
}

.project-header {
  display: flex;
  justify-content: flex-end;
  line-height: 85px;
}

.project-title {
  font-family: "swedensans-webfont", monospace;
  font-size: 20px;
  letter-spacing: 2px;
}

.project-type {
  font-family: "swedensans-webfont", monospace;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-left: 20px;
}

/* .menu_projects-test {
  height: 85px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  background-color: rgba(200,200,200,0.9);
} */
/*
.menu_projects {
	  position: fixed;
    z-index: 29;
    top: 0;a
    left: 0;
    width: 100vw;
    /* line-height: 85px; */
    /* height: 85px; */
    /* margin-top: 85; */
    /* padding: 0; */
    /* box-sizing: border-box; */
    /* border-bottom: 2px solid rgba(0,0,0,0.5); */
    /* border-right: 2px solid #eee; */
    /* background-color: #fff;
    display: flex; */
}
*/
/* END OF PROJECT MENU ***************/

/* Old content only used in project map right now= */
/*
.content {
    z-index: 19;
    position: relative;
    left: 200px;
    width: calc(100% - 200px);
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
	background-color: white;
	display: block;
} */




/* New content section testing */]

.content-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: content;
    align-items: center;
    position: relative;
    /* max-height: 100vh; */
}

.content-grid-explore-page {
  display: block;
  /* flex-direction: column; */
  opacity: 1;
  /* justify-content: space-between; */
  position: relative;
  top: 140px;
  width: 100vw;
  /* width: 100%; */
  /* background-position: 50% 50%; */
  /* background-position-x: 50%;
  background-position-y: 50%; */
  /* background-size: cover; */
  /* box-sizing: border-box; */
}

.content-grid-item {
  /* border: 1px solid #fff; */
  flex: 1;
  height: 33.34vh;
  /* padding: 25px 32px 32px 32px; */
  position: relative;
  z-index: 2;
  text-align: center;
  /* margin: auto; */
  /* background-size: 50px 500px;  */
}

.content-grid-item-explore-map {
  /* height: calc(100vh - 140px); */
  width: 100vw;
  /* border: 1px solid #fff; */
  /* flex: 1; */
  /* height: 100vh; */
  /* padding: 25px 32px 32px 32px; */
  /* position: relative; */
  z-index: 2;
  /* text-align: center; */
  /* margin: auto; */
  /* background-size: 50px 500px;  */
}

.content-grid-item a {
  color: rgba(43,43,43,1.0);
}

.content-grid-map {
  flex: 1;
  height: 100vh;
  padding: 0;
  position: relative;
}

.content-grid-adelaide-webmap {
  flex: 1;
  /* height: calc(80vh + 25px); */
  height: calc(80vh - 4.5vh);
  /* max-width: 66.67vw; */
  /* width: 72vw; */
  /* height: 100vh; */
  padding: 0;
  position: relative;
}

.content-grid-adelaide-webmap-explore-page {
  /* flex: 1; */
  display: block;
  /* height: calc(80vh + 25px); */
  height: 100%;
  width: 100vw;
  /* max-width: 66.67vw; */
  /* width: 72vw; */
  /* height: 100vh; */
  padding: 0;
  position: relative;
}

.above_scroll_graphic {
  display: block;
  /* flex-direction: column; */
  opacity: 1;
  /* justify-content: space-between; */
  /* position: relative; */
  /* top: 140px; */
  /* width: 100vw; */
  /* height: 700px; */
  height: 80vh;
  /* background-color: white; */
  background-image: url(content/webmaps/maps/scroll/CAMapabovegraphic.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 25% 50%;
}

/* .above_scroll_graphic span{
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 27px;
} */

.contextmap {
  /* position: absolute;
  padding-left: 15px; */
  /* float: left; */
  /* top: calc(50% - 25vh); */
  /* display: block; */
  /* text-align: center; */
}

.contextmap img {
  /* width: 80vh; */
}

.intro_text {
  position: relative;
  width: 30%;
  /* height: 1%; */
  /* background-color: lightblue; */
  /* opacity: 0.5; */
  left: calc(75% - 20%);
  top: calc(50% - 25%);
  /* z-index: 10000000; */
  /* position: relative; */
  text-align: center;
  vertical-align: middle;
  overflow: visible;
  /* top: 150px; */
}

.intro_text span {
  position: relative;
  top: 25%;
  /* transform: translateY(-25%); */
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 3vw;
}

.intro_text img {
  width: 10%;
}


.scroll-map-title {
  /* position: absolute; */
  display: block;
  text-align: center;
  /* width: 500px; */
  /* padding: 50px; */
  /* height: 4420px; */
}

.scroll-map-title img {
  /* position: absolute; */
  /* height: 70vh; */
  width: 100%;
  /* height: 100%; */
  /* left: 50%;
  margin-left: -35vh;
  top: 50%;
  margin-top: -35vh; */
}

.scroll-map-title-small-screen {
  display: none;
  /* text-align: center; */
}

.scroll-map-title-small-screen img {
  width: 100%;
}

/* .scroll-map-title-small-screen span {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
} */

/* .fade-in-container {
  position: relative;
  top: 200px;
  left: 200px;
  width: 100px;
  height: 200px;
  border: 1px solid #000;
  border-radius: 5px;
  z-index: 100;
} */

#narrativeboxshaddow {
  -moz-box-shadow: 2px 2px 15px rgba(100,100,100,0.5);
  -webkit-box-shadow: 2px 2px 15px rgba(100,100,100,.5);
  box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);;
  /* 1px 2px 2px rgba(74, 69, 95, 0.2); */
}

.narrative-box {
  position: absolute;
  /* font-weight: 50; */
  top: 4%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  left: calc(50% - 190px);
  /* margin: auto; */
  width: 380px;
  /* max-width: 440px; */
  word-wrap: break-word;
  text-align: left;
  /* opacity: 0.1; */
  /* height: 80px; */
  background-color: rgba(253,253,253,0.9);
  /* border: 1px solid #000; */
  border-radius: 6px;
  padding: 10px;
  z-index: 1000;
  -moz-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  -webkit-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);}
  .narrative-box-2 {top: 10%; left: calc(50% - 160px); width: 320px;}
  .narrative-box-3 {top: 16%; left: 28%; width: 275px;}
  .narrative-box-4 {top: 23%; left: 30%; width: 180px;}
  .narrative-box-5 {top: 30%; left: 70%; width: 210px;}
  .narrative-box-6 {top: 42%; left: 45%; width: 400px;}
  .narrative-box-7 {top: 56%; left: 55%; width: 300px;}
  .narrative-box-8 {top: 70%; left: 23%; width: 280px;}
  .narrative-box-9 {display: none; top: 85%; left: calc(50% - 160px); width: 290px;}

.nav-box {
  /* display: flex; */
  cursor: pointer;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 6px;
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
  word-wrap: break-word;
  /* padding: 10px; */
  top: 87%;
  text-align: center;
  overflow: hidden;
  z-index: 1000;
  -moz-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  -webkit-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
}
.nav-box-1 {background-color: rgba(253,253,253,0.9); left: calc(50% - 300px);}
.nav-box-1:hover {background-color: rgba(88,211,249,0.9)}
.nav-box-2 {background-color: rgba(253,253,253,0.9); left: calc(50% - 75px);}
.nav-box-2:hover {background-color: rgba(171,234,155,0.9);}
.nav-box-3 {background-color: rgba(253,253,253,0.9); left: calc(50% + 150px);}
.nav-box-3:hover {background-color: rgba(237,205,136,0.9);}

.nav-box span {
  /* display: inline-block; */
  font-family: "swedensans-webfont", sans-serif;
  font-size: 1.5em;
  /* width: auto; */
  line-height: 145px;
  font-weight: lighter;
  letter-spacing: 2px;
  color: rgba(50,50,50,1.0);
  width: 150px;
  height: 150px;
}

.narrative-box span {

  font-family: brandon-grotesque, sans-serif;
  /* font-family: josefin-sans, sans-serif; */
  font-weight: 400;
  /* text-transform: uppercase; */
  /* font-size: 1.9vh; */
  font-size: 1.2em;
  /* opacity: 1.0; */
  /* text-align: center; */
}

.narrative-box-small-screen {
  position: relative;
  /* font-weight: 50; */
  /* top: 4%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  left: calc(50% - 45%);
  /* margin: auto; */
  width: 90%;
  /* max-width: 440px; */
  word-wrap: break-word;
  text-align: center;
  /* opacity: 0.1; */
  /* height: 80px; */
  background-color: rgba(253,253,253,0.9);
  /* border: 1px solid #000; */
  border-radius: 6px;
  padding: 10px;
  /* margin: 10px 0; */
  z-index: 1000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  /* -moz-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  -webkit-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2); */
}

/* .narrative-box-small-screen span {

} */

.explore {
  position: relative;
  display: block;
  /* width: 31vw; */
  background-color: rgba(255,255,255,1.0);
  font-family: Candara, sans-serif;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 4.5vh;
  /* left: 50%; */
  /* font-weight: 50; */
  text-align: center;
  /* margin: 100px 0; */
  /* padding: 10px 0; */
  /* color: rgba(43,43,43,1.0); */
}

.content-grid-adelaide-webmap iframe {
  position: absolute;
  border-radius: 8px;
  height: 70vh;
  width: 70vh;
  left: 50%;
  margin-left: -35vh;
  top: 50%;
  margin-top: -35vh;
}

.content-grid-fiftyper {
  flex: 1;
  /* height: 300px; */
  padding: 0;
  position: relative;
}

.content-grid-fiftyper p {
  position: relative;
  font-family: "Futura PT";
  font-size: 20px;
  color: black;
  text-align: left;
  width: 45vw;
  padding-bottom: 50px;
}

/* .content-grid-imagescroll {
  flex: 1;
  padding: 0;
  position: relative;
} */

.content-grid-flickcont {
  flex: 1;
  /* height: 300px; */
  padding: 0;
  position: absolute;
  height: 90vh;
  top: 50%;
  left: 50%;
  margin-left: -45vh;
  margin-top: -45vh;
}

.content-grid-map-center {
  flex: 1;
  /* height: 50vh; */
  padding: 15px;
  position: relative;
}

.content-grid-map-center-scroll {
  flex: 1;
  /* height: 50vh; */
  /* padding: 15px; */
  position: relative;
}

/* .content-grid-map-center-scroll {
  flex: 1;
  position: relative;
} */

.content-grid-footer {
  flex: 1;
  margin-bottom: 15px;
  /* height: 22vh; */
  padding: 0;
  position: relative;
}

.content-grid-footer p {
  position: relative;
  font-family: "Century Gothic";
  font-size: 20px;
  color: black;
  text-align: center;
  width: 60vw;
}

.content-grid-footer-detail {
  display: block;
  flex: 1;
  position: relative;
}


.content-grid-item-project-main-page {
  /* border: 10px solid #000; */
  flex: 1;
  height: 100vh;
  padding: 25px 32px 32px 32px;
  position: relative;
}

.content-grid-item-project-main-page-header {
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
}

/* START OF PROEJCT AREA SELECTION GRID ON MAIN PRJECT PAGE */

.content-grid-item-project-container {
  flex: 1;
  display: block;
  /* left: 200px; */
  top: 100px;
  width: 75vw;
  border: 1px solid #000;
  padding: 25px 32px 32px 32px;
  position: absolute;
  justify-content: center;
}

.content-grid-item-project-grid {
  display: flex;
  justify-content: center;
  flex: wrap;
}

.project-grid {
  /* border: 1px solid #000; */
  /* width: 100px;
  height: 100px; */
  /* padding: 5px; */
  /* display: table; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.project-grid-item {
  display: table;
  background-color: rgba(255,99,71,0.75);
  margin: 15px;
  line-height: 1.5em;
  color: rgba(43,43,43,1.0);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  /* flex: 1 0 auto; */
  height: 200px;
  width: 200px;
  border-radius: 5px;
  word-wrap: break-word;
}

/* END OF PROEJCT AREA SELECTION GRID ON MAIN PRJECT PAGE */

.main-title {
  /* position: relative; */
  /* display: inline-block; */
  /* width: 31vw; */
  /* background-color: rgba(200,200,200,0.8); */
  padding-top: 8.35vh;
  font-family:  brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  /* text-transform: uppercase; */
  font-size: 6.72vh;
  line-height: 6.72vh;
  /* text-align: center; */
  color: rgba(43,43,43,1.0);
}

.main-title span {
  color: white;
  border-radius: 10px;
  /* display: none; */
  /* position: absolute; */
  /* padding: 1vh 3vh; */
  /* background-color: rgba(255,255,255,0.8); */
  -webkit-user-select: none;
   -moz-user-select: -moz-none;
    -ms-user-select: none;
        user-select: none;
}

.other-title {
  position: relative;
  display: block;
  /* width: 31vw; */
  background-color: rgba(255,255,255,1.0);
  font-family: brandon-grotesque, sans-serif;
  /* font-family: josefin-sans, sans-serif; */
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 4.5vh;
  /* font-weight: 50; */
  text-align: center;
  padding: 25px 0 0 0;
  /* color: rgba(43,43,43,1.0); */
}



.other-title p {
  /* font-family: futura-pt; sans-serif; */
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 2.2vh;
  padding-bottom: 30px;
}

.other-title img {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.other-title-footer {
  position: relative;
  /* display: block; */
  /* width: 31vw; */
  background-color: rgba(255,255,255,1.0);
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 4.5vh;
  /* font-weight: 50; */
  text-align: center;
  /* padding: 25px 0 0 0; */
  /* color: rgba(43,43,43,1.0); */
}

.other-title-footer span {
  position: relative;
  /* display: block; */
  /* width: 31vw; */
  /* background-color: rgba(230,230,255,1.0); */
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 2.2vh;
  /* font-weight: 50; */
  text-align: center;
  /* padding: 5px; */
  /* color: rgba(43,43,43,1.0); */
}

/* .other-title-footer span:hover {
  color: #4DB8E5;
  cursor: pointer;
} */

.footer-detail {
  position: relative;
  /* display: block; */
  width: 55vw;
  left: calc(50% - 27.5vw);
  background-color: rgba(255,255,255,1.0);
  /* font-family: brandon-grotesque, sans-serif; */
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  /* text-transform: uppercase; */
  font-size: 2.2vh;
  /* font-weight: 50; */
  text-align: center;
  /* padding: 0 0; */
  /* color: rgba(43,43,43,1.0); */
}

.footer-detail h1 {
  /* width: 55vw;
  left: calc(50% - 27.5vw);
  background-color: rgba(255,255,255,1.0); */
  padding: 5px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2.7vh;
  text-align: center;
}

.footer-detail h1:hover{
  color: #4db8e5;
  cursor: pointer;
}
.footer-detail a:hover{
  color: #4db8e5;
  cursor: pointer;
}

/* .footer-detail h2 {
  text-align: left;
  padding: 5px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2.7vh;
  text-align: center;
} */

.image-title {
  position: relative;
  display: block;
  padding-top: 8.35vh;

  /* width: 31vw; */
  /* background-color: rgba(200,200,200,0.8); */
  /* font-family: "Century Gothic"; */
  /* text-transform: uppercase; */
  font-size: 44px;
  /* font-weight: 50; */
  text-align: center;
  /* color: rgba(43,43,43,1.0); */
}

.image-title img {
  /* z-index: 100000; */
  height: 90px;
  width: 90px;
}




.map-title {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px;
  height: calc(80vh + 25px);
}

.map-title img {
  position: absolute;
  height: 70vh;
  width: 70vh;
  left: 50%;
  margin-left: -35vh;
  top: 50%;
  margin-top: -35vh;
}

#smallmapview {
  display: none;
}

#bottommap {
  z-index: 10;
}

#publiclands {
  z-index: 11;
  opacity: 0.65;
}

#adelaidebound {
  z-index: 90;
  position: absolute;
}

#adelaidelabel {
  z-index: 81;
  position: absolute;
  /* opacity: 0.9; */
}

#northarrow {
  z-index: 82;
  position: absolute;
}
#topmap {
  display: none;
  z-index: 12;
  opacity: 1.0;
}

#cageogmaptext {
  z-index: 80;
  position: absolute;
  /* opacity: 0.9; */
}

#arrows {
  z-index: 80;
  position: absolute;
  opacity: 0.9;
}
/*
#arrows.visible {
  opacity: 0.9;
} */

#roads {
  z-index: 79;
  position: absolute;
  opacity: 0.75;
}

#zoomyes {
  display: block;
}

#zoomno {
  display: none;
}

.sub-title {
  padding-top: 28px;
  position: relative;
  /* width: 51vw; */
  /* background-color: rgba(200,200,200,0.8); */
  display: block;
  font-family: "swedensans-webfont", monospace;
  /* text-transform: uppercase; */
  font-size: 38px;
  /* font-weight: 100; */
  text-align: left;
  color: #fff;
}

.content-title {
  position: absolute;
  width: 55vw;
  padding: 5px;
  background-color: rgba(245,245,245,0.75);
  display: flex;
  float: left;
  font-family: "swedensans-webfont", sans-serif;
  /* text-transform: uppercase; */
  font-size: 35px;
  letter-spacing: 1.5px;
  font-weight: 100;
  text-align: left;
  border-radius: 5px;
  /* color: #fff; */
}

.content-title:hover {
  background-color: rgba(245,245,245,0.9);
}
.content-container {
  /* border-box: 1px solid #000; */
  display: flex;
  flex-direction: column;
  opacity: 1;
  justify-content: space-between;
  position: relative;
  /* background-position: 50% 50%; */
  /* background-position-x: 50%;
  background-position-y: 50%; */
  background-size: cover;
  box-sizing: border-box;
  color: rgba(43,43,43,1.0);
}

.content-container-header {
  display: block;
  /* flex-direction: column; */
  opacity: 1;
  /* justify-content: space-between; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 140px;
  /* background-position: 50% 50%; */
  /* background-position-x: 50%;
  background-position-y: 50%; */
  /* background-size: cover; */
  /* box-sizing: border-box; */
  color: rgba(43,43,43,1.0);
  border-bottom: 2px solid #eee;
/*
  border-bottom: solid;
  border-color: rgba(238,238,238, 0.5); */
}

.content-wrapper {
  /* border-box: 5px solid #000; */
  z-index: 19;
  position: relative;
  /* left: 200px; */
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  display: block;
}


/*  EXPLORE PAGE */
.boxes {
  display: flex;
}

.box-header {
  width: 100vw;
  border-bottom: 1px solid #eee;
  height: 115px;
}

.nav-box-container {
  position: absolute;
  top: 90%;
  /* width: 100vw; */
  /* border-bottom: 1px solid #eee; */
  height: 150px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.adelaide_logo {
  font-family:  brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  /* text-transform: uppercase; */
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: rgba(43,43,43,1.0);
}


.adelaide_logo:hover {
  color: rgba(88,211,249,0.9);
}

.box-header-menu {
  display: flex;
  height: 115px;
  /* width: 375px; */
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  z-index: 86;
  margin-top: 15px;
  right: 15px;
}

.box-header-menu span {
  font-family: "swedensans-webfont", sans-serif;
  font-size: 20px;
  width: auto;
  font-weight: lighter;
  letter-spacing: 2px;
  padding: 5px;
  margin-right: 10px;
  color: black;
  cursor: pointer;
}

.box-header-menu span:hover {
  /* color: #4db8e5; */
  /* background-color: rgba(77,184,229, 0.5); */
  background-color: #eeeeee;
  opacity: 0.9;
  /* rgba(240,240,240,0.9); */
  color: black;
  border-radius: 5px;
  padding: 5px;
  /* margin: 15px; */
  /* margin-right: 15px; */
  /* margin-left: -5px; */
}

.explore_flex_box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.explore_description {
  width: 50%;
  /* height: 375px; */
  /* flex: 1; */
  /* width: 600px; */
  /* top: 120px; */
  /* position: absolute; */
  /* overflow: auto; */
  /* background-color: lightgrey; */
  /* border-bottom: 1px solid #eee; */
}

.explore_description h1 {
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding: 20px 0 15px 0;
  /* margin-top: 10px; */
  /* padding-bottom: 30px; */
  /* font-size: 25px; */
  text-align: center;
}

.explore_description span {
  text-align: left;
  /* position: absolute; */
  /* width: 500px; */
  left: calc(50% - 250px);
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  /* padding: 20px 0; */
}



.discover-container {
  display: grid;
  background-color: #F3F;
  /* width: 100vw; */
  /* height: calc(100vh - 115px); */
  width: 100%;
  /* width: 500px; */
  /* margin: auto; */
  position: relative;
  /* background-image: url(content/media/images/BootPrints_flat.png);
  background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-position: 50% 50%; */
  /* border-bottom: 1px solid #eee; */
  /* height: 115px; */
}

.discover_description {
  /* display: block; */
  width: 500px;
  background-color: #eee;
  margin: auto;
  /* height: 250px; */
}

.discover_description h1 {
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding: 20px 0 15px 0;
  /* margin-top: 10px; */
  /* padding-bottom: 30px; */
  /* font-size: 25px; */
  text-align: center;
}

.discover_description span {
  width: 200px;
  text-align: left;
  /* position: absolute; */
  /* width: 50%; */
  left: calc(50% - 250px);
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  /* padding: 0 0 20px 0; */
}

.discover_grid {
  display: grid;
  background-color: #f12f31;
  position: relative;
  grid-template-rows: repeat(4, 25%);
  grid-template-columns: repeat(4, 25%);
  text-align: center;
}

.discover_grid p {
  color: #fff;
}

.disco-item-section {
  position: relative;
  /* width: 70%; */
  max-width: 1000px;
  margin: auto;
  /* background-color: #fe1; */
}

.disco-left {
  position: absolute;
}

.disco-left img {
  width: 500px;
}


.box-map {
  /* flex: 2; */
  /* width: 100vw; */
  /* border-bottom: 10px solid #eee; */
  /* top: 140px; */
  /* right: 0; */
  width: 75%;
  height: calc(100vh - 180px);
  /* position: relative; */
  /* top:  */
  border: 10px solid #fff;
  border-radius: 18px;
  margin: calc(.03*100vh) 8%;
  overflow: hidden;
  /* background-color: blue; */
}

.box-map iframe {
  width: 100%;
  height: 100%;
}

.fullscreenmap {
  display: none;
  width: 100;
  height: 50px;
  background-color: rgba(255,99,71,0.5);
  /* background-color: rgba(245,245,245,0.8); */
  border-radius: 8px;
  text-align: center;
}

.fullscreenmap a {
  line-height: 50px;
  padding: 10px;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-size: 1.0em;
}

.fullscreenmap:hover {
  background-color: rgba(255,99,71,1.0);

}

/* VIDEO CONTENT */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


/* OLD */
/* .video-container {
  display: flex;
  flex-direction: column;
  background-size: cover;
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%; */
  /* position: absolute; */
  /* top: 50%;
  left:50%
  transform: translate(-50%,-50%); */
}


/* END VIDEO CONTENT */

/* Flickity for Project Page *****************************/
.project-flickity-container {
  /* right: 9; */
  width: 100%;
  height: 500px;
  /* max-height: 900px; */
  /* margin: 85px 0 0 0; */
  position: relative;
/*   overflow-y: hidden; TURN THIS OFF TO SEE THE BUTTONS */
  /* z-index: 101; */
  top: 85px;
/*   max-height: 900px; */
/*   height: calc(100% - 136px); */

}
/* .project-flickity-slider {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border-bottom: 1px solid #aaa;
} */
/* testing slide css: NOT CURRENTLY USED *****************/
/* .project-flickity-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.project-flickity-image>div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
} */

/* original slide css: */
.project-flickity-slide {
  /* width: 100%; */
  height: 100%;
  padding: 20px;
  margin-right: 10px;
  background: rgba(245,245,245, 0.8);
  counter-increment: carousel-cell;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.project-flickity-slide img {
  /* display: flex; */
  width: 75%;
  height: 75%;
}

/* this is theo only container being used!!**** */
.photo-container {
  background-color: rgba(255,255,255,1.0);
  display: block;
  position: relative;
  /* height: calc(100% - 136px); */
  /* height: 90vh; */
  /* width: 90vh; */
  /* left: 50%;
  margin-left: -45vh; */
  /* left: 50%;
  margin-left:-45vh;
  top: 50%;
  margin-top: -45vh; */
  /* top: 85px; */

  /* background-color: #eee; */
}

.flickity-nav-container {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 80vw;
  left: 50%;
  height: 51px;
  /* height: 100%; */
/*   margin-right: 50px; */
/*   padding-right: 5px; */
  border-bottom: 1px solid rgba(43,43,43,1.0);
  border-top: 1px solid rgba(43,43,43,1.0);
  z-index: 100;
/*   background-color: transparent; */
/*   opacity: 1; */
/*   align-items: center; */
}

/* End of Flickity for project page */

/* Content info specific to project page ************************* */
.project-info-container {
  display: block;
  position: relative;
  padding: 25px;
  /* height: 500px; */
  background-color: rgba(250,250,250,0.5);
  top: 136px;
  /* text-align: center; */
}

.project-info {
  display: block;

  /* position: absolute; */
}

.project-info-title {
  position: relative;
  font-family: "swedensans-webfont", "century gothic";
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 20px;
}
.project-info-facts {
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
}
.project-info-facts ul li{
  font-family: "garamond", monospace;
  font-size: 20px;
  color: rgba(43,43,43,1.0);
  /* letter-spacing: 2px; */
  text-align: left;
}


/*  fact design **********/
.project-fact-container {
  display: flex;
  justify-content: center;
  flex: wrap;
  padding: 30px 0;
}

.project-fact-grid {
  /* width: 900px; */
  display: flex;
  justify-content: center;
  flex: wrap;
}

.project-fact {
  /* border: 1px solid #000; */
  /* width: 100px;
  height: 100px; */
  /* padding: 5px; */
  /* display: table; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.fact {
  display: table;
  background-color: rgba(255,99,71,0.75);
  margin: 15px;
  line-height: 1.5em;
  color: rgba(43,43,43,1.0);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  /* flex: 1 0 auto; */
  height: 200px;
  width: 200px;
  border-radius: 5px;
  word-wrap: break-word;

}
.fact-x {
  display: table-cell;
  vertical-align: middle;
  padding: 2px;
}

.fact x {
  display: table-cell;
  vertical-align: middle;
}



.fact:hover {
  background-color: rgba(255,99,71,1.0);
  cursor: pointer;
}
/*
.project-fact-bubble-text {
  font-family: "garamond", "century gothic";
  font-size: 30px;
  text-align: center;
  line-height: 30px;
} */

.project-info-narrative-container {
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.project-info-narrative {
  text-align: left;
  font-family: 'Montserrat';
  font-size: 1em;
  /* line-height: 1.45em; */
  line-height: 25px;
  letter-spacing: .01em;
  /* padding: 0 100px 0 100px; */
}

.project-info-narrative ul li {
  list-style-type: none;
  font-family: 'Montserrat';
  font-size: 1em;
  line-height: 1.45em;
  letter-spacing: .01em;
  color: #000;
  text-align: center;
}
.project-info-map-container {
  display: flex;
  margin: 30px 0;
  height: 300px;
  width: 75%;
  border: 0.5px solid #aaa;
}

.resource-titles h {
  color: black;
  /* color: rgba(148,201,107,1.0) !important; */
}

.resource-titles h:hover {
  color: rgba(77,226,162,1.0) !important;
  text-decoration: underline;
  /* text-decoration: overline; */
}


.project-info-narrative h {
  text-align: right;
  font-size: 1.4em;
  /* color: black !important; */
  /* font-weight: 600; */
}

.project-info-narrative h:hover {
  text-decoration: underline;
}

.project-info-narrative w {
  text-align: right;
  font-size: 1.4em;
  /* color: black !important; */
  /* font-weight: 600; */
}

.project-info-narrative h:hover {
  text-decoration: underline;
}


.project-info-narrative-h {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 1.4em;
  /* padding-bottom: 2px; */
  /* line-height: 0.0em; */
  /* color: black !important; */
  /* font-weight: 600; */
}

.project-info-narrative-h:hover {
  color: rgba(77,226,162,1.0) !important;
  text-decoration: underline;
  /* text-decoration: overline; */
}

.project-info-narrative a {
  color: rgba(148,201,107,1.0);
}

/* ENd of cotnent info specific to project page */

/* resoruces container */
.resources-container {
  padding: 25px;
  background-color: white;
  top: 0;
  margin-left: 200px;
}
/* end of resrouces container */

/* Start of main project landing page css */
.project-landing-container {
  padding: 25px;
  background-color: #fff;
  /* background-color: rgba(250,250,250,0.5); */
  top: 0;
  margin-left: 200px;
  /* height: 100vh; */
}

.project-list-flex-container {
  /* border: 1px solid #000; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  flex: wrap;
  /* padding: 30px 0; */
}

.project-list-flex-container a {
    color: black;
}

.project-list-flex-container ul li {
    list-style-type: none;
    font-family: 'Montserrat';
    font-size: 0.9em;

}

.project-list-flex-container ul li:hover {
    text-decoration: underline;
    color: green;
}



.project-list-flex-grid {
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
  flex: wrap;
}

.project-list-fact {
  /* border: 1px solid #000; */
  /* display: block;
  margin: auto; */
  /* justify-content: center; */
  /* this needs to be udpated somewhere in the media queries, reference land committee proejct fact for mroe */
}

.project-list {
}
.project-type-flex {
  /* border: 1px solid #000; */
  /* display: table; */
  margin: 15px;
  /* line-height: 1.5em; */
  /* color: rgba(43,43,43,1.0); */
  /* font-weight: bold; */
  /* font-size: 1.25em; */
  text-align: center;
  /* flex: 1 0 auto; */
  /* height: 50; */
  /* width: 350px; */
  border-radius: 5px;
  word-wrap: break-word;
  padding: 5px;
}

.project-list-header {
  align-items: center;
  /* display: table; */
  color: rgba(43,43,43,1.0);
  font-size: 20px;
  text-align: center;
  /* flex: 1 0 auto; */
  /* height: 50; */
  /* width: 400px; */
  border-radius: 5px;
  word-wrap: break-word;
  padding: 7px 10px;
  margin-bottom: 10px;
}

.current-easement {
  background-color: rgba(148,201,107,0.3);
}



.prosp-easement{}
.arch-easement{}

.current-fee{
  background-color: rgba(77,184,229,0.3);

}
.prosp-fee{}
.arch-fee{}

.project-list-header ul li {
  color: black;
  list-style-type: none;
  background-color: #fff;
}

/* end of main project landing page css */


/* Start of land committee page css */

.land-committee-container {
  padding: 25px;
  background-color: white;
  top: 0;
  margin-left: 200px;
}

.land-committee-title {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 0;
  }

.land-committee-project-fact-container {
    display: flex;
    justify-content: center;
    flex: wrap;
    padding: 20px 0;
}
/* This is a placehodler */
.land-committee-project-fact {
}
/* end of placeholder */

.land-committee-narrative-container {
  text-align: left;
  padding-top: 0px;
}

.land-committee-narrative-container h {
  /* padding-top: 25px; */
  font-weight: bold;
}

.land-committee-narrative-container iframe{
  padding-top: 20px;
  /* height: auto; */
  width: 50vw;
}

.land-committee-fact {
  display: table;
  background-color: rgba(77,184,229,0.65);
  margin: 15px;
  line-height: 1.5em;
  color: rgba(43,43,43,1.0);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  /* flex: 1 0 auto; */
  height: 200px;
  width: 200px;
  border-radius: 5px;
  word-wrap: break-word;
}

.land-committee-fact-x {
  display: table-cell;
  vertical-align: middle;
  padding: 2px;
}

.land-committee-fact:hover {
  background-color: rgba(77,184,229,1.0);
  cursor: pointer;
}
/* end of land committee page css */

/* Start of resoruces page css */
.resources-fact-grid {
  max-width: 1000px;
  padding-bottom: 25px;
}

.resources-fact {
  display: table;
  background-color: rgba(77,226,162,0.65);
  margin: 15px;
  line-height: 1.5em;
  color: rgba(43,43,43,1.0);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  /* flex: 1 0 auto; */
  height: 200px;
  width: 200px;
  border-radius: 5px;
  word-wrap: break-word;
  vertical-align: middle;
}

.resources-fact x {
  display: table-cell;
  vertical-align: middle;
}

.resources-fact:hover {
  background-color: rgba(77,226,162,1.0);
  cursor: pointer;
}

.resources-fact-x {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

/* end of resources page css */

/* content wrapper for project page this isnt being used */

.content-wrapper-projects {
  display: absolute;
/*   height: 100px; */
  padding-top: 85px;
}

.content-wrapper-projects-backup{
  /* border-box: 5px solid #000; */
  z-index: 19;
  position: relative;
  /* top: 85px; */
  /* top: calc(100%-85px); */
  /* top: -webkit-calc(100% - 85px); */
  left: 0;
  width: 100%;
  /* line-height: 85px; */
  height: 100px;
  margin-top: 0;
  padding: 0px;
  background-color: #fff;
  display: block;
}

/* .content-wrapper img {
	overflow: hidden;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: relative;
	/* min-width: 100%; */
    /* height: auto; */
    /* min-height: 100%; */
} */
/* end of new content sectino testing THIS IS THE ONLY ONE USED NOW***************************/

/*

.content img {
	overflow: hidden;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: relative; */
	/* min-width: 100%; */
    /* height: auto; */
    /* min-height: 100%; */
/* } */

/* .cover_ready { */
	/* display: block; */
	/* position: relative; */
	/* width: 100vw; */
/* } */
/*
.cover_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: absolute;
}

.cover_content_section {
	z-index: 20;
	display: flex;
	flex-direction: columnn;
	flex: 1;
	flex-wrap: wrap;
	padding: 32px;
	position: absolute;
	width: 100%;
}

.cover_content_section_title {
	display: block;
	font-family: "Courier New", monospace;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 100;
	text-align: left;
	color: #fff;
}

.cover_content_section_headline {
	display: block;
	font-family: "Courier New", monospace;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 100;
	text-align: left;
	color: #fff;
} */
/*
.contentprojectmap {
    z-index: 20;
    position: relative;
    left: 200px;
    width: calc(100% - 200px);
    min-height: 100%;
    margin: 0;
    padding: 20px;
	background-color: white;
    background-position: center center;
    background-size: cover;
} */

.content h1 {
    font-size: 40px;
}

.content_header_homepage {
	font-family: "Courier New", monospace;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 100;
	text-align: left;
	color: #fff;
    position: absolute;
    display: flex;
	flex-direction: column;
	flex: 1;
	flex-wrap: wrap;
	margin: 25px;
	width: 100%;
	/* padding: 1px 10px; */
    transition: opacity .4s linear;
    transition-delay: .1s;
	/* background-color: rgba(255, 255, 255, 0.8); */
    /* background-position: center center; */
    /* background-size: cover; */
	z-index: 21;
}

.content_title_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: wrap;
	width: 100%;
	height: 100%;
	text-align: left;
	position: absolute;
	z-index: 21;
}

/* .content-inside {
	font-family: "Courier New", monospace; */
	/* text-transform: uppercase;  */
	/* font-size: 40px;
	font-weight: 100;
	color: #000;
    position: absolute;
	flex-wrap: wrap;
	justify-content: center;
    display: flex;
	flex: 1;
	height: 100%;
	margin-left: 25px;
	padding: 1px 10px;
    transition: opacity .4s linear;
    transition-delay: .1s;
	background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-size: cover;
} */





/*End of OLD content area*/

.menu_nav_menu_button {
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    width: calc(100% - 29px);
    margin: 0 16px;
    padding: 8px 16px;
    cursor: pointer;
    /* user-select: none; */
    letter-spacing: .2px;
    color: rgba(43,43,43,1.0);
    align-items: center;
}

a {
    text-decoration: none;
}

/* IS THIS EVEN BEING USED? */
.menu_nav_menu a {
    cursor: pointer;
    float: center;
    display: block;
    color: rgba(43,43,43,1.0);
    text-align: left;
    padding: 14px 13px;
    text-decoration: none; /* apparetly this removes an underline? */
}

.menu_nav_menu_button:hover {
    /* background-color: #eee; */
	  background-color: rgba(245,245,245,0.7);
    border-radius: 5px;
    color: rgba(43,43,43,1.0);
}


.menu_nav_logo {
    display: flex;
    height: 150px;
    width: 200px;
    align-items: center;
}
.menu_nav_logo_popup {
    display: flex;
    height: 150px;
    width: 200px;
    align-items: center;
}
/*
.navbar a.left {
    float: left;
}
*/

/*not sure if this is used eitehr*/
.row {
    display: flex;
    flex-wrap: wrap;
}


/*START OF FOOTER**************************************************/
.footer, .page_wrapper:after {
	height: auto;
}

.footer {
    position: relative;
    /* left: 200px; */
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    background-color: white;
	  border-top: 2px solid #eee;
    width: 100%;
    line-height: 25px;
}

.footer a {
  color: rgba(43,43,43,1.0);
}

.footer-project-page {
  position: relative;
  left: 0;
  top: 136px;
  padding: 20px;
  text-align: center;
  background-color: white;
  border-top: 2px solid #eee;
  width: 100%;
  line-height: 25px;
}

/*Creating button for menu when window is small**********************************/
.menu_mobile_nav {
    /* height: 100%; */
    position: fixed;
    z-index: 20;
    /* top: 20px; */
/*     top: 1vh; */
/*     bottom: 20px/; */
    /* bottom: 20px; */
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 1px;
    /* float: right; */
}

.menu_mobile_nav_filter {
/*     position: sticky; */
/*     position: absolute; */
/*     top: 20px; */
/*     position: fixed; */
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(43,43,43,1.0);
    align-items: center;
    justify-content: center;
	  /* float: right; */
}

.menu_mobile_nav_filter_icon {
    color: transparent;
    /* line-height: 0; */
    width: 60px;
    height: 60px;
/*    background-color: black;*/
    /* backgorund image for pc: */
    /* background-image: url(file:///C:/Users/kylew/webdev_backup/webdev/landprojsite/assets/lclogo_menu.svg); */
    /* backgorund image for mac: */
    /* background-image: url(content/media/images/menu_buttons/whatistheadelaide.svg); */
    background-size: contain;
}

.menu_mobile_nav_filter_icon:hover {
  /* for pc */
    /* background-image: url(file:///C:/Users/kylew/webdev_backup/webdev/landprojsite/assets/lclogo_menu_color.svg); */
    /* for mac */
    background-image: url(assets/lclogo_menu_color.svg);
    /* background-size: contain; */
	/* opacity: 0.8;  */
}

/* down arrow! */
.down-arrow {
  color: transparent;
  /* line-height: 0; */
  width: 60px;
  height: 60px;
  background-image: url(content/media/images/menu_buttons/whatistheadelaide.svg);
  background-size: contain;
}

/* end of down arrow! */

/*Placeholder for some future use of Flickity*/
.photoslider{
    background-color: skyblue;
    padding: 20px;
}


/*All my Media Queries*********************************/

/*menu query*/
/*menu query*/
@media only screen and (max-width: 900px) {
  .intro_text {
    position: relative;
    width: 35vw;
    /* height: 500px; */
    /* background-color: lightblue; */
    /* opacity: 0.5; */
    left: calc(75% - 20%);
    top: calc(50% - 30%);
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    /* top: 150px; */
  }

  .intro_text span {
    top: 25%;
    font-size: 3vw;
    line-height: 3.5vw;
  }

}

@media only screen and (max-width: 680px) {
  .nav-box {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    word-wrap: break-word;
    /* padding: 10px; */
    top: 87%;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
    -moz-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
    -webkit-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
    box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  }
  .nav-box-1 {background-color: rgba(253,253,253,0.9); left: calc(50% - 175px); }
    .nav-box-1:hover {background-color: rgba(88,211,249,0.9)}
  .nav-box-2 {background-color: rgba(253,253,253,0.9); left: calc(50% - 50px);}
    .nav-box-2:hover {background-color: rgba(171,234,155,0.9);}
  .nav-box-3 {background-color: rgba(253,253,253,0.9); left: calc(50% + 75px);}
    .nav-box-3:hover {background-color: rgba(237,205,136,0.9);}

  .nav-box span {
    /* display: inline-block; */
    font-family: "swedensans-webfont", sans-serif;
    font-size: 1.2em;
    /* width: auto; */
    line-height: 100px;
    font-weight: lighter;
    letter-spacing: 2px;
    color: rgba(50,50,50,1.0);
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .nav-box {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    word-wrap: break-word;
    /* padding: 10px; */
    top: 87%;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
    -moz-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
    -webkit-box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
    box-shadow: 1px 2px 2px rgba(74, 69, 95, 0.2);
  }
  .nav-box-1 {background-color: rgba(253,253,253,0.9); left: calc(50% - 131.25px); }
    .nav-box-1:hover {background-color: rgba(88,211,249,0.9)}
  .nav-box-2 {background-color: rgba(253,253,253,0.9); left: calc(50% - 37.5px);}
    .nav-box-2:hover {background-color: rgba(171,234,155,0.9);}
  .nav-box-3 {background-color: rgba(253,253,253,0.9); left: calc(50% + 56.25px);}
    .nav-box-3:hover {background-color: rgba(237,205,136,0.9);}

  .nav-box span {
    /* display: inline-block; */
    font-family: "swedensans-webfont", sans-serif;
    font-size: 12px;
    /* width: auto; */
    line-height: 75px;
    font-weight: lighter;
    letter-spacing: 2px;
    color: rgba(50,50,50,1.0);
    width: 75px;
    height: 75px;
  }
}

@media only screen and (max-width: 600px) {

  .adelaide_menu {
    height: 100px;
    width: 200px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    position: absolute;
    z-index: 86;
    margin-top: 15px;
    right: 15px;
    /* margin-left: calc(100% - 120px); */
    /* margin: 20px 0 0 20px; */
  }

  .adelaide_menu span {
    font-size: 20px;
  }

  .box-header-menu {
    height: 90px;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-end;
  }

  .box-header-menu span {
    font-size: 18px;
    line-height: 10px;
  }

  .above_scroll_graphic {
    height: 60vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 25% 50%;
  }

  .intro_text {
    position: relative;
    width: 40vw;
    /* height: 500px; */
    /* background-color: lightblue; */
    /* opacity: 0.5; */
    /* left: 50%; */
    top: 50px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    /* top: 150px; */
  }

  .intro_text span {
    top: 25%;
    font-weight: 300;
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .intro_text img { /*this is the second chevron, not sure it's necessary!*/
    display: none;
    /* width: 10%; */
  }

}

@media only screen and (max-width: 750px) {
  .narrative-box {
    display: none;
  }

  .scroll-map-title {
    display: none;
  }

  .scroll-map-title-small-screen {
    display: block;
  }

  #smallmapview {
    display: block;
  }

  #zoomyes {
    display: none;
  }

  #zoomno {
    display: block;
  }
  /* #bottommap {
    display: none;
  }

  #publiclands {
    display: none;
  }

  #adelaidebound {
    display: none;
  }

  #adelaidelabel {
    display: none;
  }

  #northarrow {
    display: none;
  } */

}

/* NEW MEDIA QUERIES */
@media only screen and (max-width: 800px) {
  .narrative-box {
    /* display: none; */
  }

  .image-title {
    padding-top: 1vh;
  }
}

@media only screen and (max-width: 450px) {
  .above_scroll_graphic {
    height: 40vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 25% 50%;
  }

    .intro_text {
      position: relative;
      width: 40vw;
      /* height: 500px; */
      /* background-color: lightblue; */
      /* opacity: 0.5; */
      /* left: 50%; */
      top: 35px;
      text-align: center;
      vertical-align: middle;
      overflow: visible;
      /* top: 150px; */
    }

    .intro_text span {
      top: 25%;
      font-weight: 300;
      font-size: 5vw;
      line-height: 5.5vw;
    }
}

@media only screen and (max-width: 375px) {
    .above_scroll_graphic {
        height: 50vh;
    }
    .intro_text {
      position: relative;
      width: 40vw;
      top: 20px;
      text-align: center;
      vertical-align: middle;
      overflow: visible;
    }

    .intro_text span {
      top: 25%;
      font-weight: 300;
      font-size: 5vw;
      line-height: 5.5vw;
    }

}

@media only screen and (max-width: 850px) {
	/* .menu_all {
		display: none;
	}

	.content-wrapper, .footer {
		left: 0;
		width: 100%;
		padding: 20;
	} */

  .menu_mobile_nav {
      display: block;
      position: fixed;
/*         top: calc(50vh - 50px); */
      right: 0;
      overflow: hidden;
      width: 100px;
      border-radius: 1px;
  }
  .land-committee-container {
    margin-left: 0;
  }

  .project-landing-container {
    margin-left: 0;
  }

}

@media only screen and (max-width: 1000px) {
  .project-fact {
    /* border: 1px solid #000; */
    /* width: 100px;
    height: 100px; */
    /* padding: 5px; */
    /* display: table; */
    display: block;
    flex-wrap: wrap;
  }

  .land-committee-project-fact{
    display: flex;
    flex-wrap: flex;
  }
}

@media only screen and (max-width: 600px) {

  .project-header {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    line-height: 1.5em;
  }

  .project-title {
    font-family: "swedensans-webfont", monospace;
    font-size: 1.2em;
    letter-spacing: 2px;

    /* word-wrap: break-word; */
  }

  .project-type {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .fact {
    display: table;
    background-color: rgba(255,99,71,0.75);
    margin: 5px;
    /* line-height: 200px; */
    color: rgba(43,43,43,1.0);
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    /* flex: 1 0 auto; */
    height: 125px;
    width: 125px;
    border-radius: 5px;
    word-wrap: break-word;
  }
  .land-committee-fact {
    background-color: rgba(77,184,229,0.75);
  }

  .resources-fact {
    background-color: rgba(77,226,162,0.65);
  }

}

@media only screen and (max-width: 670px) {
  .fullscreenmap {
    display: block;
  }
}

@media only screen and (max-width: 570px) {
  /* .adelaide_logo {
    font-family:  brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    color: rgba(43,43,43,1.0);
  } */
  .explore_description {
    /* height: 620px; */
  }
  .explore_description h1 {
    width: 75%;
    left: calc(50% - 37.5%);
  }
  .explore_description span {
    width: 75%;
    left: calc(50% - 37.5%);
  }


}
