@charset "UTF-8";
*{
	font-family: 'Plain';
	font-weight: 600;
	font-size: 30px;
	padding-left: 10px;
}
@font-face {
    font-family: 'Plain';
    src: url('../font/Plain-Regular copie.otf'); /*URL to font*/
}
#skills{
	color:#999999;
}
a{
	text-decoration: none;
	color: #999999;
	
}
a:hover{
	color: black;
}

a:visited{
	color: #B46800;
}
.inner {
position: relative;
}
.inner::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

@media (max-width: 900px){
}
@media only screen and (max-device-width: 480px) {
*{
	font-family: 'Plain';
	font-weight: 600;
	font-size: 20px;
	padding-left: 5px;
}
#skills{
	color:#999999;
}
a{
	text-decoration: none;
	color: #999999;
	
}
a:hover{
	color: black;
}

a:visited{
	color: #B46800;
}
.inner {
  position: relative;
}
.inner::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
	
}