/* CSS Document */


/*
Table of Contents

1. General Basic Design Stuff
2. Buttons
3. Navbar
4. Header
5. Handmade Section
6. About Section
7. Diagonal Section Settings
8. Modals
9. Testimonials
10. Social Icons
11. Very Cool Google Map
12. Simple Form
13. Very Simple Footer
*/

html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto Slab','Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
	color: #212121;
}
body {
    webkit-tap-highlight-color: #222;
}

/* == GENERAL BASIC DESIGN STUFF == */
hr {
    max-width: 100px;
    border-color: #E53935;
    border-width: 6px;
    border-radius: 4px;
}
hr.light {
    border-color: #fff;
}
.topmargin20 {
    margin-top: 20px;
}
.topmargin40 {
    margin-top: 40px;
}
.topmargin140 {
    margin-top: 140px;
}
.bottom20 {
	margin-bottom: 20px;
}
.justify {
    text-align: justify;
    text-justify: inter-word;    
}
a {
    color: #E53935;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #212121;
	text-decoration: none;
}
.h2 {
    font-size: 24px;
    font-weight: 300;
    text-shadow: 2px 2px rgba(0,0,0,.2);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab','Helvetica Neue',Arial,sans-serif;
    text-transform: none;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.bg-primary {
    background-color: #E53935;
}
.bg-light {
    background-color: #F5F5F5;
}
.bg-dark {
    color: #fff;
    background-color: #794c37;
}
.text-faded-light {
    color: rgba(255,255,255,.7);
}
.text-faded-dark {
    color: rgba(0,0,0,.7);
}
section {
    padding: 60px 0;
}
#baker h3 {
	color:#E53935;
	text-align: center; 
}
.no-padding {
    padding: 0;
}
.section-heading {
    margin-top: 0;
    font-size: 50px;
    font-weight: 200;
}
.subsection-heading {
    font-size: 34px;
    font-weight: 300;
	text-align:center;
}
.subtitle {
	margin: 15px 0 50px 0;
	font-size: 14px;
	font-style: italic;
}
@media only screen and (max-width: 570px) {
	.subtitle {
		padding: 5px;
	}
}
.img-responsive {
	margin: 0 auto;
}
.text-primary {
    color: #E53935;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* == BUTTONS == */
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}
.btn-default .badge {
    color: #fff;
    background-color: #222;
}
.btn-primary {
    border-color: #E53935;
    color: #fff;
    background-color: #E53935;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #C62828;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #E53935;
    background-color: #E53935;
}
.btn-primary .badge {
    color: #E53935;
    background-color: #fff;
}
.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    border-radius: 100px;
}
.btn-xl {
    padding: 15px 30px;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
img::selection {
    color: #fff;
    background: 0 0;
}
img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/* == NAVBAR == */
.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'Lobster','Helvetica Neue',Arial,sans-serif;
    color: #E53935;
    font-size: 24px;
}
.navbar-default .navbar-header .navbar-brand .nav-logo{
    width: 30px;
    height: 29px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #E53935;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #E53935!important;
    background-color: transparent;
}
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.4);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }
    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 20px;
        color: #E53935;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }
    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }
    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #E53935;
    }
}

/* == HEADER == */
header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}
header .header-content .header-content-inner h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Lobster';
    font-size: 80px;
}
header .header-content .header-content-inner .logo-icon {
	font-size: 90px;
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,1);
}
@media(min-width:768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
	header .header-content .header-content-inner h4 {
		font-size: 60px;
	}
	header .header-content .header-content-inner .logo-icon {
		font-size: 70px;
	}
}
@media only screen and (max-width: 570px) {
	header .header-content .header-content-inner h4 {
		font-size: 40px;
	}
	header .header-content .header-content-inner .logo-icon {
		font-size: 50px;
	}
}

