/*
Theme Name: Huong Tran Assignment 3B 
Author: Huong Tran
Text Domain: assignment3b
Domain Path: /languages
*/
header, .site-header {
	background:#761F21; 
	color:white; 
	padding:20px;
}

header h1 a,
header h1 a:visited,
header h1 a:active,
header h1 a:focus {
    color: white;
    text-decoration: none;
}

header h1 a:hover {
    text-decoration: none;
    opacity: 0.9;
}

aside, #secondary, .widget-area, .sidebar {
	width:25%; 
	background:#D1BBAD; 
	padding:20px;
}

main, #primary, .site-main, .content-area {
	width:75%; 
	padding:20px;
}

footer, .site-footer {
	background:#761F21; 
	color:white; 
	padding:20px; 
	text-align:center;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}




