.site-header{
	background-color:#2c3e50;
}
/*Header Menu*/
.main-navigation{
	background-color:#1dbc9c;
}


.main-nav li:hover {background:#21685a;}
/*Menú*/
/*.outlink-icon{
	/*font-weight:bold;
}
 */
/*.outlink-icon{
background-image:url('https://dseverino.com/wp-content/uploads/2021/02/outlink-icon.png');
	background-repeat: no-repeat;
	background-position: right;
	}
*/

/*Search bar on the Menu*/
.astm-search-menu{
	width:400px;
	visibility:hidden;
}

/*Pages*/
.page_item {
	background-color:#1dbc9c;
	font-weight: bold;
}

/*this one below controls the background color of the website, and of the text box then "separate by boxes" is not selected*/
.page {
	background-color:#2c3e50;
}

/*blog header image*/
.page-header-image{
  display: block;
  width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#2c3e50;}

.attachment-full.size-full.wp-post-image{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width:20%;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}
/*BODY*/
/*LI color*/
::marker{
	color:#1dbc9c;
}

/*this would add the icon on URL outbound links*/
/*p a::after {
	  content: " ";
}
*/

/*Corners for images*/
/*TeamLiquid TLMCLogo*/
.wp-image-195{
   border-radius: 0.3em;
}

/*IronHarvest Map images on front page*/
/*Oil Spill*/
.wp-image-1572{
	 border-radius: 0.2em;
}
/*Zeppelin Crash*/
.wp-image-1586{
	border-radius: 0.2em;
}
/*Struma River*/
.wp-image-1578{
	 border-radius: 0.2em;
}
/*The Great Wastes*/
.wp-image-1563{
	 border-radius: 0.2em;
}

/*jp-relatedposts-post-img on the footer of blogs*/
.jp-relatedposts-post-img{
	border-radius: 0.2em;
}


/*widget image of my photo*/
.widget.inner-padding.widget_media_image{
	Width:100%;
	display:block;
	padding:0px;
	background-color:#1dbc9c;
}
.image.wp-image-1199.attachment-medium.size-medium{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000%;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}
/*widget text below my photo*/
.widget_text.widget.inner-padding.widget_custom_html{
	padding:2em;
	font-size: 0.8em ;
}

/*Twitter widget no longer used
 
.widget.inner-padding.widget_custom-twitter-feeds-widget{
	padding:10px;
}
*/

/* social media buttons widget, trying to add more buttons to it */

.about-social-icon{
	   width: 3em;
    height: 3em;
}

.about-social-icon:hover{
 background-color: #21685a;
}


/* widget, this generates the colored bars on top and bottom of each widget */
.widget.inner-padding{
	/*border-top:  5px solid #1dbc9c;*/
	border-bottom: 0.4em solid #1dbc9c;
}

/*This controls the sharing buttons*/
/*Sharing widgets*/
.sharedaddy.sd-sharing-enabled{
	visibility:hidden;
}
.sharedaddy.sd-block.sd-like.jetpack-likes-widget-wrapper.jetpack-likes-widget-loaded{
	visibility:hidden;
}


/* Footer */
/* Footer position*/
/*the footer bar is a general layer on top of the actual footer logo image, but it looks good anyways, so I am leaving it like that*/
.footer-bar {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 250px;
	padding-top: 2em;
} 


.site-info{
	background-color:#1dbc9c;
}

/*Generate Press*/
.copyright-bar{
	background-color:#ffffaa;
	visibility:hidden;
}