/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 28 2017 | 09:04:06 (pm)
/*
/******* Do not edit this file *******/

body { 
     font-size: 1.5em; 
     padding:0; 
     margin:0;
  	 color: #000;}
#menu ul li { font-size: 100%; color: #000; }
.page #content h1.entry-title { font-weight:bold; color:#112b1a; font-size:3em; }

/* Begin MicroNet CSS */
#mainNav {
  position: relative;
  right: 20px;
  top: 0;
  margin-top: 15px;
  height: auto;
  float:right;
}
.mn-home-widgets:after {
  content: "";
  display:block;
  clear:both;
}
.mn-home-widgets .mn-home-widget {
  display:block;
  width:100%;
  position:relative;
  margin: 0 0 20px;
  float:left;
}
@media(min-width:768px){
  .mn-home-widgets .mn-home-widget {
    margin-right: 2.6%;
  }
  .mn-home-widgets .mn-home-widget.mn-one-third {
    width: 31.6%;
  }
  .mn-home-widgets .mn-home-widget.mn-two-third {
    width: 65.8%;
  }
  .mn-home-widgets .mn-home-widget:last-child {
    clear:right;
    margin-right:0 !important;
  }
}

#mainNav > ul > li:last-child a {
  display:inline;
  background-color:#fff;
  color: #5EA226 !important;
  border: 3px solid #5EA226;
  padding: 2px 5px;
}
.mn-home-buttons {
  display:block;
  margin:0 0 10px;
  padding:17px 10px;
  background-color:#fff;
  color: #5EA226;
  border: 3px solid #5EA226;
  width:150px;
  text-align:center;
  margin-left:20px;
}
.mn-home-buttons:hover {
  color:#5EA226;
}
/* End MicroNet CSS */