html {
  font-family: 'Lato', sans-serif;
}
h1 {
	text-align: center;
	font-family: 'IM Fell English SC', serif;
}
h2, h3 {
	font-family: 'IM Fell English SC', serif;
}
body {
    background-color: #f2dcdb; /* HLCpink */
	margin:0;
}
* {
    box-sizing: border-box;
} 
.row::after {
    content: "";
    clear: both;
	display:table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.header {
	float:left;
	width: 100%;
    padding: 15px;
}
.innerHeader {
	background: url('../img/Navbar-background_Hickstead-Lodge-Cattery_n.jpg');
	background-color: #c8c5c0; /* HLCgrey */
    border-radius:5px;
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
	margin-left:8.75%;
	width:82.5%;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 850px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* Top Navigation Bar for Phones & Tablets */
.topnav {
	overflow: hidden;
	background-color: #f2dcdb; /* HLCpink */
}
.topnav a {
  float: left;
  color:Black;
  display: block;
  font-size: 100%;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.topnav a:hover, .topnav a:first-child {
  background-color: #f2dcdb; /* HLCpink */
  font-weight: bold;
}
.topnav a:first-child {
	font-size:110%;
	line-height:75%;
	border-radius: 5px;
}
.current-pge {
  font-weight: bold;
  position: relative;
  border-radius: 5px;
  
  border: 1px solid #c8c5c0; /* HLCgrey */
  background-color: #e9e7e5; /* HLClightGrey */
  height:100%;
}
/* Hide burger button */
.topnav .icon {
  display: none;
}

/* Display burger button on mobiles; not tablet-size screens */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	border-radius: 5px;
	border: 1px solid #c8c5c0; /* HLCgrey */
    background-color: #e9e7e5; /* HLClightGrey */
  }
}

/* Display navigation menu vertically when user clicks on burger button */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Hide top-navigation-bar and bottomBar on desktop size screen */
@media (min-width: 850px) {
	.topnav, .bottomBar {display:none;}
}
.mainNav, .sideBar {
	display: block;
}
/* Hide main-navigation-buttons, full-screen logo, and sideBar on mobile-devices */
@media (max-width: 850px) {
	.mainNav, .header, .sideBar {display:none;}
}
.box {
	width:100%;
	float:left; 
	padding:15px;
	display:table-cell;
	border-radius: 5px;
	background-color:Snow;
}
.shadow {
	-webkit-box-shadow:2px 2px 2px DimGrey;
	-moz-box-shadow:2px 2px 2px DimGrey;
	box-shadow:2px 2px 2px DimGrey;
}
.hlcTopLogo {
	max-width: 110px;
}
.hlcMainLogo {
	float: left;
	max-width: 200px;
}
#flex-row {
	width: 60%;
	margin: 0 0 0 300px;
}
#flex-row div {
	width: 20%;
	float:left;
}
#flex-row div .cat-tag {
	float: right;
	margin-top:35px;
	margin-right:70px;
}
.catTag_content {
	z-index: 2;
	color: Black;
	font-size:100%;
	line-height: 180%;
	text-align: center;
	position: relative;
	text-decoration: none;
}
.catTag {
    width:90px; 
	height:90px;
	border-radius:50%;
	box-shadow:2px 2px 2px 2px DimGrey;
	position:relative;
    margin:50px auto;
    overflow:hidden;
}
.catTag:after {
    content:'';
    position:absolute;
	z-index: -1;
    left:40%; 
	top:13%;
    border-radius:100%;
    width:15px; 
	height:15px;
	border: 1px solid #c8c5c0; /* HLCgrey */
    box-shadow: 0px 0px 0px 2000px #f9f9f8; /* HLCwightGrey */
}
.shake {
	display:inline-block;
}
.shake {
	display:block;
	position:relative;
}
@-webkit-keyframes catTagShake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover, .shake:focus {
	-webkit-animation-name: catTagShake;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.active-tag {
	font-weight:bold;
}
img {
	border-radius:5px;
    max-width: 100%;
    height: auto;
}
.aboutUsImg {
	float:center;
	display:block;
	margin:0 auto 0 auto;
}
.btn {
	font-size:100%;
	text-align: center;
	text-decoration: none;
	display: in-line-block;
	margin:0 auto 10px auto;
	padding:15px 15px 15px 15px;
}
.pad_bold {
	font-size:150%;
}
.facebook-btn {
	width:100px;
	padding:8px;
	color: White;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid White;
	background-color: #4267b2; /* FaceBlue */
}
.contact-btn {
	color: Black;
	font-size:85%;
	max-width:245px;
	border-radius: 5px;
	background-color:#f2dcdb; /* HLCpink */
	border: 1px solid #e9e7e5; /* HLClightGrey */
}
.contact-btn:focus, .contact-btn:hover, .cat-tag:focus, .cat-tag:hover  {
	border: 1px solid #c8c5c0; /* HLCgrey */
	background-color: #e9e7e5; /* HLClightGrey */
	-webkit-box-shadow:4px 4px 4px DimGrey;
	-moz-box-shadow:4px 4px 4px DimGrey;
	box-shadow:4px 4px 4px DimGrey;
}
.facebook-btn:focus, .facebook-btn:hover {
	font-weight: bold;
	border-radius: 5px;
	background-color: #4267b2; /* FaceBlue */
	-webkit-box-shadow:4px 4px 4px DimGrey;
	-moz-box-shadow:4px 4px 4px DimGrey;
	box-shadow:4px 4px 4px DimGrey;
}
.arial {
	font-family: Arial, sans-serif;
	font-size: 60%;
}
.paw {
	list-style-image: url('../img/cat-paw.png');
	list-style-position: inside;
    font-size: 1.5em;
	font-weight:bold;
}
#mapSide {
	margin:0;
	padding:0;
	width: 100%;
	min-height:550px;
	border-radius:5px;
}
#mapFoot {
	margin:0;
	padding:0;
	width: 100%;
	min-height:400px;
	border-radius:5px;
}
.footer {
	clear:both;
    text-align: center;
    font-size:93%;
    padding: 15px;
}
.webCurrant_logo {
	float:right;
	color: White;
	width: 16px;
	height: 16px;
	margin: 20px;
	font-size:55%;
	display: block;
	overflow: hidden;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	font-weight: bolder;
	font-family: 'Joti One', cursive;
	background-color: #c3092d; /* CharlesB2T Red */
	text-shadow: 2px 2px 4px #4e0312; /* Shadow Red */
}
.webCurrant_logo:focus, .webCurrant_logo:hover {
	-moz-box-shadow:2px 2px 2px DimGrey;
	-webkit-box-shadow:2px 2px 2px DimGrey;
	box-shadow:2px 2px 2px DimGrey;
}

/*
Theme Name: "Hickstead Lodge Cattery"
Original Author: David King
Version: 1.2 - redeveloped as mobile-first responsive website by, Charles Brittain, Web Developer  http://www.webcurrant.com/
Tags: none
*/
