 body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;

  }

.logo{width: 200px;}

  section {
    display: none; 
}
.show {
    display: block !important; 
}

.display-2{
    text-shadow: 0px 1px 4px black;
    text-shadow: 0px -1px 4px black;
    text-shadow: -1px 0px 4px black;
    text-shadow: 1px 0px 4px black;

}
h3{
    text-shadow: 0px 1px 4px black;
    text-shadow: 0px -1px 4px black;
    text-shadow: -1px 0px 4px black;
    text-shadow: 1px 0px 4px black;}

.swal2-input, .swal2-textarea {
    color: rgb(0, 0, 0)
  }
/*
  header {
    background-color: #663300;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
nav {
    background-color: #996633;
    padding: 10px 0;
    text-align: center;
}
nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
nav a:hover {
    text-decoration: underline;
}
section {
    padding: 20px;
}*/
footer {
    background-color: #343a40;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
}

.microsoftlogo{
    width: 20%;
}





/*Galerie*/

/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}



.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
/*reference*/
.checked {
  color: orange;}





  .informace{
    padding: 40px;
  }








  #fadeElement {
    opacity: 1;
    transition: opacity 1s;
}






#countdown {
    font-size: 24px;
    color: red;}