
#start{
  background-image: url(../images/img/bgd-max.jpg);
  height:100vh;
}

.my-container{
  margin-left: 10vw;
  margin-right: 10vw;
}
.row{
  margin: 0 0 0 0;
  padding-top: 5vh;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.container-padding{
  padding-top: 5vh;
}

p.text{
  color:rgba(0,0,0,1);
  text-align: center;
  font-size: 2.8vh;
}
img.element{
  display: block;
  margin: auto;
  max-width:100%;
  max-height:35%;
  background-color: rgba(0, 0, 0, 0.0);
}
img.square{
  display: block;
  margin: auto;
  max-width:100%;
  max-height:35%;
  background-color: rgba(0, 0, 0, 0.0);
}

.element{
  height:60vh;
  width:26vw;
  border-radius: 2px;
  border-width: 1px;
  border-color: red;
  background-color: rgba(169,146,132,0.7);
  margin-top: 15vh;
  border-radius: 20px;
}

.button{
  color: rgba(86, 109, 123,1);
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  width: 16vw;
  border: none;
  margin-top: 2vh;
  height: 5vh;
  border-radius: 20px;
  font-size: 2.6vh;
}
.button-text{
  text-align: center;
}
hr{
  height:2px;
  width:5vw;
  border:none;
  color:#3A2511;
  background-color: rgba(200,200,200,1);
}





/*mobile phone portrait*/
@media only screen and (min-width: 319px) and (max-width: 767px) and (orientation:portrait) {

  #prireditve{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/mic-bw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #a1{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/cilji.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #biotherm{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/ponudba.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .my-container{
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .row{
    margin: 0 0 0 0;
    padding-top: 0vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 5vw;
  }

  .container-padding{
    padding-top: 0;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 45vw;
    border: none;
    margin-top: 5vh;
    height: 6vh;
    border-radius: 20px;
    font-size: 4vw;
  }

  hr{
    height:0.5vh;
    width:20vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

  .element{
    height:80vh;
    width:auto;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(150,150,150,0.8);
    padding-top: 5vh;
    margin-top: 0vh;
    border-radius: 20px;
    margin-left: 3vw;
    margin-right: 3vw;
  }
.parallax {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#start {
  background-image: none;
  padding: 0 0 0 0;
  height: auto;
  }
}
/*mobile phone portrait*/

/*mobile phone landscape*/
@media only screen and (min-width: 319px) and (max-width: 767px) and (orientation:landscape) {
  #start {
    background-image: none;
    padding: 0 0 0 0;
    height: auto;
  }

  #prireditve{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/mic-bw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #a1{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/cilji.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #biotherm{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/ponudba.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .my-container{
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .row{
    margin: 0 0 0 0;
    padding-top: 0vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 5vh;
  }

  .container-padding{
    padding-top: 0;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 25vw;
    border: none;
    margin-top: 1vh;
    height: 7vh;
    border-radius: 20px;
    font-size: 4vh;
  }

  hr{
    height:0.5vh;
    width:20vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

  .element{
    height:96vh;
    width:50vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(150,150,150,0.8);
    padding-top: 5vh;
    margin-top: 0vh;
    border-radius: 20px;
    margin-left: 25vw;
  }
.parallax {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
}
/*mobile phone landscape*/

@media only screen and (min-width: 768px) and (max-width: 1024px){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 2.2vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:25%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:25%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:45vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 5vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }
}
/*ipad portrait */
@media only screen and (width: 768px) and (height:1024px) and (orientation:portrait){

  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 2.2vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:25%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:45vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 5vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*ipad portrait */

/*ipad landscape */
@media only screen and (width: 1024px) and (height:768px) and (orientation:landscape){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 2.7vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:40%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:40%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:55vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 0vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*ipad landscape */

/*ipad pro portrait */
@media only screen and (width: 1024px) and (height:1366px) and (orientation:portrait){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 2vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto ;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:40vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 20vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 15vw;
    border: none;
    margin-top: 3vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 1.8vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }
}
/*ipad pro portrait */

/*ipad pro LANDSCAPE */
@media only screen and (width: 1366px) and (height: 1024px) and (orientation:landscape){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto ;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:60vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 15vw;
    border: none;
    margin-top: 3vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2.5  vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }
}
/*ipad pro LANDSCAPE */

/*tablet 800*480 landscape PORTRAIT OK BY DEFAULT*/
@media only screen and (width:800px) and (height:480px) and (orientation:landscape){  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3.6vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:30%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:30%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:65vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 10vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 15vw;
    border: none;
    margin-top: 2vh;
    height: 6vh;
    border-radius: 20px;
    font-size: 3vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*tablet 480*800 landscape PORTRAIT OK BY DEFAULT*/

/*talbet 800*1280 portrait LANDSCAPE OK BY DEFOULT*/
@media only screen and (width: 800px) and (height:1280px) and (orientation:portrait){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 1.8vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto ;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:auto;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:35vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 20vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 15vw;
    border: none;
    margin-top: 3vh;
    height: 4vh;
    border-radius: 20px;
    font-size: 1.5vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }
}
/*talbet 800*1280 portrait*/

/*talbet 600*1024 portrait and LANDSCAPE OK BY DEFAULT*/
/*talbet 600*1024 portrait and LANDSCAPE OK BY DEFAULT*/

/*talbet 960*600<966*604 landscape PORTRAIT OK BY DEFAULT*/
@media only screen and (min-width: 960px) and (max-width: 966px) and (min-height:600px) and (max-height:604px) and (orientation:landscape){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3.6vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:30%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:30%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:65vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 10vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 15vw;
    border: none;
    margin-top: 2vh;
    height: 6vh;
    border-radius: 20px;
    font-size: 3vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.3vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }
}
/*talbet 960*600<966*604 landscape PORTRAIT OK BY DEFAULT*/

/*talbet 1280*720 portrait and LANDSCAPE OK BY DEFAULT*/
/*talbet 1280*720 portrait and LANDSCAPE OK BY DEFAULT*/


/*tablet 768*1366 portrait LANDSCAPE OK BY DEFAULT*/
@media only screen and (width: 768px) and (height: 1366px) and (orientation:portrait) {

  #prireditve{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/mic-bw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float:none;
    width:100vw;
  }
  #a1{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/cilji.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float:none;
    width:100vw;
  }
  #biotherm{
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0vw;
    padding-right: 0vw;
    background-image: url(../images/img/ponudba.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float:none;
    width:100vw;
  }
  .col-sm-offset-1{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .my-container{
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .row{
    margin: 0 0 0 0;
    padding-top: 0vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 5vw;
  }

  .container-padding{
    padding-top: 0;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 45vw;
    border: none;
    margin-top: 5vh;
    height: 6vh;
    border-radius: 20px;
    font-size: 4vw;
  }

  hr{
    height:0.5vh;
    width:20vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

  .element{
    height:80vh;
    width:auto;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(150,150,150,0.8);
    padding-top: 5vh;
    margin-top: 0vh;
    border-radius: 20px;
    margin-left: 3vw;
    margin-right: 3vw;
  }
.parallax {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#start {
  background-image: none;
  padding: 0 0 0 0;
  height: auto;
  }
}
/*tablet 768*1366 portrait LANDSCAPE OK BY DEFAULT*/

/*tablet 1024*1440 portrait LANDSCAPE OK BY DEFAULT*/
@media only screen and (width:1024px) and (height:1440px) and (orientation:portrait){

    #prireditve{
      padding-top: 2vh;
      padding-bottom: 2vh;
      padding-left: 0vw;
      padding-right: 0vw;
      background-image: url(../images/img/mic-bw.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      float:none;
      width:100vw;
    }
    #a1{
      padding-top: 2vh;
      padding-bottom: 2vh;
      padding-left: 0vw;
      padding-right: 0vw;
      background-image: url(../images/img/cilji.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      float:none;
      width:100vw;
    }
    #biotherm{
      padding-top: 2vh;
      padding-bottom: 2vh;
      padding-left: 0vw;
      padding-right: 0vw;
      background-image: url(../images/img/ponudba.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      float:none;
      width:100vw;
    }
    .col-sm-offset-1{
      padding: 0 0 0 0;
      margin: 0 0 0 0;
    }

    .my-container{
      margin-left: 0vw;
      margin-right: 0vw;
    }
    .row{
      margin: 0 0 0 0;
      padding-top: 0vh;
    }
    img.element{
      display: block;
      margin: auto;
      max-width:100%;
      max-height:40% ;
      background-color: rgba(0, 0, 0, 0.0);
    }
    img.square{
      display: block;
      margin: auto;
      max-width:100%;
      max-height:40%;
      background-color: rgba(0, 0, 0, 0.0);
    }

    p.text{
      color:rgba(0,0,0,1);
      text-align: center;
      font-size: 5vw;
    }

    .container-padding{
      padding-top: 0;
    }

    .button{
      color: rgba(86, 109, 123,1);
      background-color: rgba(255,255,255,0.7);
      text-align: center;
      width: 45vw;
      border: none;
      margin-top: 5vh;
      height: 6vh;
      border-radius: 20px;
      font-size: 4vw;
    }

    hr{
      height:0.5vh;
      width:20vw;
      border:none;
      color:#3A2511;
      background-color: rgba(200,200,200,1);
    }

    .element{
      height:80vh;
      width:auto;
      border-radius: 2px;
      border-width: 1px;
      border-color: red;
      background-color: rgba(150,150,150,0.8);
      padding-top: 5vh;
      margin-top: 0vh;
      border-radius: 20px;
      margin-left: 3vw;
      margin-right: 3vw;
    }
  .parallax {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  #start {
    background-image: none;
    padding: 0 0 0 0;
    height: auto;
    }
}
/*tablet 1024*1440 portrait LANDSCAPE OK BY DEFAULT*/



/*computer screen 800*600*/
@media only screen and (width:800px) and (height:600px){
.button{
  margin-top: 3vh;
}
}
/*computer screen 800*600*/

/*computer screen 1024*600*/
@media only screen and (width:1024px) and (height:600px){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:65vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 7.5vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 4vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2.5vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.4vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*computer screen 1024*600*/

/*computer screen 1280*1024*/
@media only screen and (width:1280px) and (height:1024px){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:55vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 2vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2.5vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.4vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*computer screen 1280*1024*/

/*computer screen 1280*720<800*/
@media only screen and (width:1280px) and (min-height:720px) and (max-height:800px){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:60vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 2vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2.5vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.4vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*computer screen 1280*720<800*/

/*computer screen 1300<1380*768*/
@media only screen and (min-width:1300px) and (max-width:1380px) and (height:768px){
  #start{
    background-image: url(../images/img/bgd-max.jpg);
    height:100vh;
  }
  #prireditve{

  }
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .my-container{
    margin-left: 2.5vw;
    margin-right: 2vw;
  }
  .col-sm-3{
    padding-left: 0px;
    padding-right: 0;
  }
  .col-sm-offset-1{

  }
  .row{
    margin: 0 0 0 0;
    padding-top: 5vh;
  }

  .container-padding{
    padding-top: 5vh;
  }

  p.text{
    color:rgba(0,0,0,1);
    text-align: center;
    font-size: 3vh;
  }
  img.element{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }
  img.square{
    display: block;
    margin: auto;
    max-width:100%;
    max-height:35%;
    background-color: rgba(0, 0, 0, 0.0);
  }

  .element{
    height:60vh;
    width:31vw;
    border-radius: 2px;
    border-width: 1px;
    border-color: red;
    background-color: rgba(169,146,132,0.7);
    margin-top: 15vh;
    border-radius: 20px;
  }

  .button{
    color: rgba(86, 109, 123,1);
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 16vw;
    border: none;
    margin-top: 2vh;
    height: 5vh;
    border-radius: 20px;
    font-size: 2.5vh;
  }
  .button-text{
    text-align: center;
  }
  hr{
    height:0.4vh;
    width:8vw;
    border:none;
    color:#3A2511;
    background-color: rgba(200,200,200,1);
  }

}
/*computer screen 1280*720<800*/
