@font-face {
    font-family: myFirstFont;
    src: url(fonts/sonic1.ttf);
}

@font-face {
    font-family: mySecFont;
    src: url(fonts/sonic3.ttf);
}

@font-face {
    font-family: headerFont;
    src: url(fonts/sonic3.ttf);
}



html * {
    font-family: myFirstFont;
    line-height: 1.625;
    line-height: 1.625;
    font-weight: bold;
    color: #3c3c3d;
}  

h1, h2, h3, h4 {
    font-family: mySecFont;
}

.linko{
    margin: 0;
    position: relative;
    top: 1px;
    /* left: 50%; */
    /* -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

.mylinks{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    /* border: 3px solid green;  */
    border-radius: 100px; 
    margin-right: 10px;


    /* padding: 8px 16px; */


    /* margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px; 
    vertical-align: middle; */


    /* align-content: center;
    align-items: center;
    align-self: center;
    width: 40px; height: 40px;
    text-align: center;
    box-align: center;
    background-color: white; 
    padding: 0px;
    
    /* display: inline-block; */
}

.l-color{
    color: white;
}


/* .social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
  background-color: red;
  width: 200px;
}

.social-icons-ul{
    list-style: none;
    margin: 0;
    padding: 0; 
}

.social-icon-li{
    display: inline-block; 
	 zoom: 1;
	*display: inline;
    vertical-align:  middle;
}

.social-icon-a {
    display: block;
    font-size: 1.4em;
    margin: 0 5px;
    text-decoration: none;
    color: white;
} */

