/*
Theme Name: LearningWordPress
Author: LearnWebCode
Author URI: http://www.youtube.com/user/LearnWebCode
Version: 1.0
*/

html {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;

}

body {
	padding:10px;
	padding-bottom: 60px;
	margin: 0;
	height: 100%;
	min-height: 90vh;
	position:relative;
	font-size: 16px;
	color: #542404;
	/* color: #333; */
	/* background-color: #fdf0e0; */
	/* background-color: #ececec; */
	/* background-color: #edf6ee; */
	background-color: #FFF;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

header {
   position:fixed;
   padding:10px;
   font-family: 'Roboto', sans-serif;
}

header#masthead {
	padding: 0px;
}


footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
}

footer#colophon {
	height:0px;
}


a:link,
a:visited {
	color: #090c0e;
	text-decoration: none;
}

  a:hover {
	text-decoration: underline;
  }
  

p {
	line-height: 1.65em;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
}

/* General Layout */
div.container {
	max-width: 920px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Content Area */
article.post {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 20px;
}

article.post:last-of-type {
	border-bottom: none;
}


body.ltr {
	direction: ltr;
}

.elementor-section {
    direction: ltr;
}

.elementor-kit-11 {
    --e-global-color-text: #542404;
}


input, input[type=datetime-local], select, datalist {
	border-width: 2px;
	border-style: inset;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

input[type=submit] {
	border-width: 1px;
	border-style: inset;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

/*header nav menu*/
li#menu-item-102 {
    padding-top: 6px;
}


li#menu-item-3253 {
    padding-top: 6px;
}
#menu-item-103:hover, #menu-item-107:hover, #menu-item-3251:hover, #menu-item-3252:hover {
	border-bottom: 2px solid green;
}

#menu-item-102:hover, #menu-item-3253:hover {
	padding-top: 4px;
	border-bottom: 2px solid green;
}


/* li#menu-item-503 {
    padding-top: 6px;
}



#menu-item-501:hover, #menu-item-502:hover {
	border-bottom: 2px solid green;
}

#menu-item-503:hover {
	padding-top: 4px;
	border-bottom: 2px solid green;
} */

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: black;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
		top: -8px;
	}

}

