html, body{
  background-color: #FAFAFF;
  overflow:auto;
  margin: 0;
}


#oprojektu{
  margin-top: 45px;
  text-align: center;
}



#oprojektu div.left img.logo{
  height: 260px;
}


#oprojektu article.headerSet{
  height: 260px;  
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#oprojektu article.headerSet div{
  margin: 0 auto;
  width: 50%;
  display: block;
  float: left;
  height: 100%;
  padding-right: 15px; 
  padding-left: 15px;
}


#oprojektu article.headerSet div.left{
  text-align: right;
  //background: firebrick;
}

#oprojektu article.headerSet div.right{
    //text-align: left;
    padding-top: 40px;
    //background: lime;
}

#oprojektu article.headerSet .page-title{
    z-index: 10;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 10px;
}

#oprojektu article.headerSet input{
    display: inline-block;
    padding: 6px 12px;
    font-family: inherit;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    background: rgb(229,212,80);
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-shadow: 0.5px 0.5px 1px #675848;
}

#oprojektu article.headerSet input:hover{
    background: rgb(219,195,0);
}


@media screen and (max-width: 768px) {

}


#oprojektu section{
  padding-bottom: 10px;
}                                        

#oprojektu section article{
  padding-left: 15px;
  padding-right: 15px;
}

#oprojektu h1{
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
    text-shadow: 0.5px 0.5px 1px #E0D7CD;
}

#oprojektu section.fullContainer, footer{
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
}

#oprojektu section.narrowContainer{
  max-width: 1140px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;  
}

#oprojektu section.fullContainer article, footer article{
  max-width: 1140px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;  
}

#oprojektu section.about{
   line-height: 30px;
   background: rgb(229,212,80);
   padding-top: 40px;
   padding-bottom: 30px;

    font-size: 20px;
    line-height: 30px;
        text-shadow: 1px 1px 1px #e5e5e5;
}

#oprojektu section.about p{
  margin: 0px;
}

#oprojektu img.marker{
    height: 30px;
    margin-bottom: -3px;
}   

#oprojektu ul{
  list-style-type: none;
}

#oprojektu hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

footer{
  background: rgb(219,195,0);
  padding-top: 40px;
}

footer article h4{
  margin-top: 10px;
  margin-bottom: 10px;

}

footer ul{  padding: 0px;  }

footer a{ text-decoration: none; color: black; }

footer a:hover{ text-decoration: underline; }

footer article.prava{
  text-align: right;
  font-size: 12px;
  color: white;
  padding-bottom: 5px;
}

.developer{
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
  align-items: center;
  
}


.developer :first-child{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  margin: auto 15px;

}




@media screen and (min-width: 768px) {
    #oprojektu article.headerSet div.right {
      text-align: left;
    }
    
    #oprojektu article.headerSet .page-title{
        font-size: 48px;
        letter-spacing: 0.05em;
    } 
    
    footer article:not(.prava), article.developer{
      display: flex;
    }
    footer article>div, article.developer>div{
      flex: 1; /*grow*/
    }
    .developer :first-child{
      text-align: right;
    }
    .developer img.pudni_sluzba{
      width: 200px; 
    }
}


@media screen and (max-width: 768px) {
    #oprojektu article.headerSet div.left {
      display: none;
    }
    #oprojektu article.headerSet div.right {
      text-align: center;
      margin: 0 auto;
      float: none;
      width: 100%;
    }
    #oprojektu article.headerSet .page-title{
        font-size: 32px;
        letter-spacing: 0.00em;
    }   

    footer article:not(.prava), article.developer{
      display: block;
    }
    .developer :first-child{
      text-align: center;  
    }
    .developer img.pudni_sluzba{
      width: 200px;
      margin-top: 15px;
    }
}






#popis {
  top: 45px;
	#width: 800px;
  margin:0 auto;
  z-index: 5;
  padding: 1cm;
  background-color: #FFFFFF;
  max-width: 1140px;
  min-width: 320px;
  min-height: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
 
#popis h1{
  font-size: 200%;
  border-bottom: 1px solid #3573AE;
  margin-left: 0cm;
  font-weight: 200;
}

#popis h2 {
    font-size: 120%;
    border-bottom: 1px solid #D8EEFF;
    font-weight: 200;
	  cursor: pointer;
}
                



# tables
table { 
  color: #333; /* Lighten up font color */
  //font-family: Helvetica, Arial, sans-serif; /* Nicer font */
  border-collapse: 
  collapse; border-spacing: 0; 
}

td, th { 
  border: 1px solid #CCC; 
  height: 30px; } /* Make cells a bit taller */

th {
  background: #FAFAFA; /* Light grey background */
  font-weight: bold; /* Make sure they're bold */
}

td {
 # background: #FAFAFA; /* Lighter grey background */
  text-align: center; /* Center our text */
}

#popis p {
	text-align: justify;
}


#loga th {
	border: 0px solid white;
	background: white;
	width: 25%;
}

.kalyTab {
  border-collapse: collapse;
  border-spacing: 0; 
  padding: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
    
}


.kalyTab th{
	text-align: center;
	background: rgb(171,151,114);
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
}

.kalyTab td{
	text-align: left;
	padding: 10px;
}


.autor h3{
	font-size: 20px;
	font-weight: bolder;
}

.autor hr{
	margin-bottom: 10px;
	color: #F8F8F8;
	opacity: 0.2;
}

.autor table{
	width: 100%
}
.autor th{
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	border: 0px solid white;
	background: white;
	width: 70%;
}

.autor th:nth-child(2){
    min-width: 250px !important;
}

.autor b {
	font-size: 15px;
}