{% load static from staticfiles %}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Bitter');
html,body {
    height:100%;
  width:100%;
  position:relative;
  font-family: 'Bitter', serif;;
    font-size: 1em;
    color: #000;
    font-weight: 400;   
    background-color:#ebebe0;
}

.text-block {
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5);;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family:  'Patua One', cursive;
}

.carousel-item {
  height: 30vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.width {
  max-width: 90%;
  margin: 0 auto;
}

.main-width{
  max-width: 90%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.hpad{
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #000;
}

.navbar-fixed-top {
    min-height: 80px;
    background-color: #004d4d;
}

.header {
    min-height: 80px;
    background-color: #ebebe0;
}

div #docbox {
    position:relative;
    width: 50%;
    height: 40%;
    padding: 5px;
    margin-left: 15px;
    border: 1px solid #000;
}

img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

.img-group{
  display:flex;
  padding-bottom: 10px;
  padding-top: 5px;
  background-color: #b3d9ff/*#80bfff/*#4da6ff/*#ff6666/*#ffa64d/*#ff8080/*rgba(230, 115, 0, 0.7)/*#e5bcbc/*#ffcccc*/;
  border-radius: 7px;
  color:white;
}

.column {
    float: left;
    padding: 30px;
    width:400px;
    height:300px;
    text-align: center;
}
.column-img{
  width:180px;
  height:180px;
  margin-bottom: 20px;
}


.thumbimg{
    border: 2px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    margin:auto;
    width: 200px;
    height: 250px;
}

.thumbimg1{
    border: 3px solid #999;
    border-radius: 4px 0 4px 0;
    margin:auto;
    width: 300px;
    height: 455px;
}

.customContainer{
  margin: 0px 15px;
  padding: 0px 15px; 

}

.DivToScroll{
    position:relative; 
    background-color: #F5F5F5;
    border: 2px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll{
    height:300px;
    overflow:scroll;
    overflow-x:hidden;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#myProgress {
  width: 100%;
  background-color: #fff;
}

#myBar {
  width: 1%;
  height: 15px;
  background-color: #0066ff;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 2px solid #A52A2A;
  /*set the size of the lens:*/
  width: 200px;
  height: 100px;
  cursor: pointer;
}

.img-zoom-lens1 {
  position: absolute;
  border: 1px solid #A52A2A;
  /*set the size of the lens:*/
  width: 100px;
  height: 70px;
  cursor: pointer;
}

.img-zoom-result {
  border: 1px solid #A52A2A ;
  /*set the size of the result div:*/
  width: 600px;
  height: 455px;
}

.img-zoom-result1 {
  border: 2px solid #A52A2A ;
  /*set the size of the result div:*/
  width: 300px;
  height: 200px;
}

@media only screen and (min-width: 1900px) {
  .img-zoom-result {
  width: 800px;
  height: 600px;
  }
  .img-zoom-result1{
  width: 400px;
  height: 300px;
  }
  .wr-zoom-result1{
  width: 400px;
  height: 300px;
  }
  
  .img-zoom-lens{
    width: 200px;
    height:150px;
  }
  .thumbimg{
    width: 500px;
    height: 600px;
  }
  .thumbimg1{
    width: 400px;
    height: 650px;
  }
  li, p{
    font-size: 1.5em;
  }
  h1{
    font-size: 4em;
  }
  h2{
    font-size: 3em;
  }
  h3, h4{
    font-size: 2.5em;
  }
  a{
    font-size: 1.5em;
  }
  .navbar-brand{
    font-size: 2em;
  }
  .column{
    width:700px;
    height:500px;
  }
  .column-img{
    width:300px;
    height:300px;
  }
  .nav-item{
    font-size: 1em;
  }
}
