﻿/*-----------------------------------------------------
[Style Sheet for "Beauty Tips"]

Last Change: 5/21/18
-----------------------------------------------------*/

@import "fonts.css";
@import "font-awesome.css";



/*=================================================
    Global styles for shared elements
==================================*/

html,
body {
    height: 100%;
	margin: 0;}
	
	
	.bootstrap-wrapper{
		overflow: hidden;}

body {
	color: #636466;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;}

h1, h2, h3, h4, h5 {
	color: #636466 !important;
	font-weight: bold !important;
	margin: 0 0 6px;}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 35px;}

img {
	max-width: 100%;}
	
ul {
	list-style-type: none;
	-webkit-padding-start: 0;}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
	color: #636466 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 300 !important;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;}

/* Global Button & Link Styles */
a:hover,
a:focus {
    color: #000000 !important;
	text-decoration: none !important;}	

.btn-primary {
    background-color: #e90b5a;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-singleUse {
    background-color: #ef4262;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-secondary {
    background-color: #fff;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

a.primary-link{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	padding-bottom: 6px;}

	a.primary-link:after {
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		content: '';
		transform-origin: top;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition-duration: .5s;}
	
	a.primary-link:hover::after {
		color: #000000 !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	a:focus.primary-link {
		color: #000000;
		text-decoration: none;}
			
a.secondary-link{
	color: #636466;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;}
		
	a:hover.secondary-link {
		color: #303030;
		text-decoration: none;
		text-transform: uppercase;}
		
	a:focus.secondary-link {
		color: #303030;
		text-decoration: none;
		text-transform: uppercase;}
			
a.tertiary-link{
	color: #636466;
	font-weight: 600;
	text-decoration: none;}
		
	a:hover.tertiary-link {
		color: #303030;
		text-decoration: none;}
		
	a:focus.tertiary-link {
		color: #303030;
		text-decoration: none;}

/* Margins. Bootsrap 4 now has new methods of adding margins and padding */
.top-5 {margin-top: 5px;}
.top-10 {margin-top: 10px;}
.top-20 {margin-top: 20px;}
.top-30 {margin-top: 30px;}
.top-40 {margin-top: 40px;}
.top-50 {margin-top: 50px;}
.top-60 {margin-top: 60px;}
.top-70 {margin-top: 70px;}
.top-80 {margin-top: 80px;}

.bottom-5 {padding-bottom: 5px;}
.bottom-10 {padding-bottom: 10px;}
.bottom-20 {padding-bottom: 20px;}
.bottom-30 {padding-bottom: 30px;}
.bottom-40 {padding-bottom: 40px;}
.bottom-50 {padding-bottom: 50px;}
.bottom-60 {padding-bottom: 60px;}
.bottom-70 {padding-bottom: 70px;}
.bottom-80 {padding-bottom: 80px;}
	
	.no-padding-left {
		padding-left: 0  !important;}
		
	.no-padding-right {
		padding-right: 0 !important;}

.no-padding-card {
	padding-left: 0 !important;	
	padding-right: 0 !important;}
	
.container-fluid {
    padding-top: 0 !important;}

.bootstrap-wrapper .jumbotron-fluid {
    border-radius: 0;
    padding: 0;}

/* Styles for Ulta header */
#collapse-show .cc-rewards-guest {
	float: left;
	margin-left: 15px;
	width: 210px;}

.enter-zip h5 a span {
	color: #fff !important;
	font: 12px "montserrat" !important;
}

.navbar .s-cont .search-cont input.search-input {
	font-size: 13px !important;
	height: 30px;
	width: 290px;
}
	
.navbar {
    border-radius: 0 !important;}

	.top-nav-bg {height: 75px;}

/* Flex fix for older Safari browswers.  Must be included for every "ROW" */
.flexfix.container:before,
.flexfix.container:after,
.flexfix.row:before,
.flexfix.row:after {
   content: normal;}

/* Class for coloring and giving height to BS cols in example. Comment out or remove before you start a project 
.bootstrap-wrapper [class^="col"] {
    background: rgba(152, 214, 245, 0.73);
    border: 1px solid rgba(86,61,124,.2);
    min-height: 50px;}*/


/*=================================================
    Styles for main page elements
==================================*/
.bootstrap-wrapper .card {
    border: 1px solid #e6e6e6;
	border-radius: 0 !important;}

.intro-section {
	background-image: linear-gradient(white 10%, #f1f1f1 10%, #f1f1f1 90%, white 90%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0px;}

/*.intro-section img {
	max-width: 80%;}*/

.intro-section h1 {
	color: #000 !important;
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	/*margin-top: 17%;*/}

	.thinner {
		color: #000 !important;
		font-size: 24px;
		font-weight: 200;}

	.intro-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}

h2 {
	color: #000000 !important;
	font-size: 36px !important;
	font-weight: 600;
	line-height: 45px;
	text-align: center;}

.guides-section h3 {
	color: #000 !important;
	font-size: 24px;
	font-weight: 200 !important;
	line-height: 30px;}

h4 {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: 200 !important;
	line-height: 25px !important;}


/*h4 {
    color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
    border-left: 8px solid transparent;
    display: block;
    line-height: 40px;
    overflow: visible;
    position: relative;}

	h4 span {
		box-shadow: 8px 0 0 #000, -8px 0 0 #000;
		background-color: #000;
		box-decoration-break: clone;
		padding-bottom: 4px;
		padding-top: 4px;}*/

	.guides-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}

.bold {font-weight: 600;}

hr.black {
    border-top: 6px solid #000;
    margin: 1px 0 20px;
    width: 240px;}

.color-bg-1 {background-color: #ead3e3;}
.color-bg-2 {background-color: #fcdce2;}

.quizes {border: 1px solid #e6e6e6;}

.shadow {
	box-shadow: none;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);}

	.shadow:hover {
		box-shadow:
		0px 7px 8px -4px rgba(0, 0, 0, 0.03),
		0px 12px 17px 2px rgba(0, 0, 0, 0.04),
		0px 5px 22px 4px rgba(0, 0, 0, 0.03);
		transform: translateY(-4px);}

.card-block-ex-pad {
	padding-bottom: 44px;
}

/*=================================================
    Media Queries
==================================*/
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1195px) and (max-width: 2080px) {	
.cheese {background-color: black; height: 50px; width: 50px;} /* Class for visually showing were breakpoints are for testing */
		
}

/* Large screens and laptops */
@media only screen and (min-width: 990px) and (max-width: 1194px) {	
.cheese {background-color: orange; height: 50px; width: 50px;}
	
		/* Styles for Ulta header cart dropdown */	
		.navbar .s-cont .search-cont input.search-input {
			font-size: 13px !important;
			height: 30px;
			width: 186px;}
	
}

/* Tablets, small desktop and laptops */
@media only screen and (min-width: 765px) and (max-width: 989px) {	
.cheese {background-color: blue; height: 50px; width: 50px;}
	
		/* Styles for Ulta header cart dropdown */	
		.navbar .s-cont .search-cont input.search-input {
			font-size: 13px !important;
			height: 30px;
			width: 115px;}
	
	.intro-section h1 {
		font-size: 31px;
		margin-top: 10%;
		line-height: 34px;}
	
	.guides-section h3 {
		font-size: 18px;
		line-height: 24px;}
	
	h4 {
		font-size: 17px !important;
		line-height: 13px !important;}
	
	.thinner {font-size: 21px;}
	
	.intro-section p {
		color: #000;
		font-size: 14px;
		font-weight: 200;
		line-height: 21px;}
	
	.guides-section p {
		color: #000;
		font-size: 14px;
		font-weight: 200;
		line-height: 21px;}
		
}

/* Small screens portrait size */
@media only screen and (min-width: 574px) and (max-width: 764px) {
.cheese {background-color: green; height: 50px; width: 50px;}
	
.intro-section {background-image: none;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	.intro-section h1 {
		color: #000 !important;
		font-size: 32px;
		font-weight: 600;
		line-height: 38px;
		margin-top: 0;}	
	
	.primary-link {margin-bottom: 2%;}

}

/* Small screens to larger screens portrait size */
@media only screen and (min-width: 480px) and (max-width: 573px) {
.cheese {background-color: yellow; height: 50px; width: 50px;}
	
.no-padding {
	padding-left: 0  !important;
	padding-right: 0 !important;}
	
.intro-section {background-image: none;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	.intro-section h1 {
		color: #000 !important;
		font-size: 32px;
		font-weight: 600;
		line-height: 38px;
		margin-top: 0;}	

}

/* Small screens portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {	
.cheese {background-color: red; height: 50px; width: 50px;}
	
.no-padding {
	padding-left: 0  !important;
	padding-right: 0 !important;}
	
.intro-section {background-image: none;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	.intro-section h1 {
		color: #000 !important;
		font-size: 32px;
		font-weight: 600;
		line-height: 38px;
		margin-top: 0;}

	.thinner {
		color: #000 !important;
		font-size: 22px;
		font-weight: 200;}

	.intro-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}

.guides-section h2 {
	color: #000 !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;}

.guides-section h3 {
	color: #000 !important;
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;}
	

h4 {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 200 !important;
	line-height: 1em !important;}
	
/*h4 {
    color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
    border-left: 8px solid transparent;
    display: block;
    line-height: 40px;
    overflow: visible;
    position: relative;}

	h4 span {
		box-shadow: 6px 0 0 #000, -6px 0 0 #000;
		background-color: #000;
		box-decoration-break: clone;
		padding-bottom: 2px;
		padding-top: 2px;}*/

	.small-title {
		color: #ffffff !important;
		font-size: 14px !important;
		font-weight: 200;
		margin-bottom: 0px !important;}

	.guides-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}
	

}

