/***********                FORMS                  ***************/
body {
  width: 100%;
  display: block;
  background-image: url('/images/pozadina2.png');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: arimo;
}

body img {
  width: 100%;
  height: 100vh;
}

.btn-lesson{
  border-radius: 50px;
  background-color: #d94948;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.btn-lesson:hover{
  opacity: 0.9;
  text-decoration: none;
  color: #ffffff;
}

.active{
  background-color: green !important;
}

/* .test{
  padding-top: 2%;
  padding-bottom: 5%;
} */

.myModal {
  height: 70vh;
  width: 70vw;
  position: fixed;
  z-index: 3;
  top:15%;
  left: 15%;
  font-family:'Montserrat',sans-serif;
  background-color: #f1f1f1;
  /* opacity: 0.92; */
  border-radius: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 60px;
}

.mhead{
  color:#000000; 
  font-weight:bold; 
  font-size:25px; 
  text-align:center; 
  font-family:'Montserrat',sans-serif; 
  text-decoration:none;
}

.mbody{
  color:#000000; 
  font-size:15px; 
  position:relative; 
  font-family:'Montserrat',sans-serif; 
  max-height:60%; 
  overflow-y:auto; 
  margin:5%;
  top:0%;
}

#des{
  position: relative;
  float: left;
}

#camAccess{
  position: relative;
  float: left;
}

.form-control {
     height: 5vh;
     text-shadow:0 1px 0 rgba(0,0,0,0.4);
     text-align: center;
}

/***********                BUTTTONS                  ***************/

.btns{
  position: relative;
}

#openLesson {
  box-sizing: border-box;
  width: 20vw;
  height: 10vh;
  border-radius: 8px;
  background: #d94948;
  opacity: 0.8;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}


#seeDescription {
  box-sizing: border-box;
  width: 50vw;
  height: 10vh;
  border-radius: 8px;
  background: #d94948;
  opacity: 0.8;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}

#howTo {
  box-sizing: border-box;
  width: 20vw;
  height: 10vh;
  border-radius: 8px;
  background: #d94948;
  opacity: 0.8;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}

.buttonDiv{
  text-align: center;
  padding: 3%;
  font-weight: bold;
}

.mySelect{
  appearance: none;       
  background-image: url(/images/blackTriangle.png);
  background-size: 3%;
  font-weight:bold; 
  width:40vw;
  height: 60px;
  font-size: 30px;
  letter-spacing: 2px;
}

.mySelect option{
  font-weight: bold;
}

h1 {
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ffffff;
  
}

@media screen and (max-width: 1200px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}

  .mySelect{
    appearance: none;       
    background-image: url(/images/blackTriangle.png);
    background-size: 8%;
    font-weight:bold; 
    width:80vw;
    height: 60px;
    font-size: 30px;
    letter-spacing: 2px;
  }

  #openLesson {
    box-sizing: border-box;
    width: 50vw;
    height: 10vh;
    border-radius: 8px;
    background: #d94948;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
  }
  
  #howTo {
    box-sizing: border-box;
    width: 50vw;
    height: 10vh;
    border-radius: 8px;
    background: #d94948;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 770px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}

  .mySelect{
    appearance: none;       
    background-image: url(/images/blackTriangle.png);
    background-size: 6%;
    font-weight:bold; 
    width:80vw;
    height: 60px;
    font-size: 21px;
    letter-spacing: 2px;
  }

  #openLesson {
    box-sizing: border-box;
    width: 50vw;
    height: 10vh;
    border-radius: 8px;
    background: #d94948;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
  }
  .myModal {
    height: 80vh;
    width: 80vw;
    position: fixed;
    z-index: 3;
    /* top:10%; */
    /* left: 10%; */
    font-family:'Montserrat',sans-serif;
    background-color: #f1f1f1;
    /* opacity: 0.9; */
    /* border-radius: 50px; */
    overflow-x: hidden;
    padding-top: 60px;
  }

  .mod-h{
    max-height: 50px;
  }
  .mod-b{
    max-height: 60%;
  }

  .mhead{
    position: relative;
    top:-30px;
    font-size:20px;
  }

  .mbody{
    position: relative;
    top: -30px;
    max-height: 60%;
    overflow-y: auto;
  }

  .modal-footer{
    /* bottom: -10% !important; */
    height: 200px;
  }

  .imp{
    bottom: 60%;
  }

  .btnClose{
    position: absolute;
    bottom: 30%;
    right: 10%;
  }
}

@media screen and (max-width: 560px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}
  .modal-footer{
    bottom: -10% !important;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}
  
}

@media screen and (max-width: 420px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}
  
}

@media screen and (max-width: 370px) {

  h1 { font-size: 1.1rem; line-height: normal; text-align: center;}
  
}

@media screen and (max-width: 320px) {

h1 { font-size: 1.1rem; line-height: normal; text-align: center;}

}

  .pBody{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
