/*
Theme Name: Largo
Theme URL: http://largoinfinite.com
Description:
Version: 1.0
Tags: largo
*/

body {
	text-align: center;
	background: url(img/wallpaper_iso.png) no-repeat center center fixed;
	background-size: cover;
  margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #2E98AB;
	font-weight: bold;	
} 

#content {
	background: #2E98AB;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 1100px;
}

#main {
	background: #172F52;
	margin: 0 15px 30px 15px; 
	border-radius: 20px;
	width: 1070px;
}

#main p{
	padding: 10px; 
}

#social {
  background: #172F52;
	height: 500px;
	width: 100px;
	border-radius: 20px;
  position: absolute;
	 margin: 60px 0 0 1120px;
	 z-index:3;	
}

#social img {
  margin: 10px 0 10px 0;
}

a {
	color: #8ce7f5;
	text-decoration : none;
}

h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 28px;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 36px;
	margin: 5px 0 5px 0;
}

#clear {
	display:none;
}

.Table {
  display: table;
	margin: 1px auto;
	padding-top: 20px;
}
   
.Row {
  display: table-row;
}

.Cell {
  display: table-cell;
  width: 300px;
	/* border: solid;
  border-width: thin; */
}
		