/*
Theme Name: DiamondHair 2018
Theme URI: http://www.pico.fi
Author: Tommi Honkanen
Author URI: http://www.pico.fi
Description: Turun DiamondHair kampaamon teema
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfcturku
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* pacifico-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/pacifico-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./assets/fonts/pacifico-v22-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* comfortaa-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/comfortaa-v45-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./assets/fonts/comfortaa-v45-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* comfortaa-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/comfortaa-v45-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./assets/fonts/comfortaa-v45-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* comfortaa-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/comfortaa-v45-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./assets/fonts/comfortaa-v45-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oleo-script-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oleo Script';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/oleo-script-v14-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./assets/fonts/oleo-script-v14-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	
	/*background: rgba(240,250,250,1):;*/
	background: rgba(15,15,15,1):;
	/*background: rgba(44,141,210,1);
	background: -moz-linear-gradient(top, rgba(44,141,210,1) 0%, rgba(207,224,227,1) 69%, rgba(207,224,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,141,210,1)), color-stop(69%, rgba(207,224,227,1)), color-stop(100%, rgba(207,224,227,1)));
	background: -webkit-linear-gradient(top, rgba(44,141,210,1) 0%, rgba(207,224,227,1) 69%, rgba(207,224,227,1) 100%);
	background: -o-linear-gradient(top, rgba(44,141,210,1) 0%, rgba(207,224,227,1) 69%, rgba(207,224,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(44,141,210,1) 0%, rgba(207,224,227,1) 69%, rgba(207,224,227,1) 100%);
	background: linear-gradient(to bottom, rgba(44,141,210,1) 0%, rgba(207,224,227,1) 69%, rgba(207,224,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8dd2', endColorstr='#cfe0e3', GradientType=0 );*/
	font-size: 1.2rem;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 300;
	line-height: 2rem;

}
.container-site {
	/*background: #f5f5f5;*/
	background: #ffffff;
	border-bottom: 1px dotted rgba(0,0,0,0.85);
}
.container-main {
	background: #ffffff;
}
.container-breakout {
	width: 100vw;	
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2 - 9px);
	
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
/*header*/
.diamond-logo {
	max-width: 55%;
	padding: 1em 0 1em 0;
}
.valikko {
	border: none;
	padding: .5rem;
}
#social-nav p {
	margin: 0;
	padding: 0;
}
.navbar-contact-phone {
	color: #c84969;
	font-weight: bold;
}
¨.navbar-contact-phone > li, .link-pink, .top-vasen, .top-oikea {
	color: #c84969;
	text-decoration: none;
	font-weight: normal;
}
.top-vasen {
	text-align: left;
}
.top-oikea {
	text-align: right;
	padding-right: 2rem;
}

#primary-nav .navbar {
	padding-right: 0 !important;
}
.navbar-pink .navbar-nav .nav-link {
	color: rgba(200,73,105,1);
}
.navbar-pink .navbar-nav .nav-link:hover {
	color: rgba(239,147,203,1);
}
.link-pink:hover {
	text-decoration: none;
	color: #c3c5bb;
	font-weight: normal;
}
.page-header {
	/*background-image: url(./assets/images/logo_tausta.svg);
	background-size: cover;
  	background-position: 50% 100%;
  	background-repeat: no-repeat;*/
  	background-color: #060000;
  	margin: 0;
  	padding: 0;
}
.banner-wrapper {
	width: 100%;
	display: inline-flex;
	position: relative;
}
.banner-wrapper:after {
	padding-top: 25.25%;
	display: block;
	content: '';
}
.main-banner {
	background-image: url(./assets/images/header_image2.jpg);
	background-size: cover;
  	background-position: 0% 0%;
  	background-repeat: no-repeat;
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	color: white;
}
.bg-contact, .bg-contact-social {
	background-color: #1a0808;
}
.bg-contact-social {
	margin: 0;
	padding: 0;
}
/*footer */
.thinline {
	background: #1a0808;
	font-size: .5em;
}
.footer-wrapper {
	/*background: #133582;*/
	background: #060000;
	color: #c84969;
}
.diamond-logo-footer
{
	max-width: 95%;
}
.footer-mid {
	margin-bottom: 2rem;
}
.footer-mid > p:first-of-type {
	font-weight: bold;
	margin-bottom: 1rem;
}

