html, body
{
	height: 100%;
	width: 100%;
	background:    #d4efdf  ;
}

body
{
	padding-top: 10px; font-family: Arial, Georgia, serif, "Times New Roman" ;
}

.mysite-footer
{
    min-height: 70px;
    background-size: cover;
    background-color: #343a40;
	text-align: center;
	color: white;
	margin-bottom 0px;
	padding: 5px;
}

section {
	height: auto; !important
	min-height: 100%;
	overflow: hidden;
	padding-top: 70px;
}

#idMyNavbar{
    background-color: #d4efdf;
	font-size: 14px;

}
#idMyNavbar a:hover {
	background-color: #d4efdf; color: #11A639;
}

.link-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

.link-content a:hover {
            background-color: #11A639;
            }



/*#home {
	background: #fff url(../../myFotos/bodyBackground.jpg) no-repeat center;
	background-size: cover;
	height: 45%;
	text-align: center;
	margin-top: -20px
}
#headerHome {
	background: #fff url(../../myFotos/bodyBackground.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	text-align: center;
	margin-top: -20px
}
#myLogo {
	background: #fff url(../../myFotos/rs_weiss.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	margin-top: 0px;

}*/
/*p {
	padding: 5px;
	margin: 3px;
}*/
/*a:active, a:focus {
	outline: none;
}
h1{
	margin: 10px;
	font-family: Georgia, Serif, "Times New Roman" ;
}
h2{
	margin: 3px; padding: 3px; font-family: Georgia, Serif, "Times New Roman";
}
h3{
	margin: 3px; padding: 3px; font-family: Georgia, Serif, "Times New Roman";
}

img{
	padding: 5px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #961C26;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #961C26; color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#subNavbar a:focus{
	background-color: #961C26;
}
#subNavbar a {
	color: white;
	font-size: 20px;
}
#subNavbar a:hover {
	background-color: #961C26;
}

*/

