@charset "utf-8";


body {
	background:#eee;
}

#wrapper{
	border:6px solid #ccc;
}

h1{
	color:#446689;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}

h2 {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #446689;
}
 
h2::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}

@media screen and (max-width: 680px) {
	#wrapper{
	border:none;
	border-radius: 0;
}

}
