/*

Theme Name:     WP Bootstrap Starter Child

Theme URI:      http://example.com/

Description:    Child theme WP Bootstrap Starter 

Author:         Marc Isele

Author URI:     http://example.com/about/

Template:       wp-bootstrap-starter

Version:        0.1.0

*/

@import url("https://fonts.googleapis.com/css?family=Cantarell:400");

@import "screen.css";



  
 

.badge-pill{
	padding:5px 8px 5px 8px;
	background-color:silver;
}

.badge-pill a{
	padding: 15px 10px 15px 10px;
	color:black;
}

.badge-pill i{
	color:white;
	font-size: 1.2em;
}

.wp-block-image img{
	border: 1px solid orange ;
	border-radius: 5px ;
}

.myicon{
	color:orange;
}


a.more-link {
	margin-top:0px !important;
	position:relative ;
	float:right;
	padding:5px;
	border-radius:5px;
	font-weight:bold;
}



body{
overflow-y: scroll; 
}

