/* ========== FONTS ========== */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&family=Fira+Sans+Extra+Condensed&family=Playfair+Display&display=swap');

/* ---------- SITE COLORS ---------- */
/*
ffc002 gold
4472c4 blue
bc0000 red
626262 grey
*/

/* ---------- HEADER ---------- */
.container-header {
    background-color: #ffffff;
    background-image: none;
}

.navbar-brand {
	margin: auto;
}

.icon-menu {
	color: #bc0000;
}

.container-header .navbar-toggler {
	border: 1px solid #ffffff;
}

.container-header .mod-menu {
	font-family: 'Fira Sans Extra Condensed', san-serif;
	color: #bc0000;
	text-transform: uppercase;
}

.container-header .mod-menu .active {
	color: #0a2e36;
}

.mod-languages {
	float: right;
}

/* ---------- MENUS ---------- */
.sidenav .closebtn {
	text-decoration: none;
}

.mySidenav a {
	text-decoration: none !important;
}

.metismenu.mod-menu .mm-toggler  {
	text-transform: uppercase;
}

.com-content-category-blog.blog h1 {
	font-family: 'Playfair Display', serif;
    font-size: 200%;
    color: #000000;
    font-weight: 400;
}
/* ---------- BODY STYLES ---------- */
body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

element.style {
	font-size: 20px;
}

.small {
	font-size: 70%;
}

.blockquote-left {
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #e9ab17;
	background-color: #f8e5b9;
	padding: 12px;
}

.blockquote-right {
	width: 80%;
	margin-right: 10%;
	border-right: 5px solid #e9ab17;
	background-color: #f8e5b9;
	padding: 12px;
}

.blockquote p {
	font-size: 80%;
}

.page-header a {
	text-decoration: none;
	color: #ffc002;
}


/* ---------- IMAGES ---------- */
.float-left {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.float-right {
    float: right;
    margin-left: 18px;
    margin-bottom: 18px;
}

.col-md img {
	margin-bottom: 20px;
}


/* ---------- PAGE STYLES ---------- */
.page-header h1 {
	font-family: 'Playfair Display', serif;
	font-size: 200%;
	color: #000000;
	font-weight: 400;
}

.page-header {
	border-bottom: none;
}

h2 {
	font-family: 'Fira Sans Condensed', san-serif;
	color: #4472c4;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 140%;
	margin-bottom: 0;
}

h3 {
	color: #bc0000;
	font-size: 150%;
	font-weight: 400;
}

h3.divider {
	color: #bc0000;
	font-size: 150%;
	font-weight: 400;
	border-bottom: 1px solid #626262;
	text-transform: uppercase;
}

/* ---------- TABLE STYLES ---------- */
th, td {
	border-bottom: 1px solid #4472c4;
	vertical-align: top;
} 

th {
  background-color: #dfdfdf;
  color: black;
}

/* ---------- CARD STYLES ---------- */
/*.card {
	padding-right: 0px;
	padding-left: 0px;	
}

.card-header h3 {
	margin-left: 0px;
	margin-right: auto;
	padding: 10px;
}

.sidebar-right.card {
	margin-left: 0px;
}
*/
/* ---------- LIGHTBOX ----------*/
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* ---------- LOGIN FORM ---------- */
.login .list-group > a {display: none; visibility: hidden;}

/* ---------- FOOTER ---------- */
.footer {
	background-image: none;
	background-color: #626262;
}

.footer .col-md-3 {
	padding-right: 20px;
}

.footer .grid-child {
	align-items: start;
}

.footer h3 {
	color: #ffc002;
	font-size: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #ffc002;
}

.footer p {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
}

.footer a {
	text-decoration: none;
}

/* ---------- BUTTONS ---------- */
.btn,
.btn-block {
	all: revert;
	background-color: #4472c4;
	color: #fff;
	font-size: 120%;
	padding: 5px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}

.btn-block {
	width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #4472c4;
	background-color: #ffffff;
	border: 1px solid #4472c4;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

/* ---------- MEDIA QUERIES ---------- */
/*@media only screen and (max-width: 550px) {
	  	
  	.align-left {
    width: 100%;
	}

	.align-right {
    width: 100%;
	}
}
*/