.fixed-header{
    width:100%;
    float:left;
    position:fixed;
    top:0;
    z-index:111;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    padding: 0px 0px;   /* used to be 35px 0px */
}
.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 17px;
    margin: 0;
    z-index: 99999999;
    color: #fff;
    padding: 10px 10px;
    background-color: #006699;
    border: none;
    font-weight: bold;
    display:none;
}
.navbar-brand {
    color: #fff;  
    font-weight:300;
    font-size: 38px;
    
}
.navbar-brand:hover,
.navbar-brand:focus {
    border-top:2px solid black;
    color: black;
}
.fixed-header ul{
    padding:0;
    float:right;
    margin:0;
}
.fixed-header ul li{
    display:inline-block;
    padding: 15px 0px;
}
.fixed-header ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 15px 0;    
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: black;
    border-top:2px solid black;
    background-color:transparent;
}
.fixed-header {
    background: #FF6F61; /*#A2D1FF*/
}
.fixed-header.scroll {
    background: #FF6F61; /*#A2D1FF*/
    padding: 0;
}
.fixed-header.scroll .navbar-brand {
    font-size: 30px;
}

.container {
  padding-top: 40px;
}






@media screen and (max-width:1199px){
    .content-item {
        min-height: 470px !important;  /*  *************************  used to be 470, 270 */
    }
    .content-item img {
        min-height: 470px !important; /*  *************************  used to be 470 */
    }
    .background p {
        line-height: 22px;        
    }
    .background p,
    .background li {
        font-size: 13px;
    }
    .background h2 {
        margin-bottom: 15px !important;
    }
    p {
        margin: 0 0 10px;
    }
    .btn {
        margin-top: 15px;        
    }
    .background {
        background-color: #fff;        
    }
    .last {
        min-height: 235px !important;
    }
    textarea#message {
        height: 25px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .background {
        padding: 25px;
    }
    .background.content-item-1 {
        padding: 0 40px;
    }
    .btn {
        margin-top: 10px;
    }
    .btn-contact {
        margin-top: 0;
    }
    .form-control {
        font-size: 0.9em;
    }
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
}

@media screen and (max-width:991px){

    .content-item {
        min-height: inherit !important;
    }
    .content-item img {
        min-height: inherit !important;
    }
    .fixed-header ul li a {
        padding: 0px 15px;
    }
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
    .background p {
        line-height: 27px;
    }
    .background p,
    .background li {
        font-size: 16px;
    }
    .background h2 {
        margin-bottom: 20px;
    }
    .column {
       float: left;
       width: 50%;
       padding: 0px;
    }
    p {
        margin: 0 0 20px;
    }
    .btn {
        margin-top: 20px;        
    }
    .last {
        min-height: 284px !important;
    }
    textarea#message {
        height: inherit;
    }
}





@media screen and (max-width:767px){
    .last {
        min-height: inherit !important;
    }
    .fixed-header.scroll .navbar-brand {
        padding: 12px 15px 0;
    }
    .navbar-toggle {
       display:block;
       top: 15px;
       background-color: white;      
    }
    .fixed-header.scroll .navbar-toggle {
        top: 8px;
    }
    .navbar-toggle .icon-bar {
        background-color: #006699;
    }
    
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
    .fixed-header {
        padding: 5px 0;
    }
    .fixed-header ul li a {
        font-size: 1em;
    }
    .main-menu ul {
        width: 100%;
        background-color: #023D69;
    }
    .main-menu {
        max-height: 0;
        transition: max-height 0.3s;
        overflow: hidden;
    }
    /* http://css3.bradshawenterprises.com/animating_height/ */
    .main-menu.show {
        max-height: 250px;
        overflow: auto;
    }
    .main-menu ul li {
        display: block;
        padding: 10px 0px;
        width: 100%;
        float:left;
    }
    .main-menu ul li a {
        padding: 0px 0px;
        width: 100%;
        float: left;
    }
    .column {
       float: left;
       width: 50%;
       padding: 0px;
    }
    #home {
        padding-top: 62px;
    }
    .pad-l-3 {
        padding-left: 15px;
    }
}


#cartIcon {
	height: 20px;
	width: 20px;
}

@media screen and (max-width:500px) {
    .btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .background.content-item-1 {
        padding: 40px 45px;
    }
    .navbar-brand {
	    color: #fff;  
	    font-weight:300;
	    font-size: 28px;
    }
}

@media screen and (max-width: 420px) {
    .background {
        padding: 40px 35px;
    }
    .background.content-item-1 {
        padding: 20px 25px;
    }
}