/*etusivu */
.site-welcome {

}
.divide-line {
	border-bottom: 1px dashed rgba(0,0,0, .45);
	font-size: .1rem;
	padding: 0;
	margin: 1.5rem 0 3rem 0;
}

.main-banner {

}
.main-banner > .container, .main-banner > .container > .row {
	height: 100%;
	overflow: hidden;
	align-items: center;
}
.news-col {
	position: relative;
	align-items: center;
}
/* Featurettes
------------------------- */
.salepoint {
	padding-bottom: 3rem;
}
.salepoint .readmore {
	text-align: center;
}
.salepoint-col {
	min-height: 100%;
	position: relative;
	top: 0px;
}
.marketing .col-lg-4 {
  margin-bottom: .5rem;
  text-align: center;
  align-items: center;
}
.salepoint h2 {
  font-weight: 400;
  padding: 2rem 0 1rem 0;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
  font-size: 1rem;
  text-align: left;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette h2 {
	padding: 0 0 1rem 0;
	font-size: 3rem;
	letter-spacing: .1rem;
}
.full-featurette {
	background-color: rgba(200,65,135,.85);
}
.featurette-text {
	padding: 4rem 1rem 4rem 1rem;
}
.featurette-image {
	object-fit: cover;
	min-height: 100%;
}
/* korjaa nämä ennen julkaisua */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
/* korjausalue loppuu */
/* Thin out the marketing headings */
.featurette-heading, .featurette-heading-odd {
  font-family: 'Oleo Script', cursive;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
  color: #c84187;
}
.featurette-heading-odd {
	color: #fff1fd;
}
.featurette-odd .text-muted {
	color: #270020 !important;
}

/* tavallinen sivu */
#normi-sivu {
	padding: 2rem 0rem 2rem 0rem;
	margin-left: 0rem;
	margin-right: 0rem;
}
/* kortit */
#alueet .card {
	padding: .5rem;
	color: #212529;
}

/*listat */
#normi-sivu ul {
	list-style-type: square;
	margin-left: 1.4rem;
	padding: .5rem 0 0 0;
}
#normi-sivu ul > li {
	padding-left: .3rem;
	padding-bottom: .3rem;
}
#normi-sivu ul > li:last-child {
	padding-bottom: 0;
}

/*karuselli */
#karuselli {
	max-height: 100px;
	overflow: hidden;
}
#karuselli h3 {
  display: inline-block;
  padding: 10px;
  background: #4e7cc7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.full-screen {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* linkit */
.ote {
	text-decoration: none;
	color: #21252B;
	border-bottom: 1px dotted rgba(0,0,0,0.45);
	display: inline-block;
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 0;
}
.ote:hover {
	text-decoration: none;
}
.ote:last-of-type {
	border-bottom: none;
}

/* otsikot */
.site-welcome h1 {
	font-family: 'Pacifico', cursive;
	font-weight: 300;
	font-size: 3.5rem;
}
.site-welcome h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
#sivun-otsikko h1 {
	font-size: 1.2rem;
	font-weight: bold;
	font-variant: small-caps;
}
#sivun-otsikko h2 {
	font-size: .8rem;
	font-weight: 300;
}
#normi-sivu h1 {
	font-family: 'Oleo Script', cursive;
	font-weight: 700;
}

.card-title, .card-text {
	text-shadow: none;
}
#sivun-otsikko .main-banner h2 {
	font-size: 3.5rem;
	font-family: 'Pacifico', cursive;
}


/* hinnasto */
.jsrm-menu {
	padding-bottom: 1.5rem !important;
}
.jsrm-menu tr.odd {
	background-color: rgba(225,10,116,.20) !important;
}
.jsrm-menu td.item {
	font-size: 1.2rem !important;
}
.jsrm-menu td.value {
	font-weight: bold !important;
	font-size: 1.2rem !important;
}
/* leipis */

#normi-sivu p {
	margin: 0 0 1.5rem 0 !important;
}

@media (max-width: 575px) {

}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	/*otsikot */
	#sivun-otsikko h1 {
		font-size: 2.5rem;
		letter-spacing: .1rem;
	}
	#sivun-otsikko h2 {
		font-size: 1.85rem;
	}
	.ajankohtaista h5 {
		font-size: .85rem;
	}
	/*leipis */
	.ajankohtaista p {
		font-size: .85rem;
		font-weight: lighter;
}
@media (min-width: 1200px) {

}