/* 
Theme Name:		 Twenty Twelve Child
Theme URI:		 http://www.nouveaurichegroup.com/
Description:	 Twenty Twelve Child is a child theme of Twenty Twelve, created by Nouveau Riche Group
Author:			 Pascal
Author URI:		 http://www.nouveaurichegroup.com/
Template:		 twentytwelve
Version:		 1.0.0
Text Domain:	 twenty-twelve-child
*/


/*
    Add your custom styles here
*/

body.home {
    background-image: url(https://static.chasingdestinations.com/images/backgrounds/hotelbg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.post-template-default {
    background-image: url(https://static.chasingdestinations.com/images/backgrounds/hotelbg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.highlight {
    background-color: green; /* Set the background color to green */
	font-weight: bolder;
	
    color: white; /* Set the text color to white (or any contrasting color for better readability) */
    padding: 25px; /* Add padding for some spacing around the text */
}

.highlight a {
    color: white;
}

.widget-area {
	float: right;
	width: 31.3%;
}

.bookingtext {
	text-align: center;
	font-size: 100%;
    margin-bottom: 30px;
}

div {
  text-align: justify;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.site-content article {
    border-bottom: 2px double #ededed;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}