@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Lato:300,400"); /*Added from Intershpere */
@import "http://fonts.googleapis.com/css?family=Raleway:400,700";

/*
	Spatial by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body {
		background: #fff;
        	margin: 0px;
	    	padding: 0px;
	    	font-family: "Lato", Helvetica, sans-serif;
        	font-size: 15pt;
		font-weight: 300;
		line-height: 1.65em;
	
	}
  
	a {
		color: #C0C0C0;
		text-decoration: underline;
	}

		a:hover {
		text-decoration: none;
		}

	strong, b {
		color: #666;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0.5em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #666;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}


#wrapper {
    width: 50%;
	text-align: justified;
    margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#image {
width: 75%;
content-align: center;
margin-bottom: 2em;
}

#message {
   width: 100%;
   border: 0px 
   }  
      
 #container icon {
width:100%
align-content: center;
}
    
#footer {
 width: 100%;
   border: 0px 
}  
/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.rounded {
			border-radius: 100%;
			border: 1px solid #4dac71;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			text-align: center;
			width: 2em;
		}

			.icon.rounded.big {
				font-size: 3.5em;
			}

		.icons .rounded {
			border-color: #121100;
			font-size: 1.5em;
		}
		.icons .rounded:active,  .icons .rounded:hover {
			border-color: #C0C0C0;
			}


/* List */
 	ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 1em;
				}