@import url('https://fonts.googleapis.com/css?family=Assistant');
html,body { 
   font-family: "Assistant";
   font-size:15px;
   height: 100%;
    
}


.bg { 
  /* The image used */
  background: url(/pictures/bgImage.jpg);

  /* Full height */
 height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#div_menu
{
   
     font-size:17px;
     width:100%;
     background:#6BCA00;
     border-radius: 10px;
    padding-right:45px;
    padding-top:10px;

}

#contact{
  font-size:17px;
  color:#295404;
   font-weight: bold;
  
}

.navbar
{  
    
     background: #295404 !important;
     border-radius: 10px;
     height:auto;
     margin:auto;
  
}

#div_seder{width:80%;}

.navbar-brand { font-weight: bold;text-align: right;}

.nav-link ,.navbar-brand,.dropdown-item,ul {
 color: white !important;
  background: #295404 !important;
   border-radius: 10px;
   cursor: pointer;
   text-align: right;

}
.dropdown-menu
{   
    
    border: 1px solid white;
     border-radius: 10px;
}

.nav-link
{
    color:white !important;
     border: 1px solid white;
     border-radius: 10px;
     width:85px;
     height:30px;
     text-align:center;
     padding:2px;
     margin:5px;
    
      
      
}

#sort,#select_level
{
    border-radius: 10px;
   color:#295404;
    margin-right:10px;
   
}
#select_level{ margin-right:150px;}

#random {
    border:solid 1px #295404;
    border-radius: 10px;
    background:white;
    color :#6BCA00;
    width:150px;
    height:45px;
    font-weight: bold;
    padding-top:10px;
    padding-left:15px;
   margin:auto;
    cursor:pointer;
  }
#pic_rand
{
width:30px;
height:20px;
margin-left:5px;
}

#navigation {margin:auto; font-size:20px;}

#next_mishna,#next_chapter,#prev_mishna,#prev_chapter
{  margin:10px; padding:5px;}

#title_mishna
{
     position:relative;
    height:108px;
    width:130px;
    background: url(/pictures/book.png);
   background-position: center;
  background-repeat: no-repeat;
  padding:5px;
  margin-bottom:-25px;
       opacity: 0;
       color:#295404;
  
 }
 
 #masehet_title
     {
      font-weight: bold;
      font-size:20px;
      margin-top:13px;
      }
      .title_mish
      {
      font-size:18px;
      text-align:center;
      }
     

#form_user
{ 
    border: 2px solid #6BCA00;
    background:white;
    border-radius: 10px;
    padding:20px;
    margin: 10px;
    
  
}

 



input[type=text],[type=button] 
{    
    
    border: 1px solid #ced4da;
   
}



slecet
{
     border: 1px solid #ced4da;
   font-size: 15px;
}

.choose
{
    margin:14px;
}

.logo
{
    left:20px;
    width:200px;
    height:100px;
}
.word_complete
{
    border: 2px solid black;
  border-radius: 5px;
    width: 90px;
    height: 40px;  
    text-align:center;
  padding:5px;
  margin-top:10px;
   
}
.word_list{
    float: right;
    text-align: center;
  width: 75px;
  height: 30px;
  padding-bottom: 0;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  cursor:move;
  background:white;
  
}
#drag_mishna
{
    line-height: 1.5;
    background:white;
   
 }


#complete{
     border-radius: 10px;
     padding: 5px;
    margin: 10px;
     width: 150px;
     text-align:right;
     opacity: 0;
   font-weight: bold;
  
}
label.comp
{
    padding:10px;
  
    width:auto;
   
}

input[type=text].comp
{
    border: 1px solid black;
  border-radius: 5px;
    width: 70px;
    height: 35px;  
    text-align:right;

     padding-right: 10px;
     margin:5px;
  
     
}



button,input[type=button] {
  
  text-align: right;
  text-decoration: right;
  display: inline-block;
    cursor: pointer;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top:0;
    right:100%;
    margin-top:-6px;
}
@media only screen and (max-width: 600px) {
    
    .bg { 
    background: url(/pictures/bgmobile.png);
   height: 100%; 

 
  background-position: center;
  background-repeat:  repeat;
  background-size: cover;
}
.navbar,.nav-link ,.navbar-brand,.dropdown-item,ul
{
    color:black !important;
    background:white !important;
}
.navbar-brand { font-weight: normal;}

.navbar {
    float:right !important;
    margin-right:0px;
    
}
#div_menu
{padding:5px;}

  #sort,#select_level
{
   float:right !important;
   margin-right: 0px !important;
   
}

#complete 
{
  
     top:25%;
    left:15%;   
}
}
