@charset "utf-8";
/* CSS Document */

@media (max-width: 767px) {
  #menu-label {
	  right: 70px;
  }
  img#self-portrait {
	  max-width: 40%;
	  border-style: solid;
	  border-width: 5px;
	  border-color: #cc9933;
  }
  form.contact-form {
	  width: 90%;
  }
	#Name {
	  width: 100%;
  }
	#EmailAddress {
	  width: 100%;
  }
	#Message {
	  width: 100%;
  }
	#Human {
	  width: 100%;
  }
}
	
	
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


  body {
		padding-top: 90px;
  }
  .main-header-container {
		display: none;
  }
  .top {
		display: none;
  }
}


@media (min-width: 992px) {
    .menu-label {
	  display: none;
  }
  .navbar-fixed-top {
	  display: none;
  }
  .fixed {
	  position: fixed;
	  width: 100%;
	  top: 0;
  }
  main.main-content-container {
	  padding-top: 220px;
  }
}


a {
	color: #cc9933;
}
a:active {
	outline-color: #000000;
}
a:focus {
	outline-color: #000000;
}
a:visited {
	outline-color: #000000;
}
.menu-label {
	position: fixed;
	top: 11px;
	right: 85px;
	z-index: 1100;
}
.menu-label p {
	color: #000000;
	font-size: 20px;
}
.navbar-default {
	border-color: #333333;
}
.navbar-fixed-top {
	background-color: #cc9933;
	border-bottom-width: 10px;
	text-align: center;
	font-size: 20px;
}
#topFixedNavbar1 .navbar-nav a {
    color: #ffffff;
}
#topFixedNavbar1 .navbar-nav a:hover {
    color: #333333;
}
#topFixedNavbar1 li.active a {
	color: #993300;
	background-color: #333333;
}
#topFixedNavbar1 li.active a:hover {
	color: #993300;
	background-color: #333333;
}
#topFixedNavbar1 .open > .dropdown-toggle:visited,
#topFixedNavbar1 .open > .dropdown-toggle:active,
#topFixedNavbar1 .open > .dropdown-toggle:focus {
	color: #993300;
	background-color: #333333;
}
#topFixedNavbar1 .dropdown-menu a {
	color: #333333;
}
#topFixedNavbar1 .dropdown-menu a:hover {
	background-color: #666666;
}
#topFixedNavbar1 .dropdown-menu {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.logo-small {
    height: 80px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 2;
}
.navbar-brand {
	padding-right: 0;
	padding-top: 0;
}
a.navbar-brand {
	padding-left: 0;
}
.navbar-toggle.collapsed {
	margin-right: 30px;
}
.navbar-toggle {
	margin-right: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333333;
}
.navbar-default .navbar-toggle:hover {
	background-color: #666666;
}
#topFixedNavbar1 ul.nav.navbar-nav {
	padding-top: 30px;
}
.navbar-default .navbar-collapse {
	z-index: -1;
}




