/** 
* Reset css
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/********************************************/

body{
	background: #E2EFD9;
}

img{
	max-width: 100%;
}

.container div{
	margin-top: 25px;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.container{
	margin: 25px auto;
	width: 1024px;
	padding: 25px;
}

.logo{
	text-align: center;
	margin-bottom: 50px;
}

.logo img{
	width: 120px;
}

.header{
	text-align: center;
	margin-top: 15px;
}

.header h1{
	font-size: 40px;
	color: red;
	text-transform: capitalize;
	font-weight: normal;
}

.header h2{
	color: #00B050;
	font-size: 50px;
	margin-bottom: 15px;
}

.content{
	margin-top: 40px;
}

.content i{
	color: #00B050;
	font-size: 20px;
}

.first-img{
	width: 80%;
	margin: 25px auto 0;
}

figcaption{
	color: red;
	margin-top: 10px;
}

p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
}

a{
	color: #0563C1
}

.second-img{
	width: 80%;
	margin: 25px auto 40px;;
}

.second-img div{
	width: 49.7%;
	display: inline-block;
}

.text-content{
	margin-top: 30px;
}

.second-img img{
	height: 400px;
}

.green{
	color: #00B050;
	font-size: 40px;
}

.red {
	color: red;
	font-weight: normal;
	font-size: 45px;
}

.end h2{
	margin: 15px 0;
	line-height: 1.5;
}



