@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  padding-top:20px;
  display:block;
  overflow-x:hidden;
  font-family: "Roboto", sans-serif;
  color: black;
  /*background-image:url("../../assets/img/paper_bck.jpg");*/
  background-color: white;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Questrial", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e62125;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}

.back-to-top:hover {
  background: #e62125;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header # Navbar
--------------------------------------------------------------*/

#mainNav{ 
background-color:#333333 !important; 
}
#brand-pic{
width:80%;
}

/*--------------------------------------------------------------
# Hero

--------------------------------------------------------------*/
#hero {
	margin-top:20px;

}

#hero{
color:black;
font-size:15px;
text-align:justify;
}

#hero h2 {
padding-top:180px;
}
#hero h6 {
padding-top:180px;
}

.center-image{
	padding-top:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item {
width:100%;
object-fit: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #e62125;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

/*--------------------------------------------------------------
# kontakt
--------------------------------------------------------------*/
.card-contact {
margin-left:auto;
margin-right:auto;
float:none;
background-color:none;
color:black;
font-size:12px;
padding:1rem;
text-align:justify;
}

