
	@font-face
{
    font-family: "Rabar_008import";
    src: url("Rabar_008.ttf");
}

#englishfont{
    font-family:"Demos LT Semiboldimport";
	text-decoration: none;
}

#font
{
	font-family:"Rabar_008import";
	text-decoration: none;
}

#font-with-color
{
	font-family:"Rabar_008import";
	color:red;
}


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

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

.my-sidebar{
	margin-top: 70px;
}


#more {display: none;}


video {
    object-fit: fill;
}
