/* Body  */
body {
    background-image: url("https://dutchreview.com/wp-content/uploads/thunderstorm-1768742_1280.jpg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: sans-serif;
  }

/* My Image */
img{
  border-radius: 50%;
}

/* Navigation bar style */
.navigation .navbar-brand{
    color: white; 
    margin-left: 40px;
    padding: inherit; 
    font-weight: bold; 
    background-color: rgb(0, 128, 128);
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: inherit;
/*white-space: nowrap;*/
}

.dropdown-menu :hover {
    color: white;
    background-color:rgb(0, 128, 128);
}

.nav-link:hover{
    background-color: rgb(134, 128, 128);
}

.navbar-brand:hover {
    color:rgb(0, 0, 0);
}

/* box in index.html */
/* Box */
.box {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 15px 65px 30px; 
  color: #213159;
  background-color: white;
  border: 20px;

}

.boxx {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 15px 10px 60px 10px; 
  color: #213159;
  background-color: white;
  border: 20px;

}

.box-1 {
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 10px;
    padding: 15px 20px 150px 30px; 
    color: #213159;
    background-color: white;
  
  }

  .box-2 {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 15px 20px 180px 30px; 
    color: #213159;
    background-color: white;
  
  }

  .box-3 {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 15px 25px 180px 30px; 
    color: #213159;
    background-color: white; 
  }


  .box-4 {
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 12%;
    padding: 15px 20px 10px 30px; 
    color: #213159;
    background-color: white;
  }

  .box-5 {
    margin-top: 20px;
    margin-left: 7%;
    margin-right: 12%;
    padding: 20px 10px 10px 200px; 
    color: #213159;
    background-color: white; 
  }


.col-6{
    background-color: white;
    padding: 5px ;
    height: auto;
    width: auto;

} 

/* header */
h1 {
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 128, 128);
    font-size: 30px;
}

h2 {
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 128, 128);
    font-size: 30px;
}


/* paragraph */
p {
    display: inline;
    font-size: 18px;
    color: darkslategray;
}

/* Title */
.title {
    color: rgb(0, 128, 128);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
  }

.vizualization {
    width:65% !important;
    height:65% !important;
  }

  /* Table */
.table {
    font-size: 14px;
    background-color: white;
    text-align: center;
    margin-top: 5%;

  }

tbody :hover {
    color: rgb(47, 156, 4);
    background-attachment: fixed;
    font-size: 14.5px;
    text-align: inherit;
    font-weight: bold;
    font-family:'Arial Narrow', Arial, sans-serif; 

}



th {
  position: -webkit-sticky; 
  position: sticky; 
  top: 0px; 
  z-index: 100;
  background-color: rgb(3, 95, 95);
  color: white;
  font-family: 'Verdana', Geneva, Tahoma, sans-serif;
}

thead {

    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 110px 50px 50px 250px;
}
  
tr {
    font-family:'Arial Narrow', Arial, sans-serif;
}

/* images*/
img{
    width: 100% ;
    height:100% ;
    border-radius: 8px;
}


#figures img:hover {
    border: 4px solid greenyellow;
}


/* Footer */
footer {
    background-color: rgba(53, 53, 53, 0.911);
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #032655;
    color: white;
    min-height: 32px;
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 14px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    }