@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: white;
	font-size: 1.2em;
	
	background-color: #000000;
}

#section{
	font-weight: 100;
	font-size:  1.4em;
	color: white;
}

#subtitle{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-size:  1.4em;
}

#minor{
	font-weight: 300;
	font-size:  0.8em;
}

#highlight{
	
	/*color:yellow;*/
}

div.mainpage {
	padding: 0;
    margin: 0;
	
	background-image: url("img/blue_stars.jpg");
     background-repeat: no-repeat;
  /* background-attachment: fixed;*/
    background-position: center top; 
	
	
}

div.centerBlock{
	
	padding: 0;
    margin: auto;
	text-align: center;
	
}



div.rowcontent{
	padding: 0;
    margin: 0;
   
   /* border: 3px solid green;
    padding: 10px;	*/
}

div.center{
	padding: 0;
    margin: 0;
	text-align: center;
	
}

div.rowsolid {
padding: 0;
    margin: 0;
	
 	background-color: #000205;
 
}

#wrap {
    float: left;
    position: relative;
    left: 50%;
}

#content {
    float: left;
    position: relative;
    left: -50%;
	
}

div.floatleft{
	
	float: left;	
}

div.rowsolidalt {
	padding: 0;
    margin: 0;
	overflow:auto ;
	
	text-align: center;
 	background:rgba(11,119,255,0.3);
	android:background="@android:color/transparent" 
 
}

.background-element {
    -webkit-transform: translateZ(-999px) scale(1);
    transform: translateZ(-999px) scale(1);
    z-index: 3;
  }

/*
iframe { 
max-width: 100%;
    max-height: 100%;
    height: inherit !important;
}*/

.box {
	margin-left:auto;
  margin-right:auto;
	
  /*float: left;*/
  width: 450px; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding:0px; /* if you want space between the images */

}

/* unvisited link */
a:link {
  color: cyan;
}

/* visited link */
a:visited {
  color: red;
}
/* mouse over link */
a:hover {
  color: orange;
}

/* selected link */
a:active {
  color: yellow;
}


div.rowbanner {
padding: 0;
    margin: 0;
	
 	/*background-image: url("img/blue_stars.jpg");
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; */
}
