<style>
* {box-sizing: border-box;}


}

.announcement {
    margin:0 auto;
    width: 100%;
    padding: 20px;
    background-color: gold;
    border-style: solid;
    text-align: center;
    color: maroon;


}

.famidcard {

  border-radius: 8px;
  border-width: thin;
background-color: white;
    float: left;
  max-width: 21%;
  width: 150px;
  margin-left: 1%;
  text-align:center;
  font-size: 12px;
  height: 250px;
  margin-top: 10px;
}


.famidcard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

.famidcard img {
	border-radius: 6px;
	max-width: 90px;
}


.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
.phone:before {
            content: attr(phone-number) " " attr(dial-code);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
        


}


* {
  box-sizing: border-box;
}

.famrow {
    width:100%;
    content: "";
  display: table;
  clear: both;
}
}

/* Clear floats after the columns */
.famrow:after {
  content: "";
  display: table;
  clear: both;
}


* {
  box-sizing: border-box;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: inherit;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #5a6f80;
  color: white;
  border-radius: 12px;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  color: #5a6f80;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  background-color: white;
  border-radius: 12px;
  margin-top:20px;
  padding: 20px;
  
}

.w3-display-topright{
    position:absolute;
    right:0;
    top:0
    
}


.andrew {
    margin:0 auto;
    width: 90%;
    padding: 20px;
    background-color: whitesmoke;
    border-style: solid;

}

.announcement {
    margin:0 auto;
    width: 100%;
    padding: 20px;
    background-color: gold;
    border-style: solid;
    text-align: center;
    color: maroon;


}



@media screen and (max-width: 800px) {


 .famidcard {
     width: 40%;
     margin-left: 5%;
 }
 



}

div.gallery {
  border: 0px solid #ccc;
}


div.gallery img {
  width: 99%;
  height: auto;
}


* {
  box-sizing: border-box;
}

.responsive {
  padding: 6px 6px;
  float: left;
  width: 19.9%;
}

@media only screen and (max-width: 800px) {
  .responsive {
    width: 48%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

}
</style>