/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.1.1718889094
Updated: 2024-06-20 13:11:34

*/


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+AU+TAS:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.home{
	
	background-color:rgb(21,37,53);
	background-image:linear-gradient(to bottom,rgba(21,37,53,1),black);
	
}

.site{
	
	border:0;
	
}
.nav-menu li a {
	font-family: Roboto;
	color:#eddcd2;
}
.nav-menu li a:hover{
	
	//background-color:#722d19;
}
.toggled-on li.menu-item a:hover{
	

	background-color:#4a6379;
}
.nav-menu a[aria-current]{
	font-weight:bold;
	color:white;
}

.navbar{
	
	background-color:rgba(21,37,53,1);
	background-image:linear-gradient(to bottom,rgb(21,37,53),black);
}

.widget,.widget-block{
	background-color:rgba(21,37,53,1);
	color:white;
}

.widget-area h2{
	
	color:#eddcd2;
}

.site-content .post-51{
	
	background:url("../../uploads/2025/04/background.jpg") right 220px no-repeat;

}
.post-51 .entry-thumbnail img{
	
	border-top: 10px solid rgba(21,37,53,1);

}
.post-51 .entry-title{
	position:relative;
	left:-65px;
	background:url("../../uploads/2025/03/border.png") left 45px repeat-x;
	
}

.post-51 .entry-title:first-letter{
	
	font-size:1.5em;
	
}

.entry-content{
	font-family:"cormorant garamond";
	font-size:1.2em;
}

.entry-title{
	font-family:"playwrite au tas";
	font-size: 1.5em;
	color:rgba(21,37,53,1);
}

figure.alignleft{
	
	border: 1px solid rgba(21,37,53,1);
	padding:5px;
	background:rgba(21,37,53,1);
}

div.no-comments{
	background-color:white;
}

 .site-footer .sidebar-container{
	background-color: #0f1d2e;
}

.site-footer,.comment-respond {
	background-color:#eedcd2;
}

.page-header{
	background-color:#4a6379
}


.wp-block-latest-posts{
	
	font-family:"cormorant garamond";

}

.site-title, .site-description {
    opacity: 0 !important;
   
}

 .search-form input.search-field, .menu-toggle {
	
	 background-color:#4a6379;
}


@media (min-width:565px) and (max-width:767px){

.navigation{
	margin-top: 25px !important;
}
}
	
	@media(max-width:700px){
		
		.post-51 .entry-title{
	position:static;
			background-image:none;
		
	}
	
}






