@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,300,700);

html {height: 100%};
body{background-color: #eeeeee;width: 100%;height: 100%;}
.cPageNotFound {margin: 0;}
.ctext {width: 100%;min-height: 800px;}
.ctext > div {width: 100%;}
h1,h2,h3{color: #00307E;}
h2 {font-size: 30px;font-weight: 700;text-transform: uppercase;font-family: 'Droid Sans', sans-serif;}

@media all and (max-width: 767px){
	.ctext {min-height: 600px;padding: 0 15px;}
}