
.heading {
	text-align: center;
	font-weight: bold;
	font-family: arial;
	font-size: 60px;
}

a:hover {
	text-decoration: none;
}

.chambo {
	color: #002C71;
}

.design {
	color: black;
}

.left {
	/*margin-left: 20px;*/
	text-align: center;
}

.right {
	/*margin-left: 20px;*/
	text-align: center;
}

.left a,
.right a {
	font-family: arial;
	font-size: 20px;
	margin-bottom: 20px;
	color: black;
}

.left a:hover,
.right a:hover {
	text-decoration: underline;
}

header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.column {
	border: 5px solid black;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
	/*box-shadow: 2px 2px 1px #666666;*/
}

.special {
	/*padding-right: 0;*/
}

.about {
	border: 5px solid black;
	margin-bottom: 100px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
	padding: 50px;
}

header {
	border-top: 1px solid black;
	border-bottom: 5px solid black;
	margin-bottom: 20px;
	background-color: #E6F1F6;
}

body {
	background-color: #545E7B;
}

h2,
h3,
h4 {
	text-align: center;
}

h5 {
	font-weight: bold;
	margin-left: 30px;
}

p {
	padding: 30px;
}

.cv {
	padding-left: 30px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

footer {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	margin-top: 50px;
	background-color: #E6F1F6;
}