/* main css */

html, body{padding:0;height: 100%; width: 100vw}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	color: white;
/*	background-color: #112944;*/
	margin: 0;
	padding: 0;
	width: 100vw;
	background-image: url(../images/mainbak.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
}
div.top-ribbon {
	position: absolute;
	top: 0; left: 0;
	display: flex;	
	font-size: 1em;
	color: white;
	width: 100%;
	height:30px;
	background-color: red;
	justify-content: space-around;
	margin: 0;
	padding-bottom: 5px;
	
	border-bottom: solid 2px #cedbeb;
}
div.container {
position: relative;
margin-top: 2.5%;
display: flex;
flex-direction: row;

height: 100%;
width: 80vw;
margin-left: auto;margin-right: auto;

}

.heading {	position: relative;
              font-family: "Anton", sans-serif;
              font-weight: 400;
              font-style: normal;
               font-size: 2.35em;
               margin-top: 1.20em;
               margin-left:auto; margin-right:auto;
			   color: white;
			   width: 100%;
			   height: auto;
			   text-align:center;
			   position: relative;
				}
			   
div.heading > h5.taranis5 {
	text-align:center; 
	color: white; 
	font-size: .5em; 
	margin: 0;
	font-family: 'Roboto', sans-serif;}
			  
			   } 

div.left, div.left, div.right {display:flex; flex-direction:column}

div.left {width: 20%; min-height: 300px; max-height:100%;/* background-color: lightblue*/}
img.logo {position: relative;top:0; left: 10%; width: 75%;  border: 2px solid red; border-radius: 25px; }
img.amazon {position: relative; top:10%; left:30%; width:35%;}

div.middle {width: 23%; min-height:300px; max-height:100%;/* background-color: lightgreen*/}
div.middle img.thewheel {width: 33%; height:auto;margin-left: 35%}

div.middle img.thebook {width:100%; height: auto;}


div.right {padding-left: 0%; padding-top: 10%; margin-left:0; margin-right:0; width:20%; min-height:35px; max-height:40px;/*background-color: darkred*/}
