@media only screen and (max-width : 767px) {
 
}
/* XtraSmall Devices, Tablets */
@media only screen and (min-width : 576px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .events div.first {
	border-right: 1px solid #dabf61;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .events div.first {
	padding-right: 55px;
    }
    .events div.last {
	padding-left: 55px;
    }
    .navbar {
	padding: 0;
	border-bottom: 1px dashed #555;
	border-top: 1px dashed #555;
    }
    .navbar-toggler span {
	background-color: #fff;
     }
}

@media (min-width: 1280px)  {

}
