body {
    background-color: #fcf9f3;
    padding:2em;
    font : 100%/1.4 'Roboto', 'Helvetica Neue', sans-serif;
    letter-spacing: .1em;
 }
h1 { font-size:2.2em; padding:0 0 .5em 0; }
h2 { font-size:1.5em; }
.header { padding:0; }

/*Header*/

.headmenu .field {
        font-size: 1.6em;
	text-align: left;
	color: #324dee;
	margin-top: -10px;
	font-weight: 900;
}

.lite {
    font-weight: 300;
}

.headmenu {
    font-weight: bold;
}

.headmenu a {
    color: #324dee;
}

/*Deco*/

.txtblk, p {
    font-size: 1.5em;
    font-weight: bold;
}

.txtblk {
    padding: 0 20px;
}

.a1, .a2, .a3, .a4, .a5 {
    padding: 20px 0;
}

.a1 {
    background-color: #324dee;
    color: #fff;
}

.a2 {
    background-color: #322dae;
    color: #fff;
}

.a3 {
    font-weight: 200;
    letter-spacing: .05em;
    font-size: .8em;
    color: #fabc6b;
}

.a4 {
    background-color: #2f71ea;
    color: #fff;
}

.a5 {
    background-color: #51cae0;
    color: #fff;
}

p {
    margin: 0 20px;
}

a {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #02fc9b;
}

.a2 .secondary {
    color: #a9a6f4;
}

.a4 .secondary {
    color: #90b7ff;
}

.a5 .secondary {
    color: #a0effd;
}

/*Pics*/
img {
   max-width: 100%;
   height: auto;
}

.f1 {
    padding-bottom: 12px;
}

/*Lists*/
ul {
    list-style: none;
    float: right;
    margin-top: -3px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .9em;
}

ul li {
    float: left;
    padding: 0 0 0 20px;
}

/*Column customised styling to 'Responsive Grid System'*/
.col { text-align:center;}

.col2 {
	display: block;
	float:left;
	
}

/*Responsive*/
@media only screen and (max-width: 600px) {
    .txtblk, p {
    font-size: 1.1em;
    letter-spacing: .05em;
    font-weight: 500;
}

    ul {
	margin-top: 0;
    }

    ul li {
	font-size: .9em;
    }
}

@media only screen and (max-width: 460px) {

    ul {
    float: left;
    margin-top: 10px;
}
    ul li {
    float: left;
    padding: 0 20px 15px 0;
}

}
