.header {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 40px;
  height: 130px;
  

}

a:link { text-decoration: none; }


a:visited { text-decoration: none; color: #fcc015; }


a:hover { text-decoration: none; }


a:active { text-decoration: none;  }

.social {
	
  justify-content: center;
  display: flex;
  background-color: #f2f2f2;
  height: 30px;
  margin: 0px;
  padding-right: 10px;
	
}

.space{
	color:#f2f2f2;
}

.social2{
	
}

.ss{
	color: goldenrod;
	font-size: 2rem;
	
}

.icon1{
	float: right;
}

.icon2{
	float: left;
}

.center{
    
  display: flex;
  justify-content: center;
  align-items: center;
     
}

@font-face {
   font-family: Alilato, "Alilato Black", "Alilato ExtBd", "Alilato ExtLt", "Alilato Light", "Alilato Med", "Alilato SemBd", "Alilato Thin";
   src: url(sansation_light.woff);
}

* {
   font-family: Alilato, "Alilato Black", "Alilato ExtBd", "Alilato ExtLt", "Alilato Light", "Alilato Med", "Alilato SemBd", "Alilato Thin";
}

.social-icons {
  display: flex;
}

.social-icon {
  font-size: 20px;
  margin-right: 10px;
}

.team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.whitecol{
	color:white;
}

.team-member {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

.team-member img {
  border-radius: 50%;
  width: 200px;
}

.frequncies-section {
  background-color: #f2f2f2;
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.freq {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  text-align: center;
	
}

.about-section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}

.about{
	direction: rtl;

}

.someDiv {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.textal{
	text-align: right;
}

.footer {
  background-color: #f2f2f2;
  padding: 30px;
  height: 170px;

}

.container123 {
  position: relative;
}



.newfont{
	
}


* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.containernew {
  position: relative;
  width: 50%;
  max-width: 300px;
}

/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.containernew:hover .overlay {
  opacity: 1;
}


.desc{
display: flex;
	text-align: center;
	align-content: center;
	
}

.container1 {
  display: flex;
}

.right-img {
  margin-left: auto;
}

.left-text {
  margin-right: auto;
}


@media (max-width: 550px) {
  h1 { font-size: 25px; }
}

@media (min-width: 551px) {
  h1 { font-size: 32px; }
}