/*  From the original accordion/faq page */
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
}
a { color: #81b4eb;  }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

/*  Section Names:
tm-section-intro   - this is big main image followed by the images and selling point text pairs
tm-section-gallery - this is the gallery section
tm-section-about   - this is about our story
tm-section-contact - this is the contact footer


/* Accordion */

.accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  font-weight: bold;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #FF6F61; /*#A2D1FF;*/
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.tm-section-faq {
	margin: -0px auto;
	max-width: 1500px;
}



/* Style the tab */

.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}

.tab {
  overflow: hidden;
  
  background-color: white;
  width:100%;
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
    display: inline-block;
}
@media (max-width: 900px) {
	.tab  {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.tab  {
		height: 150px;
		margin-top: 0;
	}
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #FF6F61; /*#A2D1FF;*/
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #FF6F61; /*#A2D1FF;*/
  /* color:white; */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}





/* 0. Nav Bar
------------------ */
.tm-navbar-container {
	background-color: #FF6F61; /*#A2D1FF;*//*rgba(0,0,0,0.33);*/
	background: -webkit-linear-gradient(to bottom right, #FF6F61, white);
  background: -o-linear-gradient(to bottom right, #FF6F61, white);
  background: -moz-linear-gradient(to bottom right, #FF6F61, white);
  background: linear-gradient(to bottom right, #FF6F61, white);

	height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.tm-navbar-container.bg-inverse { background-color: #373a3c; }

.tm-navbar-container-dark {
	background-color: #373a3c;
	box-shadow: none;
}
.navbar-nav .nav-link {	padding: 14px 40px; }

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: black;
	font-size: 24px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: black;
}

.navbar-toggler { 
	border: 1px solid white;
	border-radius: 0;
	color: white;	
}

#tmNavbar { text-align: center; }


#tm-section-intro {
	.navbar-nav .nav-link {
		color: white;
		font-size: 24px;
	}

}

@media (max-width 767px) {
	
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }

	.navbar-nav .nav-item { float: none; }

	.navbar-toggler {
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	
	.tm-navbar-container { 
		background: none;
		box-shadow: none;
		height: 204px; 
		padding: 12px 15px 0;
	}
	

	.navbar { background-color: rgba(0,0,0,0.2); }
	.tm-navbar-container.bg-inverse .navbar { background-color: #373a3c; }
}

@media (max-width 500px) {

	.navbar-nav .nav-item+.nav-item { margin-left: 0; }

	.navbar-nav .nav-item { float: none; }

	.navbar-toggler {
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	
	.tm-navbar-container { 
		background: none;
		box-shadow: none;
		height: 204px; 
	}
	
	.navbar { background-color: rgba(0,0,0,0.2); }
	.tm-navbar-container.bg-inverse .navbar { background-color: #373a3c; }
}


@media (min-width: 768px) {

	/*http://stackoverflow.com/questions/18777235/center-content-in-responsive-bootstrap-navbar*/

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
	
}


@media (max-width: 991px) {
	.navbar-nav .nav-link {	font-size: 20px; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }
}









/* 1. Intro 
--------------------*/
.tm-section-intro {
	background-image: url(../img/reduced_texture_baby-wearing-pink-crew-neck-cap-sleeve-shirt-between-2-173666.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100vw 100vh;/*100% 800px;*/
	color: #FF6F61; /*#A2D1FF*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	height: 800px;
}







.tm-wrapper-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* IE bug fix */
.tm-wrapper-center > * {
	-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.tm-section-intro-title {
	font-size: 4.5rem;
    margin-bottom: 3.5rem;
    /* margin-top: 30.5rem; */
}

.tm-section-intro-text {
	font-size: 2rem;
	margin-bottom: 4rem;
	width: 100%;
}

.tm-btn-white-big {
    font-size: 2.4rem;
    color: white;
    background-color: #FF6F61; /*#A2D1FF*/
    padding: 0.55rem 1.5rem;
    border-radius: 0.5rem;
}

.tm-btn-white-big:hover,
.tm-btn-white-big:focus {
	color: #FF6F61; /*#A2D1FF*/
    background-color: white;
}



/* 4. icon and text 4 boxes
----------------------------*/
.tm-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.tm-blue-bg-row { background-color: #b9d6f4; }



.tm-blue-bg-row2 { 
background-color: #b9d6f4; 
background: -webkit-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -o-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -moz-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: linear-gradient(to bottom right, #b9d6f4, white);
}

.tm-section-title {
	font-size: 2.1rem;
	margin-bottom: 1.8rem;
	text-align: center;
}

.tm-section-subtitle {
	font-size: 1.4rem;
	line-height: 1.6;
	max-width: 1600px;
	margin: 0 auto 5rem;
}

.tm-icon-text-box {
	background-color: #d3e6f8;
	border: 1px solid white;
	padding: 3rem;
	max-width: 400px;	
}

.tm-icon-text-box > .fa {
	color: #81b4eb;
	margin-bottom: 2rem;
	width: 100%;
	text-align: center; /*http://stackoverflow.com/questions/19162889/how-to-center-font-awesome-icons-horizontally*/
}

.tm-icon-text-boxes-container {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.tm-icon-text-box-title { margin-bottom: 1.4rem; }

.tm-icon-text-box-description {
	line-height: 1.8;
	margin-bottom: 0;
}





/* 0. Header
---------------- */

@media (max-width 767px) {

	.navbar-nav .nav-item+.nav-item { margin-left: 0; }

	.navbar-nav .nav-item { float: none; }

	.navbar-toggler {
		display: block;
		margin-left: auto;
		margin-right: 0;
	}

	.tm-navbar-container { 
		background: none;
		box-shadow: none;
		height: 54px; 
	}
	.navbar { background-color: rgba(0,0,0,0.2); }
	.tm-navbar-container.bg-inverse .navbar { background-color: #373a3c; }
}

@media (min-width: 768px) {

	/*http://stackoverflow.com/questions/18777235/center-content-in-responsive-bootstrap-navbar*/

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}


@media (max-width: 991px) {
	.navbar-nav .nav-link {	font-size: 20px; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }
}


/* 1. Intro 
-----------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.tm-section-intro {	background-attachment: scroll; }
}

@media (max-width: 1900px) {
	.tm-section-intro {	background-size: 1900px 800px; }
}

@media (max-height: 800px) {
	.tm-section-intro {
		height: 100vh;
		min-height: 480px;
	}
}

@media (max-width: 480px) {
	.tm-section-intro { display: block; }
	.tm-section-intro {
		background-size: 480px 300px;
		/*height: 100vh;*/
		min-height: 200px;
		max-height: 300px;
	}
	
	.tm-section-intro-title {
	    font-size: 3.5rem;
	    margin-bottom: 1.5rem;
	}

	.tm-section-intro-text {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.tm-btn-white-big {
		font-size: 1.6rem;
		padding: 0.5rem 1.5rem;
	}
}

/* 2. Carousel
----------------------*/
@media (max-width: 767px) {
	.tm-carousel {
		margin-top: 10%;
		margin-bottom: 10%;
	}
}

@media (max-width: 480px) {
	.tm-carousel {
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.tm-carousel-item-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
}


/* 3. Image and text 2 column block
----------------------------------------*/
@media (max-width: 1600px) {
	.tm-2-col-text {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 1320px) {
	.tm-2-col-text {
		padding-left: 3%;
		padding-right: 3%;
	}

	.tm-2-col-text-description {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-bottom: 4%;
	}

	.tm-bordered-btn {
		font-size: 1.2rem;
		padding: 0.5rem 2.5rem;
	}
}

@media (max-width: 991px) {
	.tm-2-col-img-text { display: block; }

	.tm-2-col-img img {	margin: 0 auto;	}

	.tm-2-col-text {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.tm-2-col-text-title {
	    font-size: 1.8rem;
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}

	.tm-2-col-text-description {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}

	.tm-bordered-btn {
	    font-size: 1.3rem;
	    padding: 0.5rem 1.8rem;
	}
}

@media (max-width: 480px) {
	.tm-2-col-text { padding: 10%; }	
	
}


/* 4. icon and text 4 boxes
----------------------------*/
@media (max-width: 1199px) {
	.tm-icon-text-box {	margin: 0 auto 30px; }
}

@media (max-width: 1199px) and (min-width: 992px) {
	.tm-icon-text-box {	padding: 10%; }
}

@media (max-width: 991px) {
	.tm-icon-text-boxes-container { max-width: 800px; }
	.tm-section {
		padding-top: 5%;
    	padding-bottom: 4%;
	}

	.tm-section-title {	margin-bottom: 1rem; }

	.tm-section-subtitle { margin-bottom: 2rem;	}
}

@media (max-width: 767px) {
	.tm-section {
		padding-top: 10%;
    	padding-bottom: 8%;
	}
}

/* 5. contact 
--------------*/
@media (max-width: 1199px) {
	.tm-form-group-right { padding-left: 0;	}	
}

@media (max-width: 991px) {
	.tm-contact-right {
		padding-left: .9375rem;
		margin-top: 2rem;
	}

	.tm-contact-info { margin-bottom: 2%; }
}

@media (max-width: 767px) {
	.tm-form-group-left { padding-right: 0;	}
}
