/*
Theme Name: Template 1 from The Eagles Nest Web Design
Theme URI: https://theeaglesnest.net
Author: The Eagles Nest Web Design
Author URI: https://theeaglesnest.net/
Description: Free theme designed by The Eagles Nest Web Design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: EaglesNest-Template1
Tags: one-column, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    overflow-y: scroll; 
}

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

p {
	text-align: justify;
	color: black;
}

.footer {
	text-align: center;
}

.cont_table {
	border-radius: 25px;
	background-color: #fff;
}

.td_top {
	padding-top: 50px;
}




/* Alignment for images in pages/posts */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }








/* 
	Navigation Menu styling for mobile
*/
.main-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    text-align: left;
}

.main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
	list-style: none;
}

.main-navigation a {
    color: black;
	text-decoration: none;
	font-size: 20px;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
	background-color: #CCCC66;
	font-size: 20px;
	border: none;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: black;
    font-weight: bold;
}

/* 
	Navigation Menu styling for desktop
*/
@media screen and (min-width: 800px) { 
	.site-nav {
		background: #fff;
		height: 50px;
		box-shadow: 0 0 5px #b5b5b5;
	}

	.site-nav nav ul li.current-menu-item > a:link,
	.site-nav nav ul li.current-menu-item > a:visited,
	.site-nav nav ul li.current-page_ancester > a:link,
	.site-nav nav ul li.current-page_ancester > a:visited {
		background-color: black;
		color: #fff;
	}



	.main-nav ul, .main-nav li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
	}

	.main-nav a {
		padding: 0 20px 0 20px;
		text-decoration: none;
		line-height: 50px;
		display: block;
		color: black;
		font-family: sans-serif;
		font-weight: bold;
		font-size: 15px;
		border-right: 1px solid #080808;
	}

	.main-nav a:hover {
		background: lightgray;
	}

	.main-nav ul ul a {
		width: 100px;
		padding: 0 20px;
		display: block;
		border-bottom: 1px solid #080808;
	}

	.main-nav ul li {
		position: relative;
		float: left;
	}

	.main-nav ul ul {
		position: absolute;
		top: -9999999px;
		left: 0;
		opacity: 0;
		background: #fff;
		text-align: left;
		box-shadow: 2px 2px 0 #b5b5b5;
	}

	.main-nav ul li:hover > ul {
		position: absolute;
		top: 100%;
		opacity: 1;
		left: 0;
	}

	.main-nav ul ul li:hover > ul {
		position: absolute;
		top: 0;
		opacity: 1;
		left: 140px;
	}

	.main-nav li.has-children > a:after {
		content: ' ↓';
		font-size: 15px;
		vertical-align: 0px;
	}

	.main-nav li li.has-children > a:after {
		content: ' →';
		font-size: 15px;
		vertical-align: 1px;
	}
}

































