/*
Author: juliusmoreland@gmail.com
Copyright 2018-2019 Corvallis Mural Project
*/
@font-face {
  font-family: 'Roboto';
  src: local(Roboto-Regular), url('fonts/roboto-regular.woff2') format('woff2'), url('fonts/roboto-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: local(Roboto-Bold), url('fonts/roboto-bold.woff2') format('woff2'), url('fonts/roboto-bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: local(Roboto-Condensed-Regular), url('fonts/roboto-condensed-regular.woff2') format('woff2'), url('fonts/roboto-condensed-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: local(Roboto-Condensed-Bold), url('fonts/roboto-condensed-bold.woff2') format('woff2'), url('fonts/roboto-condensed-bold.woff') format('woff');
  font-weight: 700;
}



html{
  font-family: Roboto, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body{
	position: fixed;
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2{
	font-weight: 400;
	line-height: 1.1;
	font-family: 'Times New Roman', Times, serif;
}
h1 {
	font-size: 2rem;
	margin: 0.6rem 0 0.6rem 0;
}
h2 {
	font-size: 1.4rem;
	margin: 0.6rem 0 0.6rem 0;
}
ul{
	padding-left: 24px;
}
a, .goals-title{
	color: #4285f4;
    font-weight: 700;
}	

.button {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	font-size: 1.1em;
	background-color: #fff;
	color: #646464;
	text-align: center;
	/* margin: 0 10px 10px 0; */
}
.button.blue {
	background-color: #4285f4;
	color: #fff;
}
.button.raised {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.button.raised:hover, .button.raised:active {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}

#welcome-bg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1000;
		
}
#welcome-msg-frame{
	position: fixed;
	top: 2.5vw;
	left: 2.5vw;
	margin: 0 auto;
	padding: 2.5vw;
	width: 90vw;
	height: calc(100% - 10vw);
	/* height: 100%; */
	max-height: calc(100% - 10vw);
	background: rgb(255, 255, 255);
	z-index: 1001;
}
#welcome-msg-frame .narrow{
	max-width: 496px;
    left: calc(50vw - 248px);
    max-height: 400px;
}
#welcome-banner{
	position: relative;
}
#welcome-photo-credit{
	position: absolute;
    font-size: 0.8rem;
    color: #eeeeee;
    bottom: 6px;
    right: 3px;
    text-shadow: 1px 1px 1px #333333;
}
#follow-links{
	/* margin: 0 0 5vw 5vw;
    bottom: 0px;
    position: relative;
    left: 0px; */
	height: 32px;
	float: left;
	margin-top: 10px;
}
#follow-links a{
	display:inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
#welcome-close, #feedback-close{
	/* margin: 0 5vw 5vw 0;
    bottom: 0px;
    position: fixed;
    right: 0px; */
	float: right;
	margin-top: 10px;
}
#welcome-msg{
	width: 100%;
	min-width: 290px;
	height: 100%;
	overflow: auto;
	padding-bottom: 4px;
}
img#banner {
    width: 100%;
}
#welcome-footer{
	float: left;
	width: 100%;
	margin-bottom: 8px
}
#welcome-footer span{
	font-style: italic;
	color: #999999;
}
#welcome-footer img{
	padding: 10px 4px 0 60px;
}
.copyright{
	position: absolute;
    right: 0px;
    bottom: 0px;
	background-color: #ffffff;
    font-size: .7rem;
}

/* landscape */
@media (min-width: 500px) {
	#welcome-msg-frame{
			top: 1.25vw;
			left: 1.25vw;
			padding: 1.25vw;
			width: 95vw;
			height: calc(100% - 5vw);
			max-height: calc(100vh - 5vw);
	}
	#welcome-photo-credit{
		font-size: 0.9rem;
	}
}
@media (min-width: 1025px) {
	#welcome-msg-frame{
			top: 1.25vw;
			left: 8vw;
			padding: 1.25vw;
			width: 81.5vw;
			height: calc(100% - 5vw);
			max-height: calc(100vh - 5vw);
	}
}
@media (min-width: 1920px) {
	#welcome-msg-frame{
			top: 1.25vw;
			left: 16vw;
			padding: 1.25vw;
			width: 65.5vw;
			height: calc(100% - 5vw);
			max-height: calc(100vh - 5vw);
	}
}
@media (max-height: 500px) {
	#welcome-msg>p{
		clear: both;
	}
	#welcome-photo-credit{
		display: none;
	}
	img#banner {
		width: 50%;
		margin: 0 10px 10px 0;
		float: left;
	}
	h1 {
		margin: 0rem 0 0.8rem 0;
	}
	.goals ul{
		margin-top: 0.4rem;
		margin-bottom: 0;
	}
}

.goals-title{
	text-decoration: underline;
}
.goals-title:hover, .button:hover{
	cursor: pointer;
}
	
#map{
	position: fixed;
	width: 100vw;
	height: 100%;
}
#map .gm-style{
	font-family: 'Roboto Condensed';
}
#map .gm-style img {
	width: 100%;
	max-width: calc(100vw - 80px);
}
.gm-style .gm-style-iw{
	overflow-x: hidden;
    overflow-y: auto;
	max-width: 75vw;
    max-height: 70vh;
}
.gm-style-iw>div:first-child{
	display:block !important;
}
#gpsUI{
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	cursor: pointer;
	margin: 10px;
	text-align: center;
}
#gpsCheckbox{
	margin: 0 0 0 11px;
	vertical-align: text-bottom;
}
#gpsText{
	color: rgb(25,25,25);
	font-family: Roboto,Arial,sans-serif;
	font-size: 11px;
	padding: 9px;
	display: inline-block;
}
.gm-style-iw strong{
	font-weight: 700;
}

.navigate{
	text-align:right;
}
.navigate a {
    text-decoration: none;
}

.feedback-form-link, .gm-style-iw a{
	cursor: pointer;
	text-decoration: none;
}

#feedback-frame{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

iframe{
	border: none;
}

.hidden{
	display: none;
}