/* == HANDMADE SECTION == */
.handmade-body {
	text-align: center;
}
.handmade-body h3 {
	color: #E53935;
}
.service-box {
    margin: 50px auto 0;
    max-width: 300px;
}
.service-box p {
    margin-bottom: 0;
	font-size: 14px;
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
@media only screen and (max-width: 570px) {
	.handmade-body {
		padding: 0 20px;
	}	
}

/* == ABOUT SECTION == */
.about-logo {
    font-family: 'Lobster','Helvetica Neue',Arial,sans-serif;	
	font-size: 40px;
}

/* == DIAGONAL SECTION SETTINGS == */
* { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.diag-section {
	width:100%;
	min-height: 100px;
	padding: 0;
	background: #E53935;
	z-index:1;
	position:relative;
	overflow:hidden
}
/* ------------------- grey ------------------- */
.diag-section-light {
	width:100%;
	min-height: 100px;
	padding: 0;
	background: #F5F5F5;
	z-index:1;
	position:relative;
	overflow:hidden
}
.diag-section-content {
	padding: 0;
}
.s_2 {
	background: #fff;
}
.diagonal {
	position:absolute;
	bottom:0;
	z-index:2;
	height:0;
	width:0;
}
/* --------------- bottom diagonal --------------- */
.pre_s_2 {
	border-left: 800px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #fff;
}
/* top diagonals */
.post_s_2 {
	top:0;
	border-left: 800px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #fff;
}
.post_s_2-light {
	top:0;
	border-left: 800px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #F5F5F5;
}
.s_3{
	padding-top: 0;
}

/* == MENUS [http://codepen.io/rexkirby/pen/yjxso] == */
#menu{
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
	padding-right:0;
	margin-bottom: -30px;
}
#icon-wrapper{
	width:100%;
	float:left;
	height:300px;
}
.icons {
	width:25%;
	float:left;
	position:relative;
}
.icons2 {
	width:25%;
	float:left;
	position:relative;
	margin-left:25%;
}
.icons3 {
	width:25%;
	float:left;
	position:relative;
	margin-left:50%;
}
.icons4 {
	width:25%;
	float:left;
	position:relative;
	margin-left:75%;
}
.icon-slide-container{
	height:200px;
	overflow:hidden;
	text-align: left;
	position: absolute;
	float: left;
	width: 200px;
	left: 50%;
	margin-left: -120px;
}
.slide-icon{
	width:200px;
	height:auto;
	position:absolute;
	margin-top:-200px;
	-webkit-transition:.4s ease;
	-moz-transition:.4s ease;
	-ms-transition:.4s ease;
	-o-transition:.4s ease;
	transition:.4 ease;
}
.slide-icon:hover{
	position:absolute;
	margin-top:0;
}

@media only screen and (max-width: 1299px) { /*was 1300px */
	#icon-wrapper{
		width:100%;
		float:left;
		height:170px;
	}
	#menu {
		padding-bottom: 100px;
	}
	.icon-slide-container {
		height: 200px;
		overflow: hidden;
		text-align: left;
		position: absolute;
		float: left;
		width: 200px;
		left: 50%;
		margin-left: -100px;
	}
	.slide-icon {
		width: 200px;
		height: auto;
		position: absolute;
		margin-top: -200px;
	}
}

@media only screen and (max-width: 992px) {
	#icon-wrapper{
		width:100%;
		float:left;
		height:650px;
	}	
	.icon-slide-container {
		height: 300px;
		overflow: hidden;
		text-align: left;
		position: absolute;
		float: left;
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}	
	.slide-icon {
		width: 300px;
		height: auto;
		position: absolute;
		margin-top: -300px;
	}	
	.icons {
		width: 50%;
		float: left;
		position: relative;
	}
	.icons2 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 50%;
	}
	.icons3 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 0%;
		margin-top: 350px;
	}
	.icons4 {
		width: 50%;
		float: left;
		position: relative;
		margin-left: 50%;
	}
}
                        
@media only screen and (max-width: 650px) {
	#icon-wrapper {
		height: 400px;
	}
	#section{
		width: 90%;
		padding-left:5%;
		padding-right:5%;
	}
	.slide-icon {
		width: 200px;
		height: auto;
		position: absolute;
		margin-top: -200px;
	}
	.icon-slide-container {
		height: 200px;
		width: 200px;
		left: 50%;
		margin-left: -100px;
	}
	.icons3 {
		width: 50%;
		position: relative;
		margin-left: 0%;
		margin-top: 230px;
	}
}
                                  
@media only screen and (max-width: 570px) {
	#icon-wrapper {
		height: 300px;
	}
	.slide-icon {
		width: 140px;
		height: auto;
		position: absolute;
		margin-top: -140px;
	}
	.icon-slide-container {
		height: 140px;
		width: 140px;
		left: 50%;
		margin-left: -75px;
	}
	.icons3 {
		width: 50%;
		float: left;
		margin-left: 0%;
		margin-top: 190px;
	}	
}

/* == BAKER SECTION == */
@media only screen and (max-width: 570px) {
	.baker-body {
		padding: 0 5px;
	}	
}



