body{
	background-color:#fff;
	color:#555;
	font-family:Arial, Helvetica, sans-sarif;
	font-size: 16px;
	line-height:1.6em;
	margin: 0;
}


.container{
	width:80%;
	margin: auto;
	overflow: hidden;

}

#main-header{
	background-color: #EA1F30;
	color: #fff;
}

#navbar{
	background-color: #444444b4;
	color: rgba(255, 255, 255, 0);
  margin-bottom: 0px;
    width:100%;
    z-index: 2;

}

.navbar-links{
  width:80%;
	margin: auto;
	overflow: hidden;
}

#navbar ul{
    padding:0;
    display: flex;

}

#navbar li{
	display: inline;
  list-style:none;
}

#navbar a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 1.3rem;
  display: block;
}

#navbar a:hover{
  color:#EA1F30;
}

.toggle-button{
  position: absolute;
  top: .9rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 40px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 1000px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 10px;
}

#showcase{
	background-image:url('../images/foto.jpg'); 
	background-position: center;
	min-height: 400px;
	max-width: 100%;
	margin-bottom: 30px;
	text-align: center;

	object-fit: cover;
}

#showcase h1{
	color: #fff;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 100px;
	margin-top: 0px;
}

#showcase h2{
	color: #fff;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#main h1{
	color:#EA1F30 ;
}

#main{
	float: left;
	width: 50%;
	padding: 0 80px;
	box-sizing: border-box;
}

#sidebar-top{
	float: right;
	width: 50%;
	color: rgb(0, 0, 0);
	padding: 10px;
	padding-bottom: 100px;
	box-sizing: border-box;

}

#sidebar-bottom{
	float: right;
	width: 50%;
	color: rgb(0, 0, 0);
	padding: 10px;
	padding-bottom: 100px;
	box-sizing: border-box;

}

#sidebar-top p{
	float: left;
}

input[type=image]{
	width: 160px;
	padding-right: 160px;
	float: left;
}

.main-footer{
  max-width: 1170px;
 
  margin:auto;

}

footer ul{
  list-style: none;
  padding: 0px;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.footer{
	background-color: #1d3557;
  padding: 70px 0;
  clear: both;
  margin-top: -200px;
  margin-bottom: 0px;

 
}

.footer-col{
  width: 25%;
  padding: 0 10px;
}

.footer-col h4{
  font-size: 18px;
  color: #f2f2f2;
  text-transform: capitalize;
  margin-bottom: 1px;
  position: relative;
}

.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color:#EA1F30 ;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}

.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #f2f2f2;
  text-decoration: none;
  color: #f2f2f2;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover{
  color: #f2f2f2;
  padding-left: 10px;
}


@media(max-width: 1000px){
  .text{
    padding-top: 100px;
    font-size: 30px;
  }
  
  .toggle-button{
    display: flex;
  }


  .navbar-links{
    display: none;
    flex-direction: column;
  }

  .navbar-links ul{
    flex-direction: column;
  }

  .navbar-links.active {
    display: flex;
  }

}



.slideshow-container {
  max-width: 1400px;
  position: relative;
  margin: auto;
  object-fit: fill;

}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font: Verdana;
  text-shadow: 4px 4px #242424;
  font-size: 60px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media(max-width: 768px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
  }

  #sidebar-top{

    display: none;
  }

  #sidebar-bottom{
    display: none;
  }

  #main{
    width: 100%;
  }



}

@media(max-width: 574px){
  .footer-col{
    width: 100%;

  }

  .text{
    font-size: 18px;
    padding-top: 100px;
  }
}

html, body {
    overflow-x: hidden;
}
