/**
Theme Name: Ume Astra Child
Author: Wendy Webber
Description: A child theme of Astra for Umeboshi999 test site
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ume-astra-child
Template: astra
*/

@media (max-width: 980px){
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 40%;
}
}

h1
{
    font-family: georgia;
	  font-size: 2.2em;
    font-weight: bolder; 
}

h2
{
		color: #115400; 
    font-family: georgia;
	 	font-size: 1.5em;
		font-weight: bolder; 
}

h3
{
    font-family: georgia;
	 	font-size: 1.3em;
	   font-weight: bolder; 
}

p
{
  font-family: arial;  
	font-size: 1em;
	color: #115400;
}

ul,ol,dl {
	font-family: arial;
  font-size: 1em;
	color: #444444;
	margin-left: 1.25em; 	
	padding-left: 0;
}

li, p {
  line-height: 1.5;
}

h1, h2, h3, h4 {
line-height: 2; 
}

article {
	color: #003B1A;
}

a:link {
  color: #0042AD;
	text-decoration: underline; 
}

a:visited {
  color: #A05DB3;
}

a:focus {
  background: #008A77;
		color:  #fff;
}

a:hover {    
  background: #008A77;
	color: #fff; 
}

a:active {
  color: #87FFB6;
}

.menu-toggle {
	color: #000; 
}

.menu-toggle:hover {
	color: #0000FF;
}

.menu-toggle:focus {
	color: #0000FF;
}

.wrapper {
  display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-auto-rows: minmax(200px, auto);
}

.box {
	grid-column-start: 2; 
	grid-column-end: 3; 
	grid-row-start: 2;
	grid-row-end: 3;
}

.box2 {
	grid-column-start: 3; 
	grid-column-end: 4; 
	grid-row-start: 1; 
	grid-row-end: 3; 
}

.tag-cloud {
	grid-column-start: 5; 
	grid-column-end: 6; 
	grid-row-start: 3; 
	grid-row-end: 5; 
}

table, th, td
{
  border: 1px solid black;
  padding: 5px;
  text-align: left;
}

