/* @import url(//fonts.googleapis.com/css?family=Open+Sans);  */
@import url(//fonts.googleapis.com/css?family=Raleway);
 
:root {
	  --body-bg-color: #42473e;	  
	  --h1-color: #908f96;
	  --h2-color: #908f96;	  
	  --home-link-color: #A1B590;
	  --link-color: #7b8a6e;	     
	  --green-button-color: #839664;
      --blue-button-color: #908f96;
	  --gray-button-color: #7b8a6e;
	}

html, body {
	color: black;
	font-family: 'Raleway', sans-serif;
	/*font-size:2vw;*/
	height: 100%;
	/* Replace Raleway's text figures (letters which reach below the line) with Lining figures */ 
	/* See https://www.codesmite.com/article/fixing-raleway-and-similar-fonts-numerals */
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	margin: 0px;
    padding: 0px;
	background-color: var(--body-bg-color);
}

 
.banner {
	background-color: var(--body-bg-color);
	position:fixed;
	max-height:9.0vh;
	width:100%;
}

.centerColumn {
	border-bottom:30px solid #fdfdfd;
	border-top: 100px solid #fdfdfd;
}

.centerColumnWithWhiteBorder {
	border:4px solid #fdfdfd;
	border-top: 100px solid #fdfdfd;
}

.centerColumnWithWhiteBorder, .centerColumn {
	height:auto;
	box-shadow: 0 0 1.0rem rgba(0,0,0,0.65);
	background:#fdfdfd;	
	text-align: left;
	text-align:center;
	border-color: white;
	/* This keeps the container at the designated width, no matter the padding, margins etc. It works on Divs only */
	/* box-sizing: border-box;   */
	/* margin:auto;  */
	margin-left:auto;
	margin-right:auto;
	display:block;
	/*max-width:80%; */
	padding-left:5%;
	padding-right:5%;
	max-width:1000px;
}

.horoscope, .galleryPhoto {
	box-shadow: 0 0 1.0rem rgba(0,0,0,0.50);
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	max-width:80%;
	height: auto;  /* Important or tall images will get squeezed */
}

.galleryPhoto {
	max-width:70%;
	height: auto;  /* Important or tall images will get squeezed */
}


img.far-left {
    float: left;
    margin-right: 3vw;
    margin-bottom: 1vw;
	max-width: 25%;
	height: auto;  /* Important or tall images will get squeezed */
}

img.far-right {
    float: right;
    margin-left: 3vw;
    margin-bottom: 1vw;
    max-width: 25%;
	height: auto;  /* Important or tall images will get squeezed */
}


h1                { font-size:150%;font-weight:bold; color: var(--h1-color); }
h2                { font-size:110%;margin-bottom:-15px;color: var(--h2-color);}
h3                { font-size:110%;font-weight:bold;margin-bottom:-15px; }


.bubble {
	padding:3vw;
	padding-bottom:1vw;
	padding-top: 1vw;
	/* box-shadow: 0 0 0.5rem rgba(0,0,0,0.65); 
	border-radius: 8px; */
	border: 4px solid #EEE;
	margin-bottom: 20px;
	text-align: justify;
	border-radius: 0.75vw;
}
	
.bubble h1, h2, h3 {
	margin-bottom: 0px;
	color: var(--green-button-color);
}

.bubble h2 {
	font-size:125%;
}


blockquote { 
	margin-left:auto;
	margin-right:auto;
	padding-left:10%;
	padding-right:10%;
	width: 80%;
	font-style: italic;
	font-size: 90%;
	color: #888; 
	text-align: center;
}

.quotation {
	color: #888; 
	font-style:italic; 
	width:80%; 
	margin-left:10%; 
	margin-right:10%;
}

.blockquoteWide { 
	margin-left:auto;
	margin-right:auto;
	padding-left:10%;
	padding-right:10%;
	font-style: italic;
	font-size: 90%;
	color: #888; 
	text-align: center;
}


.blockquoteWider {
	margin-left:auto;
	margin-right:auto;
	padding-left:8%;
	padding-right:8%;
	font-style: italic;
	font-size: 90%;
	color: #888;
	text-align: center;
}


a.nextArrow {
	color: blue;
	text-decoration: none;
}

/* This is the correct order: Link, Visited, Hover, Active */
a {
	font-weight:600; 
}

a:link {
	color: #a76850;
	color: #703730;
	color: var(--link-color);
/*	text-decoration: none; */
 
}

a:visited {
	color: #a76850;
	color: #703730;
	color: var(--link-color);
/*	text-decoration: none; */
 
}


a:hover {
	color: Black;
}

a:active {
	color: Black;
}


/* Place this after the other link-related tags */
.currentLink a:link,
.currentLink a:visited,
.currentLink a:hover,
.currentLink a:active {
color: Red;
}

a.noImageBorder img {
border: none;
}

a.green {
color: green;
}

a.red:hover {
color: Black;
text-decoration: none;
}

a.red:active {
color: #DDD;
text-decoration: none;
}

a.menuNumber {
	/*font-size:18px;*/
	/*padding-left:3px;*/
	/*padding-right:3px;*/
	/*padding-top: 1px;*/
	/*padding-bottom:1px;*/
}


.menuFirstLast {
	text-decoration:none;
	font-size:75%;
	text-transform: uppercase;
	display: inline-block;
	line-height: normal;
	/*font-size:18px;*/
	/*padding-left:3px;*/
	/*padding-right:3px;*/
	/*padding-top: 1px;*/
	/*padding-bottom:1px;*/
}

.menuCurrentLink, a.menuNumber:hover, a.menuFirstLast:hover {
	/*padding-left:3px;*/
	/*padding-right:3px;*/
	/*padding-top: 1px;*/
	/*padding-bottom:1px;*/
	color:white;
	background-color: var(--green-button-color); 
	border-color: var(--green-button-color);
	/*border-radius: 3px;*/
	/*font-size:18px;*/
}

.niceTable {
  border-collapse: collapse;
  border: 1px solid #DDD;
  background-color: rgba(249, 249, 249, 0.7);
  width: 100%;
  table-layout: fixed;
}

.niceTable td {
	line-height:170%;
}

.niceTable th {
	background-color:lightgray;
}
 

.niceTable th, td {
  /* border-left: 1px solid #DDD; */
  padding: 2px;
  text-align: center;
}

.niceTable th {
	color: Black;
	/*font-size:112%;*/
}

/*odd and even row striping on tables*/
.niceTable tr:nth-child(odd){
  background: rgba(222, 222, 222, 0.5)
}

.niceTable tr:nth-child(even){
  background: rgba(255, 255, 255, 0.5)
}

.niceTable tr:hover {
  background: #CCCCCC;
}

/* Prevent table header <td> from changing background on mouseover */
.niceTable tr:nth-child(1):hover {
  background: rgba(222, 222, 222, 0.5)
}

.niceTable tr:hover {
  background: #CCCCCC;
}
 
.tbd {
	color:darkGray;
}	

ul li {
		margin-top: 1em;
	}

ul.close li {
	margin-top: 0.6em;
}


ul li .keyword {
	font-size: 125%;
	font-style: italic;
}


a.dimmingButton:hover {
	opacity:70%;
}

a.greenButton, a.blueButton, a.grayButton {
	text-align:center;
	font-size: 150%;
	color:white;
	text-decoration:none;
	padding: 16px; 
	border-radius: 6px;		
}

a.greenButton {
	background-color: var(--green-button-color);
	border: 5px solid var(--green-button-color); 
}


a.blueButton {
	background-color: var(--blue-button-color);
	border: 5px solid var(--blue-button-color);
}

a.grayButton {
	background-color:Gray;
	border: 5px solid Gray;
}

a.button:hover {
	 opacity: 0.5;
	 color:black;
/*	text-decoration: none; */
 
}

a.homeLink {
	text-decoration: none;
	color: white;
	color: var(--home-link-color); 
}


a.homeLink:hover {
	opacity: 0.5;
}

.photoGallery img {
	 margin-bottom: -10px;
 }

.photoGallery p { 
	color: var(--blue-button-color);
	margin-top: 35px;
 }
 
.biography {
	color: #555;
	text-align:justify; 
	margin-left:5%; 
	margin-right:5%;
}

.centered {
	margin-left:auto;
	margin-right:auto;
	display: block;
	box-shadow: 0 0 1.0rem rgba(0,0,0,0.50);
}

.dashaBox {
	margin-left:auto;
	margin-right:auto;
	display: block;
	max-width: 75%;
	border:3px solid lightgray;
}

 .tableForBanner {
	 display:table;
	 width:100%;
 }
.trForBanner {
	display:table-row;
}
.d1ForBanner {
	display:table-cell;
	width:10%;
	padding-left: 2vw;
	font-weight:300;
	font-size:2.3vh;
	text-align:center;
	vertical-align:middle;
}
.d2ForBanner {
	display:table-cell;
	text-align:center;
	width:80%;
	vertical-align: middle;
}
.d3ForBanner {
	display:table-cell;
	width:10%;
}

