* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-color: #D6E9FE;
    font-family:sans-serif;
}


.menu-container {
  color: #fff;
  background-color: #5995DA;  /* Blue */
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  font-size: 20px;

}


.footer-container {
  color: #fff;
  background-color: #5995DA;  /* Blue */
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  padding-left: 10px;

}

.menu {
  width: 900px;
  display: flex;
  justify-content: space-around;
}

.logoheader {
  display: flex;
  justify-content: flex-start;
}

.logo{
margin-left: 10px;

font-weight:bold;

}

.textlogo{
  margin-left: 20px;

}

.buttons {
  display: flex;
  justify-content: flex-end;
}

.contact{
  margin-left: 30px;
    margin-right: 10px;
}

.home{
  margin-left: 80px;
}
.about{
  margin-left: 30px;
}
.services{
  margin-left: 30px;
}


/* unvisited link */
a:link {

   text-decoration: none;
}

/* visited link */
a:visited {

   text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
   text-decoration: none;
}

/* selected link */
a:active {

   text-decoration: none;
}

.header-container {

  color: #000066;
  background-color: #D6E9FE;
  display: flex;
  justify-content: center;
  height: 400px;
}

.header {
  width: 50%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#headerImage {
  width: 50%;

}

#headerImage img{
  width: 100%;
}

#headerText {
  width: 50%;
  padding: 10px;
  text-align: justify;

}
