@charset "UTF-8";

/* override bootstrap */
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}

.cursor_wait {
    cursor: progress;
}

label {
	margin-bottom: 0;
}

body {
	background-color: #fff;
}

table {
	width: 100%;
}

td {
	white-space: nowrap; 
	padding-right: 0.5em;
	width: 50%;
}

.todo {
	background-color: lightpink;
}

.waiting { 
	cursor: wait; 
}

.jumbotron {
	padding: 0px;
	margin-bottom: 0.25rem;
	min-width:425px; 
	background-color:#fff;
}


.footer {
	/*background-color:#C0C0C0;
	color:#fff;*/
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.semibold {
	font-weight: 600;
}

.doubleindent {
	margin-left: 4.3em;
}

.black { 
	color:#000;
	font-weight: 500;
}

#main {
	background-color: #666666;
    background-image: url(../images/Coastal_OR_Fusco.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	height: 125vh;	
	overflow-x: hidden;
}

.banner {
	background-color: #fff;
	/*background-image: url("../images/overlay2.png"), url("../images/banner.png");*/
	/* top, transparent black, faked with gradient */ 
    /*background-image: 
		linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        url("../images/banner.png");*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: navy;
	font-family: "Tenor Sans", Candara;
	text-align: center;
	position: relative;
	max-width: 1450px;
    margin: 0.5em;
	}


a.bannerlink:link {color: navy; text-decoration: none;}
a.bannerlink:visited {color: navy; text-decoration: none;}
a.bannerlink:hover {color: navy; text-decoration: none;}

.box {
	background-color: #fff;
	border: 5px lightgray solid; 
	border-radius: 5px;
	padding:0.75em; 
	margin: 0.35em 0.5em;
	min-width:425px;
}

.less_padded {
	padding: 0.25em 0.75em;
}

.graybox {
	background-color: #f8f8f8;
	border: 1px lightgray solid; 
	border-radius: 5px;
	padding:0.5em; 
	margin:0.5em;
}

.logo {
	margin: 0.75em 0.25em 0.25em 0.25em;	
}

.logos {
	width:243px;
	margin:auto;
	display: block;
}

.midtext {
	font-size: 0.85em;
	/*line-height: 125%;
	margin-bottom: 0.35rem;*/
	line-height: 120%;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}

.subtext {
	font-size: 0.75em;
	line-height: 125%;
	margin-bottom: 0.5rem;
}

.subtext_slim {
	font-size: 0.75em;
	line-height: 125%;
}

.error {
	color: #CC0000;
	font-weight: 600;
	font-style: italic;
	margin-left: 1.25em;
    margin-bottom: 0.25em;
}


/*
.item1 { grid-area: pic1; }
.item2 { grid-area: pic2; }
.item3 { grid-area: pic3; }

.grid-container {
  display: grid;
  grid-template-areas:
    'pic1 pic2'
    'pic1 pic3';
  gap: 10px;
  padding: 10px;
	margin: auto;
}

.grid-container > div {
  text-align: center;
  padding: 0 1em;
}*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.flex-container > div {
  padding: 0.5em 2em;
  margin: auto;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.header_text-center {
	text-align: center;
	line-height: 110%;
}

  .header {
	overflow: hidden;
	background: url(/fera/adaptation/bmap/images/banner1.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	/*height: 150px;
	width: 1100px;
	position: relative;*/
  }

.float_left {
	float:left;
}

.padded {
	padding: 0 10%;
}

.sitepic_sm {
	max-width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.picstyle {
	width: 100%;
	max-width: 350px;
}

.caption{
	padding-top:0;
	margin-top:0;
	line-height:100%;
	font-size: 0.8em;
	padding-bottom: 5px;
	margin-left: 1.5em;
	text-align: right;
}

.p_slim {
	line-height: 125%;
	margin-bottom: 0.25rem;
}

.p_med {
	margin-top: 0.4rem;
	margin-bottom: 0.5rem;
    line-height: 125%;
}

.p_likebr {
		margin: 0;
	}

.pic_centered {	
	width:80%;
	max-width:1000px;
	padding:1em;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure {
  max-width: 400px;
  float: right;
  font-size: 0.75em;
  line-height:110%;
  border-radius: 6px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 0.5em;
  background: #fff;
}

.refstyle {
	text-indent: -20px;
    padding-left: 25px;
	line-height: 130%;
}


.indent {
	margin-left: 1.15em;
}

.subindent {
	margin-left: 1.55em;
}

.indentmore {
	margin-left: 3em;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  /*width: 655px;*/
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bannerstripes {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
}

