@charset "utf-8";
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/*-- modal Section
----------------------------------------------------------------------
.modal-content {
	-webkit-box-shadow: 0 0px 15px rgba(255,255,255,.4);
    box-shadow: 0 0px 15px rgba(255,255,255,.4);
}
.modal-header {
	background-color:#2c2d2c;
	border-bottom: 1px solid #2c2d2c;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.modal-title {
	font-size:28px;
	font-size:2.8rem;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
}
.modal-header .close {
	color:#fff;
}
.modal-body {
	background-color:#f1f1f1;
}
.modal-footer {
	background-color:#2c2d2c;
	border-top: 1px solid #2c2d2c;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2c2d2c;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */