/*!
 * Start Bootstrap - 1 Col Portfolio (https://startbootstrap.com/template-overviews/1-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color:#2b374b;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  font-size: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color:#fc9d9a;
  /*text-transform: uppercase;*/ }

.structure{
  font-weight: 700;
  color:#FC942D;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.tittle {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color:#fc9d9a;
  text-transform: uppercase; 
}

.pagination {
  margin-bottom: 15px;
}



div.event-main {
		width:100%;	
		text-align:justify;
		height: auto;
}
div.event-date {
		display:inline-block;
		width:25%;
		text-align:left;
}
div.event-title {
		display:inline-block;
		width:73%;
		vertical-align: top;

}
.btn-primary,  .btn-primary:visited  {
    background-color: #FC942D !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #ffaf33 !important;
}

.modal-body, .modal-header, .modal-footer{
    background-color:#FEFDF0;
}
