@CHARSET "UTF-8";
body{
	font-family:arial;
	margin:auto;
	max-width:800;
}
.yearofborntop {
	margin-top:0.2em;
	background-image: url(./images/wood1.91.jpg);
    background-size: cover;
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black;
    letter-spacing: 1em;
}
.topsection {
	background-color:#b71c1c;
	height:5em;
	width:100%;
	display:flex;
	justify-content:space-between
}
.icontext {
	height:2em;
	margin-top:2em;	 
}
.icondiv{
	display:flex;
}
.icontextdiv {
	display:flex;
}
.iconbadge {
	height:3em;
	margin-top:1em;
	 
}
.iconbadgediv{
	display:flex;
}
.langdiv {
	display:flex;
	align-items:center;
}
.langtext{
	display:inline-block;
	color:white;
	font-size:x-large;
	margin: 0 1em 0 1em;
}
.secondsection {
	position:relative;
	padding-top:56.25%;
	height:0;
}
.secondsection iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.thirdsection {
	display:flex;
	justify-content:space-around;
	margin: 2em 0 2em 0;
}
.sectionbanner {
	display:flex;
	justify-content:space-around;
	padding: 1em 0 1em 0;
	width:100%;
}
.sectionbanner span {
	font-size:2em;
	font-weight:bold;
}
.slogonimg{
	width:100%;
}
.sixthsection {
	position:relative;
	padding-top:56.25%;
	height:0;
}
.sixthsection iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.seventhtext span {
	color:#b71c1c;
}
.eighthsection {
	background-color:#b71c1c;

}
.storeimg {
	width:100%;
}
.storediv {
	margin:1em;
}
.left40 {
	width:40%
}
.right60 {
	width:60%;
	display:table;
}
.left60 {
	width:60%;
	display:table;
}
.right40 {
	width:40%;
}
.xlargefont {
	font-size:2em;
}
.largefont {
	font-size:1.2em;
}
.eighthsection .right60 {
	color:white;
}
.right60 div[class*="text"]{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.left60 div[class*="text"]{
	display:table-cell;
	vertical-align:middle;
	text-align:center;	
}
.ninethimg{
	margin:1em;
	max-width:60%;
	margin:auto;
	padding:2em;
}
.ninethtext{
	color:#b71c1c;
	font-weight:bold;	
	vertical-align:middle;
	text-align:center;
	height:13em;
}
.ninethtext .largefont {
	color: grey;
	padding:0.5em;
}
.tenthtext {
	background-color:#eee;
}
.eleventhsection {
	background-color:black;
	color:white;
}
.leftright {
	display:flex;
	justify-content:space-around;
}
.twelvethtext {
	color:#b71c1c;
}
.thirteenthsection {
	background-color:#b71c1c;
	color:white;
}
.fifteenthsection {
	background-color:black;
	color:white;
}
.footer {
	background-color:grey;
}
.footertext {
	padding:0.5em;
	color:white;	
	font-size:small;
}