body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 22px;
    margin-bottom: 20px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    /*color: #3bc492;*/

    color: #1884c7;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #1b95e0;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/* HEADER */

#headerwrap {
	/*background-color: #34495e;*/
	background-color:#455A64;
	padding-top:80px;
	padding-bottom:40px;
	border-bottom:solid 1px silver;
}

#headerwrap h1 {
    margin-top: 0px;
    color: white;
    font-size: 50px;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

#headerwrap ul {
	font-size:70%;
	padding:0px 0px 0px 15px;
}

#headerwrap li {
	color:white;
	text-align:left;
}

#headerwrap p a {
	color:#78909C;
	border-bottom:1px dotted #78909C;
}

#headerwrap p a:hover {
	color:#B0BEC5;
	border-bottom:1px dotted #B0BEC5;
}

#headerwrap .button-link {
	width:200px;
	color:silver;
	border:none;
}

#headerwrap .button-link:hover {
	color:white;
	border:none;
}

#headerwrap .button-more {
	color:white;
	border:none;
	margin-left:5px;
}

#headerwrap .button-more:hover {
	color:white;
	border:none;
}

/* UPDATES */

#updates {
	background-color:white;
	padding:45px 0px 20px 0px;
	margin:0px;
}

#additionallanguages {
	padding:45px 0px 50px 0px;
	margin:0px;
}

#additionalmodules {
	background-color:white;
	padding:45px 0px 40px 0px;
	margin:0px;
}

#features {
	padding:45px 0px 30px 0px;
	margin:0px;
}

#features .ac a{
	font-size: 20px;
}

#apps {
	background-color:white;
	padding:20px 0px 20px 0px;
	margin:0px;
}

#news {
	background-color:#ecf0f1;
	padding:45px 0px 30px 0px;
	margin:0px;
}

#newsletter {
	padding:45px 0px 30px 0px;
	margin:0px;
}


/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #455A64;
	padding-top:20px;
	padding-bottom: 30px;
}

#showcase h1 {
	color: white;
}


/* FOOTER */

#footer {
	background: #222222;
	padding-top: 15px;
	font-size:80%;
	color:silver;
}









