/**
Theme Name: TwentyTwenty Child FindMyWay
Author: Nancy Gaige
Author URI: https://gaiges.net/
Description: Child theme for Website: Find My Way
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentychildfindmyway
Template: twentytwenty
*/

body {
	background: #ffffff;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

/* Lists */
/*
table {
  border-collapse: collapse;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr td {
  border: 1px solid #999999;
}

table.list tr th {
  border: 1px solid #0055DD;
  background: #0055DD;
  color: white;
  text-align: left;
}
*/

#table-fmw {
  font-family: Helvetica, sans-serif;
  border-collapse: collapse;
  width: 75%;
}

#table-fmw  td, #table-fmw  th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table-fmw  tr:nth-child(even){background-color: #f2f2f2;}

#table-fmw tr:hover {background-color: #ddd;}

#table-fmw  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #01009a;
  color: white;
}



#content {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#content p {
  font-size: 16px;
  line-height: normal;
}

#content li {
  padding: 5px;
  font-size: 16px;
}

#content {
  width: 920px;
  min-height: 500px;
  padding: 0 30px;
}

#flex-container{
	display: flex;
	flex-direction: row
}

#flex-container > .flex-item {
  flex: auto;
}

.flex-container {
  display: inline-flex;
  background-color: DodgerBlue;
  flex-wrap: wrap;
  flex:auto;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 20px;
  font-family: sans-serif;
}

.singular .entry-header {
	background-color: #fff;
	padding: 0;
}

.singular .entry-header {
		padding: 0;
	}
	
	

	

.post-inner {
	padding-top: 1rem;
}

/* Font Families ----------------------------- */

.entry-content {
	font-family: sans-serif;
	letter-spacing: normal;
}

/* Create two equal columns that float next to each other */
.column-fmw {
  float: left;
  width: 50%;
  padding-left: 100px;
 
}

/* Create three equal columns that float next to each other */
.column3-fmw {
  float: left;
  width: 33%;
  padding: 25px;
  
}


button.button-bldg-dir{
	background:  #4CAF50 ;  /*green */
	padding: 15px 32px;
}

input[type="submit"] {
	 padding: 15px 32px;
}

.text-center-fmw {
	text-align:center;
}

.text-left-fmw {
	text-left:left;
}

.float-fmw img {
	display: inline-block;
	padding: 20px:
}


div.form
{
    display: block;
    text-align: center;
}

/* form
{
     display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
    float: left;
}
*/



.redTextfmw 
{ 
    color: red; 
} 

.blueTextfmw
{
	color: blue;
}

.blackTextfmw 
{ 
    color: black; 
} 

.center-fmw {
  margin-left: auto;
  margin-right: auto;
}

.margin-left-fww
{
    
    margin-left: 300 px;
    
}
  
.option-font-fmw {
     
    font-size: 40px; 
     
} 

.left-fmw {   
    width: 50%;
    float: left;   
}


.all-fmw {   
    width: 100%;
}	

.header-40-fmw {
	font-weight: bold;
	font-size: 40px;
}

.header-30-fmw {
	font-weight: bold;
	font-size: 30px;
}

.float-container-fmw{
	padding: 20px;
}

.float-child-fmw{
	width: 40%;
	float: left;
	padding:20px;
}

.float-child-20-fmw{
	width: 20%;
	float: left;
	padding:20px;
}

.center-fmw2 {
  margin: auto;
  width: 60%;
  padding: 10px;
}








