.jumbotron {
padding: 10px 10px;
text-align: justify;
}

.navbar-brand{
margin: 0;
padding: 0;
}

.inner-footer{
margin: 0;
padding: 0;
background-color: #994d00;
}

.social-links {
display: flex;
}

.social-links ul {
display: flex;
width: 270px;
height: 80px;
margin: auto;
}

.social-items{
list-style: none;
}

.social-items a{
padding: 15px 15px;
font-size: 40px;
color: #fff;
transition: all .25s;
}

.social-items a:hover{
color: #FFB266;
}

.quick-links{
display: flex;
}

.quick-links ul{
display: flex;
width: 450px;
height: 80px;
margin: auto;
}

.quick-items{
list-style: none;
}

.quick-items a{
text-decoration: none;
padding: 0px 15px;
font-size: 18px;
color: #fff;
transition: all .25s;
}

.quick-items a:hover{
color: #FFB266;
}

.outer-footer{
padding: 10px;
text-align: center;
color: white;
font-size: 18px;
background-color: #000000;
}

.ukazka-materialu img{
width: 30%;
border-radius: 24px;
box-shadow: 4px 4px 4px #000000;
}

.ruzne-typy img{
width: 30%;
border-radius: 24px;
box-shadow: 4px 4px 4px #000000;
}


/******About us****/
.content-main h2{
text-aling: center;
margin:15px;
}

.content-main h2:after {
content: "";
display: block;
width: 450px;
border-bottom: 2px groove #FFB266;
margin: 0px auto;
}

.main-photo img{
border-radius: 50px;
display: block;
margin: 0px 10px;
}

.main1 {
text-align: justify;
}

.about-us {
text-align: justify;
}

.open-button {
  background-color: #2b1500;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 180px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: #E0E0E0;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #FFB266;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #994d00;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
