body {
background-color: #EEFFFF;
background-image: linear-gradient(180deg, #EEFFFF 0%, #CCCCFF 100%);
margin: 0;
}

#fixed-header {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #FFFFFF;
box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
background-image: linear-gradient(90deg, #FFFFFF 0%, #CCC 100%);
z-index: 2;
}

#fixed-header-logo {
float: left;	
}

#fixed-header-logo img {
float: left;
}

#fixed-header h1 {
float: left;	
}

#home-main {
margin-top: 180px;
}

#home-main h1 {
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-size: 50px;
text-align: center;
color: #0170c5;
margin-bottom: 10px;
}

#video-header {
font-family: 'Roboto', sans-serif;
font-size: 36px;
text-align: center;
color: #0170c5;
}

#youtube-video {
text-align: center;
}

#header-button-start {
background-color: green;
color: white;
border-radius: 10px;
font-size: 36px;
padding: 0px 30px;
cursor: pointer;
margin: 68px auto 0 auto;
text-align: center;
width: 200px;
font-family: 'Roboto', sans-serif;
}

#header-button-start:hover {
background-color: #33CC33;	
}

#header-button-contact,
#header-button-about,
#header-button-signin,
#header-button-articles {
float: right;
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 30px;
cursor: pointer;
margin: 74px 30px 0px 0px;
font-family: 'Roboto', sans-serif;
}

#header-button-contact:hover,
#header-button-about:hover,
#header-button-signin:hover,
#header-button-articles:hover {
background-color: #3399FF;
}

#features-table {
margin: 40px auto 0px auto;	
}

#features-table td {
padding: 20px 30px;	
}

#features-table h2 {
font-family: 'Roboto', sans-serif;
font-size: 32px;
text-align: center;
}

#features-header-1 {color: #0170c5;}
#features-header-2 {color: #0170c5;}
#features-header-3 {color: #0170c5;}
#features-header-4 {color: #0170c5;}

#features-table img {
	
}

#features-table ul {
margin-left: 50px;
list-style-type: square;
}

#features-table li {
font-size: 28px;
font-family: 'Roboto', sans-serif;
}

.spdb-slideshow {
z-index: 1;
width: 85%;
margin: auto;
height: 602px;
}

.spdb-slideshow img {
border-radius: 10px;
border: 1px solid #666;
}

#slideshow-keyword {
color: green;	
}

#customers {
margin-top: 30px;
background-color: white;
border-top: 1px solid black;	
}

#customers-header {
font-family: 'Roboto', sans-serif;
font-size: 30px;
text-align: center;
padding: 10px 0px;
color: #0170c5;	
}

#customer-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
align-items: center;	
}

#customer-logos img {
padding: 0px 20px;	
}