@font-face {
	font-family: 'Alfa Slab One';
	src: url('fonts/AlfaSlabOne-Regular.eot');
	src: url('fonts/AlfaSlabOne-Regular.eot@') format('embedded-opentype'),
         url('fonts/AlfaSlabOne-Regular.woff') format('woff'),
         url('fonts/AlfaSlabOne-Regular.ttf') format('truetype'),
         url('fonts/AlfaSlabOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Fira Sans';
	src: url('https://www.barrysbakery.co.uk/fonts/FiraSans-Heavy.eot');
	src: url('https://www.barrysbakery.co.uk/fonts/FiraSans-Heavy.eot?') format('embedded-opentype'),
         url('fonts/FiraSans-Heavy.woff') format('woff'),
         url('fonts/FiraSans-Heavy.ttf') format('truetype'),
         url('fonts/FiraSans-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:link {
    text-decoration: none;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
b, strong {
    font-weight: normal;
}
body, html {
    -webkit-text-size-adjust: none;
    background-image: url(images/background.jpg);
	background-position: static;
	background-size: cover;
	height: 100%;
    margin: 0px;
    padding: 0px;
	width: 100%;
}
.button {
    -webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #3b3b3b;
	cursor: pointer;
	display: inline-block;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	font-size: 36px;
	padding: 25px;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.button.orange {
	background-color: #ff6130;
}
.button.orange:hover {
	background-color: #3b3b3b;
	color: #ff6130;
}
.button.transparent {
	background: transparent;
	border: 5px solid #ff6130;
	color: #ff6130!important;
	font-size: 29px;
	padding: 12.5px 50px 12.5px 50px;
}
.button.transparent:hover {
	background-color: #ff6130;
	color: #3b3b3b!important;
}
.button.white {
	background-color: #ffffff;
}
.button.white:hover {
	background-color: #3b3b3b;
	color: #ffffff;
}
@media (max-width: 1100px) {
.button.transparent {
	font-size: 21.75px;
	padding: 6.25px 25px 6.25px 25px;
}
}
@media (max-width: 900px) {
.button {
	font-size: 27px;
	padding: 12.5px;
}
}
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.container {
    margin: 0 auto;
    padding: 0px 50px 0px 50px;
    width: 1200px;
}
@media (max-width: 1299px) {
.container {
    padding: 0%;
    width: 90%;
}
}
#content {
	color: #ffffff;
	float: left;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
    padding: 50px 0px 100px 0px;
	width: 100%;
}
#content a {
	color: #ff6130;
}
#content a:hover {
	color: #ffffff;
}
#content .celebrating {
	float: left;
	padding: 0px 50px 25px 0px;
}
#content .columns {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#content .left {
	float: left;
	width: 57.5%;
}
#content .left.home {
	text-align: center;
}
#content .right {
    background-color: #ff6130;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	float: right;
	width: 37.5%;
}
#content .right .form {
	padding: 25px;
	text-align: center;
}
#content .right .form h2 {
	color: #ffffff;
}
#content .right .form .button.transparent {
	border: 5px solid #ffffff;
	color: #ffffff!important;
	font-size: 23px;
	padding: 6.25px 25px 6.25px 25px;
}
#content .right .form .button.transparent:hover {
	background-color: #ffffff;
	color: #ff6130!important;
}
#content .right .form h2 {
	padding-bottom: 25px;
}
#content span {
	margin: 25px 12.5px 0px 12.5px;
}
@media (max-width: 900px) {
#content .columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
#content .left {
	width: 100%;
}
#content .right {
	float: left;
	margin-top: 50px;
	width: 100%;
}
}
@media (max-width: 600px) {
#content {
	font-size: 15px;
    padding: 25px 0px 75px 0px;
	text-align: center;
}
#content .celebrating {
	float: none;
	padding: 0px 0px 25px 0px;
}
#content .columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
#content h3, #content p {
	clear: both;
}
#content .left {
	text-align: center;
}
#content .right .form .button.transparent {
	font-size: 17.25px;
}
}
#dropdown {
    background-color: #ff6130;
    display: none;
}
#dropdown a {
    color: #ffffff;
}
#dropdown a:hover {
    color: #3b3b3b;
}
#dropdown li {
    margin: 0px;
    padding: 12.5px 0px 12.5px 0px;
}
#dropdown ul {
    list-style-type: none;
    margin: 0px;
    padding: 12.5px 0px 12.5px 0px;
}
#footer {
	background-color: #3b3b3b;
	color: #ffffff;
	float: left;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
    padding: 25px 0px 25px 0px;
	width: 100%;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ff6130;
}
#footer .left {
	float: left;
	width: 50%;
}
#footer .right {
	float: right;
	text-align: right;
	width: 50%;
}
@media (max-width: 900px) {
#footer .left {
	text-align: center;
	width: 100%;
}
#footer .right {
	float: left;
	padding-top: 12.5px;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 600px) {
#footer {
	font-size: 13.5px;
}
}
h1 {
    color: #ffffff;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
h2 {
    color: #ff6130;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
h3 {
    color: #ffffff;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 600px) {
h1 {
    font-size: 45px;
}
h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 22.5px;
}
}
.header {
    background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.header .logo {
	padding: 50px 0px 50px 0px;
}
@media (max-width: 600px) {
.header .logo {
	height: 50px;
	padding: 25px 0px 25px 0px;
}
}
#hero {
	background-position: 50% 250px;
	background-repeat: no-repeat;
	background-size: cover;
    color: #ffffff;
	float: left;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#hero.contact {
    background-image: url(images/contact-image.jpg);
}
#hero.history {
    background-image: url(images/history-image.jpg);
}
#hero.home {
    background-image: url(images/home-image.jpg);
	background-position: right;
	text-align: left;
}
#hero.home .button.white {
	margin: 50px 50px 0px 0px;
}
#hero.home h1 {
    color: #ff6130;
    font-size: 38px;
}
#hero.home .text {
	width: 50%;
}
#hero.products {
    background-image: url(images/products-image.jpg);
}
#hero.shops {
    background-image: url(images/shops-image.jpg);
}
#hero.wholesale {
    background-image: url(images/wholesale-image.jpg);
}
#hero .text {
	clear: both;
    padding: 100px 0px 100px 0px;
}
@media (min-width: 1500px) {
#hero .text {
    padding: 150px 0px 150px 0px;
}
}
@media (min-height: 800px) {
#hero.home {
	height: 100%;
}
}
@media (max-width: 1100px) {
#hero.home {
	background-position: 70% 50%;
}
#hero.home .text {
	width: 75%;
}
}
@media (max-width: 900px) {
#hero.home {
	background-position: left;
}
#hero.home .text {
	text-align: center;
	width: 100%;
}
}
@media (max-width: 600px) {
#hero {
	background-position: 50% 165px;
}
#hero.home {
    font-size: 16.5px;
}
#hero.home .button.orange {
	margin-top: 25px;
	padding: 12.5px 0% 12.5px 0%;
	width: 100%;
}
#hero.home .button.white {
	margin: 25px 0px 0px 0px;
	padding: 12.5px 0% 12.5px 0%;
	width: 100%;
}
#hero.home h1 {
    font-size: 28.5px;
}
#hero .text {
    padding: 50px 0px 50px 0px;
}
}
#highlights {
	color: #ffffff;
	float: left;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin: 0px;
    padding: 50px 0px 50px 0px;
	width: 100%;
}
#highlights a {
	color: #ff6130;
}
#highlights a:hover {
	color: #ffffff;
}
#highlights .column {
	float: left;
	text-align: center;
	width: 25%;
}
#highlights .column.centre {
	margin: 0% 12.5% 0% 12.5%;
}
#highlights h2 {
	color: #ffffff;
	padding-bottom: 50px;
	text-align: center;
}
#highlights h3 {
	color: #ff6130;
}
#highlights.home a {
	color: #ffffff;
}
#highlights.home a:hover {
	color: #ff6130;
}
#highlights img {
    -webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#highlights p.view-all-products {
	border-bottom: 5px solid #ffffff;
	clear: both;
	padding: 50px 25px 10px 0px;
	text-align: right;
}
@media (max-width: 900px) {
#highlights .column {
	width: 100%;
}
#highlights .column.centre {
	margin: 50px 0% 50px 0%;
}
#highlights p.view-all-products {
	padding: 50px 0px 10px 0px;
	text-align: center;
}
}
img {
    border: 0px;
    max-width: 100%;
}
.menu {
    background-image: url(images/menu.png);
	background-position: center;
	color: #3b3b3b;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	height: 80px;
	line-height: 60px;
	margin: 0px 0px -21px 0px;
	padding: 0px;
	width: 100%;
}
.menu a {
	color: #ffffff;
}
.menu a.active {
	color: #3b3b3b;
}
.menu a:hover {
	color: #3b3b3b;
}
.menu li {
	display: inline;
	margin: 0px;
	padding: 0px 12.5px 0px 12.5px;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
@media (max-width: 900px) {
.menu {
	background-image: none;
	background-color: #ff6130;
	height: 60px;
}
}
@media (max-width: 900px) {
.menu .desktop {
    display: none;
}
}
@media (min-width: 901px) {
.menu .mobile {
    display: none;
}
}
p {
	margin: 0px;
    padding: 25px 0px 0px 0px;
}
.textfield {
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #3b3b3b;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin-bottom: 25px;
	padding: 12.5px 5% 12.5px 5%;
	text-align: left;
	width: 90%;
}
@media (max-width: 600px) {
.textfield {
	font-size: 13.5px;
}
}