/* Coded by Ambrose Kunutsor */

* {
box-sizing: border-box;
}

nav {
overflow: hidden;
background-color: #00008B;
padding: 10px;
}

.links {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
float: left;
color: #f8f8f8;
text-align: center;
padding: 10px;
text-decoration: none;
font-size: 20px;
line-height: 26px;
border-radius: 4px;
}

nav .logo {
float: left;
}

nav .links:hover {
background-color: rgb(230, 255, 230);
color: #313131;
}

nav .selected {
background-color: blue;
color: #f8f8f8;
}

.rightSection {
float: right;
}

body {
	font-size: 100%;
	font-family: Tahoma, "Lucida Console Regular", sans-serif;
	height: auto;
}


.broadsheet {
    background-color:#ffebcd; 
    padding:4% 3%; 
    border: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 98%; 
    height: 100%;
}



h1.kluh1, h2.kluh21, h3.kluh31, h4.kluh41, h5.kluh51, h5.kluh52 {
	font-family: Arial, Helvetica, sans-serif;
}

h1.kluh1 {
text-align: center;
font-size: 260%;
color: blue;
}

h2.kluh21 {
text-align: center;
font-size: 230%;
color: blue;
}

h2.kluh21 a, h3.kluh31 a {
	text-decoration: none;
}

h3.kluh31 {
text-align: center;
font-size: 200%;
color: blue;
}

h4.kluh41 {
text-align: center;
font-size: 160%;
color: blue;
}

h5.kluh51 {
text-align: center;
font-size: 120%;
color: blue;
}

h5.kluh52 {
text-align: center;
font-size: 120%;
color: black;
}

p.klup1 {
font-size: 160%;
color: blue;
}

p.klup12 {
font-size: 160%;
}

p.klup2 {
font-size: 140%;
}

p.klup3 {
font-size: 120%;
}

p.klup41, p.klup42, p.klup43 {
	font-size: 200%;
	font-family: "Ar Delaney", Castellar, "All Star",  sans-serif;
	color: #040400;
	padding: 10px 5px;
	}
	
p.klup41 a {
	text-decoration: none;
	color: green;
	padding: 10px 5px;
}



p.klup42 a {
	text-decoration: none;
	color: #023020;
	padding: 10px 5px;
}

	
p.klup43 a {
	text-decoration: none;
	color: #aa4a44;
	padding: 10px 5px;
}

p.klup42 a:hover, p.klup41 a:hover, p.klup43 a:hover {
	color: blue;
	text-decoration: underline;
}

/*	
footer {
  text-align: center;
  padding: 3px;
  background-color: #00008B;
  color: #f8f8f8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
}
*/

@media screen and (max-width: 760px) {

h1.kluh1 {
font-size: 190%;
}

h2.kluh21 {
font-size: 170%;
}

h2.kluh21 a{
	text-decoration: none;
}

h3.kluh31 {
font-size: 140%;
}

h4.kluh41 {
font-size: 125%;
}

h5.kluh51 {
font-size: 100%;
}

h5.kluh52 {
font-size: 100%;
color: black;
}

p.klup1 {
font-size: 130%;
color: blue;
}

p.klup12 {
font-size: 130%;
}

p.klup2 {
font-size: 120%;
}

p.klup3 {
font-size: 110%;
}

p.klup41, p.klup42, p.klup43 {
	font-size: 140%;
	font-family: Verdana, Arial, sans-serif;
	color: #040400;
	}
}

@media screen and (max-width: 300px) {

h1.kluh1 {
font-size: 140%;
}

h2.kluh21 {
font-size: 125%;
}

h3.kluh31 {
font-size: 110%;
}

h4.kluh41 {
font-size: 105%;
}

h5.kluh51 {
font-size: 90%;
}

h5.kluh52 {
font-size: 90%;
color: black;
}

p.klup1 {
font-size: 110%;
color: blue;
}

p.klup12 {
font-size: 110%;
}

p.klup2 {
font-size: 105%;
}

p.klup3 {
font-size: 100%;
}

p.klup41, p.klup42, p.klup43 {
	font-size: 115%;
	font-family: Verdana, Arial, sans-serif;
	color: #040400;
}

}

/* Klu hero image */
.klu-hero {
  /* "linear-gradient" on image */
  background-image: linear-gradient(rgba(10, 10, 10, 0.7), rgba(0, 0, 0, 0.7)), url("/images/hero-pix.jpg");
}

.klu-about-hero {
    background-image: linear-gradient(rgba(10, 10, 10, 0.7), rgba(0, 0, 80, 0.7)), url("/images/hero-about-pix.jpg");
}

 .klu-domain-hero {
   background-image: linear-gradient(rgba(10, 10, 10, 0.7), rgba(0, 0, 80, 0.7)), url("/images/hero-domain-pix.jpg");
}


  /* Set a specific height */
