/* Credits to Romain Lefeuvre for the original file for ICT4S 2023
*/

div.logobar {
    padding: 0px 0px;
    background-color: rgb(253, 253, 253);
    color: #777777;
}
.logobar .container{
	padding-right: 0px;
	padding-left:  0px;
}
.logobar .container-fluid{
	border-bottom: 1px solid #e7e7e7;
	padding-right: 0px;
	padding-left:  0px;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.place {
  /* padding : 46px 0 0 40px; */
  display: none;
}
.navbar-brand {

  float: left;
  font-size: 0;
  
  background: url("https://conf.researchr.org/getImage/ict4s-2025/orig/ict4s2025-banner-logo.png") no-repeat, url("https://conf.researchr.org/getImage/ict4s-2025/orig/ict4s2025-banner-logo-background.jpg") no-repeat;
  background-size: auto;
  padding-bottom: 0px;

  display: inline-block;
  background-size: contain;
  width: 100%;
  height: 100px;
}

.navbar-brand .brand-text{
  display: none;
}
.navbar{
  border-radius: 0px !important;
}
.place {
float: right;
padding: 10px 0 0 40px;
font-size: 15px;
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}


.carousel {

 margin-right:auto;
 margin-left:auto
   
}
@media (min-width:768px) {
 .carousel {
  width:750px
 }

}
@media (min-width:992px) {
 .carousel {
  width:970px
 }
   .navbar-brand {
  height: 126px;
}
 
}
@media (min-width:1200px) {
 .carousel {
  width:1170px
 }
  .navbar-brand {
  height: 150px;
}

 }

@media only screen and (max-width: 768px) {
  .logobar .navbar-brand {
  background: url("https://conf.researchr.org/getImage/ict4s-2025/orig/ict4s2025-logo_full.png") no-repeat;
    background-size: contain;
    width: 100%;
    background-position: center;

  }
} 





