/*fake movie blog*/
body#blog {
	margin: 0 0 0 0;
	background-image: url(susmaryosep/img/chainlinkfence2.gif);
	background-size: 8%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: pink;
}

h2 {
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    color: lightgrey;
}

img.article {
    width: 48%;
    margin: 12px;
    object-fit: cover;
    float: right;
    border: solid 2px maroon;
}

.container {
	display: flex;
	column-gap: 10px;
	margin: -45px auto 20px auto;
	width: 65%;
}

.blog {
	width: 70%;
}

.splash {
	z-index: -1;
	width: 100%;
	height: 400px;
	background-image: url(susmaryosep/img/blog_splash.jpg);
	background-size: cover;
	background-position: 50% 70%;
	background-repeat: no-repeat;
}

.head {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 50px;
	height: 100px;
	padding: 16px;
	background-color: maroon;
	box-sizing: border-box;
}

img.logo {
	align-self: flex-end;
	width: 30%;
	margin-bottom: 40px;
}

.box {
	padding: 35px;
    border: outset 3px maroon;
	background-color: black;
	box-sizing: border-box;
}

.side {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 30%;
	box-sizing: border-box;
}

.sidebox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: outset 3px maroon;
	background-color: #000000;
	box-sizing: border-box;
}

.footer {
    display: flex;
	flex-direction: column;
	align-items: center;
    margin: 15px auto;
    width: 65%;
	border: outset 3px maroon;
	background-color: #000000;
	box-sizing: border-box;
}

.collapsible {
    padding: 10px;
    background: none;
    border: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	color: white;
}

.active {
    color: pink;
}

.collapsible:hover {
    color: maroon;
    text-decoration: underline;
}

.content {
    display: none;
    overflow: hidden;
}

ul {
    margin: 0 auto 10px auto;
}

li {
    margin-right: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
    line-height: 2;
	color: white;
}

div.box p {
	width: 100%;
	margin: 10px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
    line-height: 2;
	color: white;
}

div.footer p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: white;
}

div.sidebox p {
    margin: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
    line-height: 2;
	color: white;
}

div.sidebox span {
	width: 100%;
	padding: 10px;
	background-color: maroon;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: white;
	box-sizing: border-box;
}

a {
	margin: 0 10px;
	font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: white;
}

a:hover {
    color: pink;
    text-decoration: underline;
}