.klu-hero, .klu-about-hero, .klu-domain-hero {
  height: 50%;
  width: 100%;
  padding-top: 600px;
  padding-bottom: 0;
  
  /* Position on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
 }

/* Position text on image */
.klu-hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f8f8f8;
}

.klu-hero-text button {
        display: inline-block;
        background-color: #5f9ea0;
        border-radius: 5px;
        border: 4px #5f9ea0;
        color: #483d8b;
		font-weight: bold;
        text-align: center;
        font-size: 20px;
        padding: 10px;
        width: 150px;
		margin: 5px;
        cursor: pointer;
		position: relative;        
      }
	  
 	  
  .klu-hero-text button:hover {
        background-color: #c6aa11;
		transform: translateY(6px);
      }
      


table {
  border-collapse: collapse;
  border-spacing: 3px;
  width: 60%;
  border: 5px solid #f3f3f3;
  }

th, td {
  text-align: left;
  padding: 6px;
}

tr:nth-child(even){
	background-color: #f3f3f3;
	}




/*	
	table {
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
  border: 3px solid #f3f3f3;
  }

th, td {
  text-align: left;
  padding: 10px;
}

tr:nth-child(even){
	background-color: #f3f3f3;
	}
*/
	
	.kluspan1 {
		color: blue;
	}
	

.manager-pix-about {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

@media screen and (min-width: 800px) {
    .manager-pix-about {
    width: 25%;
    }
}

.amsterdam-undeveloped {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

@media screen and (min-width: 800px) {
    .amsterdam-undeveloped {
    width: 60%;
    }
}

.contact-form1 {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
	margin: 50px auto;
	width: 300px;
	text-align: center;
}

.contact-form1 h2 {
	padding: 20px;
}

.contact-form1 input {
	display: block;
	width: 90%;
	margin: 10px auto;
	padding: 10px;
}

.contact-form1 textarea {
	width: 90%;
	margin: 10px auto;
	height: 100px;
	padding: 10px;
}

.contact-form1 button {
	cursor: pointer;
	width: 200px;
	margin: 20px;
	padding: 10px;
	border: none;
	background-color: blue;
	color: white;
	font-size: 125%;
    font-family: Arial, Helvetica, sans-serif;
}

.more-btn {
	cursor: pointer;
	width: 180px;
	margin: 20px;
	padding: 10px;
	border: none;
	background-color: blue;
	color: white;
	font-size: 125%;
    font-family: Arial, Helvetica, sans-serif;
}

.more-btn a{
	cursor: pointer;
	text-decoration: none;
	color: white;
}

/* Social share buttons styling  */

.fab {
  font-size: 30px;
  
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}
.fab:hover {
    background: black;
}


/*

.fa-brands {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}
.fa-brands:hover {
    background: black;
}

*/


.fa-facebook  {    
  background: #4267b2;
  color: white;
}

 
.fa-linkedin {
 background: #006192;
 color: white;
}

.fa-twitter {
 background: #1da1f2;
  color: white;
 }

.fa-x-twitter {
 background: #00008B;
  color: white;
 }

.fab, .twitter-share {
	display: inline-block;
}
 
 footer {
	width: 100%;
    background-color: #00008B;
 }
 
 .ftr-content{
	 max-width: 1350px;
	 color: #f8f8f8;
     font-family: Verdana, Arial, sans-serif;
	background-color: #00008B; 
 }
 
 .ftr-col-left, .ftr-col-center, .ftr-col-right{
	 float: left;
	 display: inline-block;
	 line-height: 23px;
	 height: 350px;
 }
 
 .ftr-col-left{
	 width: 33%;
	 padding: 20px 50px;
 }
  .ftr-col-center{
	 padding: 50px;
	 width: 34%;
	 
 }
  
.ftr-col-right{
	width: 33%;
	padding: 30px 50px;
}

.ftr-col-left h4{
 margin-top: 90px;
 margin-bottom: 40px;
}

.ftr-col-center h3{
 margin-top: 0;
}

/*
.ftr-content hr{
	width: 100%;
	border: 2px solid brown; *//*#00dabc; */
	/*background-color: white;
}
*/

.ftr-content ul{
	list-style-type: none;
}

.ftr-content li{
	margin-left: 0;
}

.ftr-content li a{
	text-decoration: none;
	color: white;
}

.ftr-content li a:hover{
	text-decoration: underline;
	color: white;
}

.ftr-content li a:visited{
	text-decoration: none;
	color: white;
}	

.ftr-row:after {
	content: "";
	display: table;
	clear: both;
}

.ftr-bottom{
	padding: 4px 10px 4px 50px;
	background-color: black;
}



@media screen and (max-width: 760px) {
	.ftr-col-left, .ftr-col-center, .ftr-col-right{
		width: 100%;
		display: block;
		height: auto;
	}
}

@media screen and (max-width: 300px) {
	.ftr-col-left, .ftr-col-center, .ftr-col-right{
		width: 100%;
		display: block;
		height: auto;
	}
}
 /*  font-size: 18px; */