@font-face {
	font-family: Poppins;
    src: url(https://www.gareth-hinchliffe.co.uk/fonts/Poppins-Regular.ttf);
}
@font-face {
	font-family: Poppins;
    src: url(https://www.gareth-hinchliffe.co.uk/fonts/Poppins-Bold.ttf);
	font-weight: bold;
}

body {
   	background-color: #222222;
	font-family: Poppins, Arial, sans-serif;
	padding-bottom: 70px;
}
a.text {
	color: #cc9933;
	text-decoration: underline;
	font-weight: bold;
}
a.text:hover {
	color: #993300;
}
.container-fluid {
	padding: 0;
}
header {
	z-index: 100;
	padding-bottom: 12px;
	background-color: #000000;
}
.top-header {
    	background-color: #cc9933;
	height: 120px;
	text-align: center;
}
.logo {
	height: 180px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.bottom-header-line {
    	background-color: #333333;
    	height: 10px;
}
.nav-left {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
    	padding-right: 130px;
	background-color: #000000;
}
.nav-left a {
	margin-left: 10px;
}
.nav-right {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	padding-left: 130px;
	background-color: #000000;
}
.nav-right a {
	margin-left: 10px;
}
.btn-default {
	font-size: 20px;
	color: #cccccc;
	background-color: #000000;
	border-color: #000000;
	height: 45px;
	margin-top: 5px;
	outline-color: #000000;
}
.btn-default:hover {
	color: #333333;
	background-color: #cc9933;
	border-color: #000000;
	transition: background-color 0.25s ease, color 0.25s ease;
}
.btn-default:focus {
	color: #993300;
	background-color: #333333;
	border-color: #000000;
	outline-color: #000000;
}
.btn-default:active {
	color: #ffffff;
	background-color: #993300;
	border-color: #000000;
}
.btn-default:active:focus {
	background-color: #666666;
	border-color: #000000;
	outline-color: #000000;
}
.dropdown-menu {
	font-size: 20px;
	background-color: #cc9933;
}
.open > .dropdown-toggle.btn-default {
	background-color: #cc9933;
	border-color: #000000;
}
.open > .dropdown-toggle.btn-default:focus {
	color: #993300;
	background-color: #333333;
	border-color: #000000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #666666;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #993300;
	border-color: #000000;
}
hr {
	border-color: #cc9933;
	margin-top: 9.5px;
}
.main-content-container {
	clear: both;
	padding-top: 25px;
}
.row.title {
	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
}
.row.title h1 {
	font-size: 48px;
	margin-top: 76px;
	margin-bottom: 0;
}
.row {
	margin: 0;
}
.col-md-12 {
	padding-left: 10%;
	padding-right: 10%;
	font-size: 20px;
	color: #e6e6e6;
}
.intro {
	text-align: center;
}
#carousel1 {
	margin-bottom: 40px;
}
.carousel-inner > .item > img {
	max-width: 60%;
}
.carousel-indicators li {
	border-color: #cc9933;
}
.carousel-indicators .active {
	background-color: #cc9933;
}
#self-portrait {
	max-width: 25%;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: #cc9933;
}
#self-pony {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#second-title {
	clear: both;
	margin-top: 40px;
}
.contact-form {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
label {
	color: #cc9933;
}
input {
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccc;
	border: none;
	width: 450px;
	color: #000000;
}
textarea {
	color: #000000;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccc;
	border: none;
	width: 450px;
}
.send-message-button-container {
	text-align: center;
}
.submit {
	color: #000000;
	font-weight: bold;
	background-color: #cc9933;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	border: none;
	width: 200px;
}
.submit:hover {
	background-color: #999999;
}


#back-to-top {
    	background: none;
    	margin: 0;
    	position: fixed;
    	bottom: 80px;
    	right: 30px;
    	z-index: 100;
    	display: none;
    	text-decoration: none;
    	color: #cc9933;
	font-size: 60px;
}
#back-to-top:hover {
	color: #993300;
}
#back-to-top:focus {
	color: #666666;
}


.text-logo-container {
	text-align: center;
	margin-bottom: 50px;
}
.text-logo-container-mobile {
	text-align: center;
	margin-bottom: 50px;
}
.text-logo {
	height: 180px;
	border-radius: 5px;
}
.text-logo-small {
	height: 80px;
	border-radius: 5px;
}


.navbar-fixed-bottom {
	background-color: #cc9933;
	border-top-width: 10px;
	text-align: center;
}
#bottomFixedNavbar1 .navbar-right {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 20px;
}
#bottomFixedNavbar1 .navbar-nav a {
    	color: #ffffff;
}
#bottomFixedNavbar1 .navbar-nav a:hover {
    	color: #993300;
}
.navbar-default p.navbar-brand {
	height: 50px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 20px;
	color: #000000;
}
.navbar-default p.navbar-brand:hover {
	color: #000000;
}
.navbar > .container-fluid .navbar-brand {
	margin-left: 30px;
}
.navbar-collapse.in {
	overflow-y: hidden;
}