.navbar {
    border-bottom: 2px solid#2c3e50; 
}

* {
  font-family: 'Futura',Trebuchet MS,Arial,sans-serif; 
}

.navbar ul{

  list-style-type:none ;
  background-color: white;
  overflow: hidden;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  
}

.navbar a{
  color:#2c3e50;
  text-decoration: none;
  padding: 15px;
  
}

.navbar li:hover{
  text-decoration: underline;
  text-decoration-color:#2c3e50;
}

.navbar a:hover {
  text-decoration: underline;
  text-decoration-color:#2c3e50;
}

.navbar li{
  float:left;
}

h1{
  color: #2c3e50;
  text-align: center;
  padding-top: 10px;
}

h2{
  padding-top: 10px;
  text-align: center;
}

h3{
  font-size: medium;
  text-align: center;
  padding-top: 6px;
}

.image{
  border-radius: 50%;
  object-fit: cover;
  height: 200px;
  width: 200px;
}



.image1{
  width: 300px;
  height: 300px;
}

.image2{
  height: 300px; ;
  padding: 10px; ;
}

.text{
   display: grid;
  place-items: center;
}

.text2{
  padding-top: 10px;
  text-align: center;
  font-size: 60px;
 
  color: black;
}

.container{
  padding-top: 20px;
}

.container2{
 
  border-bottom: 2px solid grey;
   
}



.textcontainer{
  padding:10px ;
  padding-top: 10px;
}



.textcontainer2{
  display: flex;
  align-items: center;      
  height: 150px;
  text-align: center;
  font-size: 30px;
  justify-content: center;
}

.footer {
  background-color: #f8f9fa; 
  border-top: 2px solid #CFB53B; 
  color: #2c3e50; 
  font-size: 16px;
}

.eunoia-footer li {
  list-style: none;
  margin: 0 10px 0 0;
}

.block-23 ul {
  padding: 0; 
}
.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; 
}
.block-23 ul li span {
 }
 .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px; 
}



