@charset "UTF-8";
/* Body */
* {
	box-sizing: border-box;
}
/* Pre-loader CSS */
.page-loader{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #E61D25;
    z-index: 1000000;
    .txt{
        color: hsla(0,0%,100%,1.00);
        text-align: center;
        top: 48%;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: bold;
        line-height: 1.5;
    }
}
.logo-load{
	display: flex;
	height: 90px;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 38%;
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: 1000001;
}
/* Spinner animation */
.spinner {
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 1%;
  left: 1%;
  transform: translate(-50%,-50%);
  transform: -webkit-translate(-50%,-50%);
  transform: -moz-translate(-50%,-50%); 
  transform: -ms-translate(-50%,-50%);
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
::-webkit-scrollbar{
	width: 0.7vw;
	background: #ffffff;
}
::-webkit-scrollbar-thumb{
	background: -webkit-linear-gradient(#E61D25,#E61D25);
	background: linear-gradient(#E61D25,#E61D25);
}
::-webkit-scrollbar-thumb:hover{
	background-color: #E61D25;
	background-color: #E61D25;
}
@-webkit-keyframes sk-scaleout {
  0% { 
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
  100% {
    -webkit-transform: scale(3.0);
	transform: scale(3.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    opacity: 0;
  }
}
body {
	font-family: "termina", sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topBtn {
	font-weight: bold;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline:none;
	background-color: #FFFFFF;
	color:#E61D25;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;;
	width: 50px;
	height: 50px;
}
#topBtn:hover{
	background-color: #E61D25;
	color: #FDFDFD;
	transition: all 0.3s ease-in-out;
}
.p{
	font-family: "termina", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #560002;
}
.special_header{
	text-align: center;
	color: #E61D25;
	font-size: 40px;
}
.topnav{
	position: fixed;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	z-index: 9999;
	font-family: "termina", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.topnav a {
	float: left;
	color: #000000;
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}
.topnav a:hover{
	background-color: #E61D25;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.topnav a.active{
	background-color: #E61D25;
	color:#FFFFFF;
}
.topnav-centered a{
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topnav-centered a:hover{
	background-color: #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.topnav-left{
	float: left;
	padding-left: 20px;
}
.topnav-right{
	float: right;
	padding-right: 20px;
}
.topnav .icon{
	display:none;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
.button1{
	width: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: 3px;
	text-align: middle;
	vertical-align: middle;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #E61D25;
	color: #E61D25;
	transition: all 0.3s ease-in-out;
	font-family: "termina", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.button1:hover {
	border: 3px solid #E61D25;
	background-color: #E61D25;
	color: #FFFFFF;
	cursor: pointer;
}
ul li a {
	color: #000000;
	text-decoration:none;
}
ul li:hover a {
	background-color: #D34244;
	color: #FFFFFF;
}
.breadcrumb {
	display: inline-block;
    text-align: center;
	width: 100%;
    font-size: 14px;
    margin: 20px 0 30px 0;
    color: #555;
}

.breadcrumb a {
    color: #E61D25;  
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .divider {
    margin: 0 8px;
    color: #888;
}

.breadcrumb .current {
    color: #333;
    font-weight: bold;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #E61D25 !important;
    text-decoration: none;
}
.hero_header {
	color: #E61D25;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 70px;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	background-image: url("../images/photography/20160813_192825_Richtone(HDR).jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 400px;
	padding-bottom: 400px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
}
/* About Section */
.text_column {
	width: 33%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.word-carousel{
	padding-top: 20px;
	padding-bottom: 30px;
}
.word-rotate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 10em;
  height: 10em;
  position: relative;
  display: inline-block;
  li {
	color: #E61D25;
    height: 1.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }
}
.image_carousel1, .image_carousel2, .image_carousel3, .image_carousel4, .image_carousel5{display: none}
.carousel_container img {vertical-align: middle;}

/* Slideshow container */
.carousel_container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #E61D25;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #E61D25;
  color: #FFFFFF;
}
.fade{
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade{
	from{opacity: .4}
	to{opacity: 1}
}
.middle_image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.middle_item{
	width: 100%;
	padding: 0 8px;
	padding-top: 4px;
}
.grid_menu{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;
	grid-gap: 10px;
	padding: 10px;
}
.special_grid_menu{
	display: grid;
	grid-template-columns: 500px auto;
	grid-gap: 10px;
	padding: 10px;
	text-align: left;
}
.special_grid_menu picture img{
	width: 25%;
}
.special_grid_menu ul{
	text-align: center;
}
.grid_item{
	position: relative;
	display: block;
	overflow: hidden;
}
.special_grid_item{
	position: relative;
	display: block;
	overflow: hidden;
}
.grid_item p{
	text-align: left;
}
.grid_item li{
	list-style-type: none;
}
.grid_item .overlay{
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #E61D25;
}
.grid_item:hover .overlay{
	opacity: 1;
}
.grid_item .overlay_left{
	position:absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: .5s ease;
	background-color: #E61D25;
}
.grid_item:hover .overlay_left{
	opacity: 1;
	width: 100%;
}
.grid_text{
	color: white;
	font-weight: bolder;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.grid_menu img{
	width: 100%;
	height: 100%;
}
.grid_menu img:hover{
	background-color: #E61D25;
	color: #E61D25;
	opacity: 0.5;
}
.grid_row{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}
.grid_column{
	flex: 25%;
	padding: 0 4px;
}
.grid_column img{
	width: 100%;
	margin-top: 8px;
	vertical-align: middle;
}
.iframe-container{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 4px;
}
.responsive-iframe{
	width: 100%;
	height: 480px;
	border:none;
	padding: 0 8px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.contact{
	padding-top: 120px;
	text-align: center;
	box-sizing: border-box;
}
.contact_header{
	color: #E61D25;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 50px;
	font-family: "termina", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.contact h2{
	text-align: left;
}
.contact p{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width:100%;
}
.contact_container{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 75px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
button[type=submit] {
  background-color: #FFFFFF;
  color: #E61D25;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  border: 3px solid #E61D25;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
}
button[type=submit]:hover{
	background-color: #E61D25;
	color: white;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #E61D25;
}
textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h2 {
	text-align: center;
	color: #E61D25;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button2{
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button2:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E61D25;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.copyright a{
	text-decoration: none;
	color: #FFFFFF;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width : 399px ){
.contact_header{
		padding-top: 100px;
	font-size: 25px;
	}
.topnav{
		overflow: hidden;
		position: fixed;
		float: none;
		align-content: center;
		z-index: 9999;
	}
	.topnav a:not(:only-child){display:none;}
	.topnav-centered a{
		position: relative;
		top: 0%;
		left: 0%;
		transform: none;
		align-items: center;
		padding-bottom: 50px;
	}
	.topnav a.icon{
		float: center;
		display: block;
		cursor: pointer;
		position: absolute;
		left:47%;
		top:100px;
	}
	.topnav.responsive {position: fixed;}
	.topnav.responsive .icon{
		position: absolute;
		left:47%;
		top:100px;
	}
	.topnav.responsive .icon:active{
		padding: 16px;
	}
	.topnav.responsive a, .topnav-left, .topnav-right{
		float: none;
		display: block;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
header a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float:none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.hero_header{
	font-size: 30px;	
}
.tagline{
	font-size: 20px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #FFFFFF;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.grid_menu{
	grid-template-columns: auto;
	grid-template-rows: auto;
}
.grid_column{
	float: left;
	flex: 100%;
	max-width: 100%;
	padding: 0 4px;
}
.special_grid_menu{
	display: grid;
	grid-template-columns: 250px;
	grid-gap: 10px;
	padding: 10px;
	text-align: left;
	font-size: 15px;
	align-content: center;
}
.special_grid_menu img{
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
	.special_grid_menu li{
		text-align: left;
	}
}

/* Small Tablets */
@media ( min-width : 400px ) and (max-width : 934px ){
	.contact_header{
		padding-top: 50px;
		font-size: 35px;
	}
	.topnav{
		overflow: hidden;
		position: fixed;
		float: none;
		align-content: center;
		z-index: 9999;
	}
	.topnav a:not(:only-child){display:none;}
	.topnav-centered a{
		position: relative;
		top: 0%;
		left: 0%;
		transform: none;
		align-items: center;
	}
	.topnav a.icon{
		float: center;
		display: block;
		cursor: pointer;
		padding: 16px;
		position: absolute;
		right:0;
		top:30px;
	}
	.topnav.responsive {position: fixed;}
	.topnav.responsive .icon{
		position: absolute;
		right:0;
		top:30px;
	}
	.topnav.responsive .icon:active{
		padding: 16px;
	}
	.topnav.responsive a, .topnav-left, .topnav-right{
		float: none;
		display: block;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
header a img{
	display: inherit;
	margin-left: center;
	margin-right: center;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #FFFFFF;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tagline{
		font-size: 20px;
	}
.hero_header{
	font-size: 50px;	
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.grid_menu{
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}
.grid_column{
	float: left;
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
}
.special_grid_menu{
	display: grid;
	grid-template-columns: auto;
	grid-gap: 10px;
	padding: 10px;
	text-align: left;
}
.special_grid_menu img{
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}
}

/* Small Desktops */
@media (min-width : 935px ) and ( max-width : 1556px ){

.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.special_grid_menu{
	display: grid;
	grid-template-columns: 400px auto;
	grid-gap: 10px;
	padding: 10px;
	text-align: left;
}
.special_grid_menu img{
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}
	.breadcrumb {
        font-size: 12px;
        line-height: 1.5em;
    }
}
