/* RESPONSIVE ADMIN CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
     font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	font-weight: 600;
	color: #414141;
	text-align: left;
}
/* TEMPORARY HEADER */


#UCbox{
     margin-left: auto;
    margin-right: auto;
	margin-top: 150px;
  }
 
 
  #UCbox h1{
    margin-left: auto;
    margin-right: auto;
	color: #0f2a4c;
	text-align: center;
	margin-bottom:10px;
	font-size: 36px;
	font-weight: bold;
	/*text-shadow: black 0.1em 0.1em 0.2em ; */

 }
 
   #UCbox p{
	color: #000000;
	font-size: 18px;
	padding-top:0px;
text-align: center;
	 margin-left: auto;
    margin-right: auto;

 }   
 

 #UCtag {
	 	padding-top:30px;

	margin-left: auto;
    margin-right: auto;
	width:500px;

 }
 
     #UCtag a{
	color: #000000;
	text-decoration:none;
	}
	
 
  #UCtag p{
	font-size: 14px;
		padding-top:10px;

	text-align:center;
	margin-left: auto;
    margin-right: auto;

 }
