/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         Bashir
 Author URI:     
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
a {
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
img{
	width:100%;
	height:auto;
	}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0 0 10px;
}
/*this is for home page*/
.hentry {
    padding: 10px 0;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #73AF43;
color: #B8292F;
}
.site-main{
	background-color:transparent !important;
}
.navbar{
	background-color:#e2e2e2;
}