
@import url('https://fonts.googleapis.com/css?family=Yeon+Sung&display=swap');

html{
  font-family:sans-serif;
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}




 /* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  position: absolute;
  z-index: 1;
  
  font-size: 30px;
  cursor: pointer;
  background-color: inherit;
  color: white;
  padding: 10px 15px;
  border: none;
  margin-top:0px;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
} 



#movie {
  width: 100%;
  overflow: hidden;
}

#myVideo {
  background-position: fixed;
  background-size: cover;
  margin-top: -90px;
  width: 100%;
  height: auto;
}




@media screen and (max-width: 1000px){

  #myVideo{
    margin-top: 0px;
    margin-bottom: 5%;
    margin-left:-15%;
    width: 130%;
  }
}


@media screen and (max-width: 800px){

  #myVideo{
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 450px){

  #myVideo{
    margin-bottom: 12%;
   
   
  }
}


#wrapper{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  margin-top: -70px;
  margin-bottom: 100px;

}



.intro-text {
  text-align: center;
}


.single-post-svg {
    position: relative;
    margin-bottom: -1px;
    fill: #fff !important;
}

.main-title h1{
  font-family: sans-serif;
  padding-top: 20px;
  font-size: 50px;
  color:#a82323;
}

.main-text{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  font-size: 18px;
}


.spikes img{
  max-width: 1100px;
}

@media screen and (max-width: 800px){
  .spikes img{
    width: 100%;
  }
}

.uvod {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  margin: 5%  auto;
  width:100%;

}



.img_po{
  flex: 50%;

}
.text_main{
  flex: 50%;
  color: black;
  margin-top: 60px;
  margin-left: 66px;
}



@media screen and (max-width:800px){
  .uvod{
    display: block

  }
  .text_main{
    display: block;
    margin-right:10%;
    margin-left:10%;
  }
  
  .img_po{
    display: block;
  }

  .hvala{
    
  }
}

.text_main > p{
  font-size: 12.3px;
}

.span_1{
  font-size: 17px;
}

.span_2{
  font-size: 14.5px;
}

.span_3{
  font-size: 20px;
}

.span_4{
  font-size: 27px;
}

.span_5{
  font-size: 23px;  
}

.pjesma{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 70px;
  font-size: 18px;
  text-align: center;
}

.pjesma-title{
  font-family: 'Yeon Sung', cursive;
  padding-top: 10px;
  font-size: 50px;
  font-weight: bold;
}

.pjesma-text{
  padding-top: 50px;
  font-size: 18px;
}

.pjesma-podaci{
  padding-top: 100px;
  margin-left: 10%;
}

.autor , .mentor{
  font-weight: bold;
  margin-right: 5px;
}

.autor-inline , .mentor-inline{
  display: flex;
}