/* styling for all vikingdragon html pages */

* {
  box-sizing: border-box;
}

body {			
	background-color:	rgb(60, 60, 60);
	font-family: 		Verdana, Geneva, Arial, sans-serif;
	color: 				rgb(0, 0, 0);
	max-width:			800px;
	width:				100%;
	height:				auto;
	margin-left:		auto;
	margin-right:		auto;
	padding:			10px;
}

#allcontent1 {
	width: 100%;
	min-height: 533px;
	height: auto;
	background-image: 	url(../images/bg_all.jpg);
	background-repeat:	repeat-y;
	background-size: 100% 100%;
	border: 5px ridge rgb(70, 70, 70);
}



.rTable1 {
	display: block;
	width: 100%;
}
.rTableRow1 {
	clear: both;
}
.rTableCell1 {
	border: 1px;
	float: left;
	overflow: hidden;
	padding: 3px 1.8%;
	width: auto;
}


.rTable3 {
	display: block;
	width: 100%;
}
.rTableRow3 {
	clear: both;
}
.rTableCell3 {
	border: 1px;
	float: left;
	overflow: hidden;
	padding: 3px 1.8%;
	width: auto;
}









.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {	
	min-height:			100px;
	height:				auto;
	max-width:			776px;
	width:				auto;
	background-image: 	url(../graphics/logo_vikingdragon.gif);
	background-size:	contain;
	background-repeat:	no-repeat;
	border:				1.5px solid rgb(60, 60, 60);
	margin-top:			1em;
	margin-bottom:		1em;
	margin-left:		1em;
	margin-right:		1em;
}


.land {	
	min-height:			10px;
	height:				auto;
	max-width:			776px;
	width:				auto;
	margin-top:			1em;
	margin-right:		1em;
}


.footer {		height:				1.5em;
				width:				auto;
				border:				1.5px solid rgb(60, 60, 60);
				margin-bottom:		1em;
				margin-left:		1em;
				margin-right:		1em;
				text-align:			center;
				font-size: 			10px;

}

 a {
text-decoration: none;
} 

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color:	rgb(100, 100, 100);
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color:	rgb(130, 130, 130);
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.copyright {		color:				rgb(150, 0, 0);
}

.prodID {		color:				rgb(150, 0, 0);
				font-weight:		bold;
}

.text1	{
				font-size: 	12px;
				color:		rgb(90, 90, 90);
}

.text2	{
				font-size: 	11px;
				color:		rgb(10, 10, 10);
}


.text3	{
				font-size: 	10px;
				color:		rgb(255, 255, 0);
}


.text4	{
				font-size: 	10px;
				color:		rgb(128, 0, 0);
}

.text5	{
				font-weight:		bold;
				color:		rgb(0, 230, 0);
}

.text6	{
				font-size: 	10px;
				color:		rgb(255, 215, 0);
}

#main1 {
	font-size: 0.6em;
}


#main2 {
	font-size: 0.75em;
}

