@charset "utf-8";
/* CSS Document */
#social-right{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  height: 25px;
}
.mail svg{
color: black;
text-decoration: none;
height: 20px;
fill: currentColor
}
.fb svg{
color: #365998
text-decoration: none;
height: 25px;
fill: currentColor
}
.ins svg{
color: #e4405f
text-decoration: none;
height: 25px;
fill: currentColor
}
.fb:visited,
.fb:hover,
.fb:active{ 
color: #365998
}
.ins:visited,
.ins:hover,
.ins:active{ 
color: #e4405f
}
#social {
color: rgba(0,148,218,0.8)
text-decoration: none;
}

.fb1 svg{
color: #365998
text-decoration: none;
height: 50px;
fill: currentColor
}
.ins1 svg{
color: #e4405f
text-decoration: none;
height: 50px;
fill: currentColor
}
.fb1:visited,
.fb1:hover,
.fb1:active{ 
color: #365998
}
.ins1:visited,
.ins1:hover,
.ins1:active{ 
color: #e4405f
}