/* == MODALS == */
.modal h4{
	font-size: 60px;
	font-weight: 100;
}
.modal h3{
	font-size: 18px;
	color: #E53935;
}
.modal-content {
	padding: 10px 10px 40px 20px;
	border-radius: 20px;
}
.modal-header, .modal-footer {
	border: 0;
}
.modal-footer {
	text-align: center;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: 100;
	line-height: 1;
	color: #212121;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .4;
}
.close:hover,
.close:focus {
	color: #212121;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .8;
}
@media only screen and (max-width: 570px) {
	.modal h4{
		font-size: 40px;
	}
	.modal h3{
		font-size: 16px;
		color: #E53935;
	}
	.modal-content {
		font-size: 12px;
	}
	.close {
		font-size: 20px;
	}
}


/* == TESTIMONIALS [http://bootdey.com/snippets/view/Clients-testimonial-with-small-photo] == */
.testimonials blockquote {
	position: relative;
	background: #fff;
	min-height: 150px;
	margin-top: 20px;
	margin-bottom: 100px;
	padding: 24px 20px 10px 30px;
	border: 1px solid #C62828;
	border-radius: 20px;
}
.testimonials blockquote:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	border-top: 9px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.testimonials blockquote img {
	height: 50px;
	width: 50px;
	position: absolute;
	border: 1px solid #fff;
	background: #fff;
	bottom: -65px;
	left: 50%;
	margin-left: -25px;
}
blockquote p.clients-testi {
    font-size: 14px;
	color: #000;
	margin-top: 10px;
}
span.clients-name {
	position: absolute;
	top: 20px;
	font-size: 24px;
}
span.clients-favorite {
	position: absolute;
	top: 50px;
	font-size: 16px;
	color: #000;
}

/* == SOCIAL ICONS == */
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/* --------------- Change icons size here --------------- */
.social-icons .fa {
	font-size: 18px;
}
/* --------------- Change icons circle size and color here --------------- */
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	background-color:transparent;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	background-color: #e53935;
	border: 0px;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

/* == VERY COOL GOOGLE MAP [http://codepen.io/codyhouse/pen/szKvm] == */
@import "bourbon";

// variables - colors

$main-text: #2d313f; // main text
$link: #d36868; // anchor tags
$background: #e7eaf0; // body background color

$color-1: #2d313f; // blue
$color-2: #d36868; // red
$color-3: #ffffff; // white

// variables - fonts 

$primary-font: 'Lora', serif;

// rem fallback - credits: http://zerosixthree.se/

@function calculateRem($size) {
  $remSize: $size / 16px;
  @return $remSize * 1rem;
}

@mixin font-size($size) {
  font-size: $size;
  font-size: calculateRem($size);
}

// layout - breakpoints
  
$S:     320px;   
$M:     768px;     
$L:     1170px;         

// layout - media queries

@mixin MQ($canvas) {
  @if $canvas == S {
   @media only screen and (min-width: $S) { @content; } 
  }
  @else if $canvas == M {
   @media only screen and (min-width: $M) { @content; } 
  }
  @else if $canvas == L {
   @media only screen and (min-width: $L) { @content; } 
  }
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	@include box-sizing(border-box);
}
#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: $background;

    @include MQ(M) {
    	height: 300px;
    }

    @include MQ(L) {
    	height: 600px;
    }
}
#cd-google-map {
	position: relative;
	margin-top: -130px;
	}
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba($color-2, .9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg');

	.no-touch &:hover {
		background-color: rgba($color-2, 1);
	}

	@include MQ(M) {
		margin-left: 50px;
	}
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;

	@include MQ(M) {
		margin-top: 50px;
	}
}
#cd-zoom-out {
	background-position: 50% -32px;
}

/* == SIMPLE FORM == */
#form {
	margin-top: -80px;
}
.form-control {
	border: 1px solid #BDBDBD;
    border-radius: 20px;
	font-size: 20px;
	font-weight: 100;
	height: 60px;
}
.alert-success {
	font-family: 'Open Sans';
	color: #212121;
	background-color: #d5dee6;
	border: none;
}
.alert-danger {
	font-family: 'Open Sans';
	color: #fff;
	background-color: #E53935;
	border: none;
}
.text-danger {
	color: #E53935;
}
.help-block {
	color: #212121;
}

/* == VERY SIMPLE FOOTER == */
footer {
	padding: 20px 0 50px 0;
	line-height: 1.6em;
	font-size: 13px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
}
footer a {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
footer span.h4 {
    font-family: 'Lobster','Helvetica Neue',Arial,sans-serif;
	font-size: 36px;
}
#footer .social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	background-color:#fff;
	border: 1px solid transparent;
	color: #e53935;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .social-icons .fa:hover, .social-icons .fa:active {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
@media only screen and (max-width: 1200px) {
	#footer .social-icons .fa {
		margin-top: 20px;
	}
}