body {
padding:0;
margin:0;
font-family: FjallaOne, sans-serif;
height: 100%;
color: #b25d3c;
font-size: 10pt;
}
@font-face {
  font-family: "FjallaOne";
  src: local("FjallaOne-Regular.ttf");
  }

hr{
  height:1px;
  border:none;
  background-color:#b25d3c;
}

/* headeris su meniu*/
.head a{
 text-decoration: none;
 color: #b25d3c;
 font-size: 13pt;
}

.logo{
  padding: 20px;
}

#jlogo{
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
 .navbar ul{
  padding: 0;
  list-style: none;
  text-align: center;
  word-spacing:2em;
  margin-left: auto;
  margin-right: auto;
}
.navbar ul li{
  display: inline;
}

.sidenav {
  height: auto; /* Full-height: remove this if you want "auto" height */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 400px /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
}

/* The navigation menu links */
.sidenav a {
  padding: 20px;
  text-decoration: none;
  font-size: 25px;
  color: #b25d3c;
  display: block;
}

/* tarpas */
.spacemaker{
  width: inherit;
  min-height: 50px;
}

.indeximg {
min-height: 300px;Curriculum
margin:10px;
  background-image: url("../image/spiral.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size:  contain;
}

/*contact*/
.contactbox{
  margin-top: 100px;
  text-align: center;
  
}

.friends{
	text-align:center;
	}
.friends a {
	font-size:7px;
	}

/*info*/
.infobox{
  margin-top: 100px;
  margin-left: 3em;
  text-align: left;
  line-height: 1em;
  text-decoration: none;
}

.infobox li{
  list-style: none;
}
.infobox li a{
text-decoration: none;
color: #b25d3c;
}

/*image*/
.imagebox{
  margin-top: 100px;
  margin-left: 3em;
  text-align: left;
  line-height: 0.3em;
  text-decoration: none;
}

.imagebox li{
  list-style: none;
}
.imagebox li a{
text-decoration: none;
color: #b25d3c;
}
.imgdescr{
  margin-top: 100px;
  text-align: center;
  line-height: 1.5pt;
}

.imgdescr p{

  font-size: 9pt;
  line-height: 1em;
  text-decoration: none;


}

.imgdescr #imgdata{
  font-size: 8pt;
}

.imgdescr a{
text-decoration: none;
color: #b25d3c;
}

.imggrid a{
  width: 33.3%;

}
.imggrid img{
display:flex;
margin-left: auto;
margin-right: auto;
width:100%;
max-width: 500px;
}



/*img gridas*/
* {
  box-sizing: border-box;
}

.row {
  display: flex;
  max-width: 600px;
  align-content: center;
  margin:auto;
}

/* Create two equal columns that sits next to each other */
.column {
  padding: 5px;
  margin: auto;
}

.column img {
  width: 100%;
  max-width: 500px;

}

#sumazinti{
  width: 50%;
  height: auto;
}






footer{
  margin-top: 100px;
  padding: 20px;
  color: #b25d3c;
  text-align: center;
  font-size: 0.8em;
}
 footer p{
  margin:0;
}
