
/*
Theme Name: mermaid-coaching
description: mermaid-coaching - Theme - Ver. 01
Author: neo7
Author URI: https://neo7.de
Template: customify
Version: 1.0.0
Text Domain: mermaid-coaching
*/

/* tangerine-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: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/mermaid-coaching/fonts/tangerine-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	background-color: #f9eeed !important;
	hyphens: auto;
}

body .site-branding a, body p.site-description.text-uppercase.text-xsmall {
    font-family: "Tangerine", serif;
    display: inline-block;
    text-transform: none;
    letter-spacing: .4px;
    font-weight: normal;
    font-size: 6em;
}

body .site-branding .site-title {
    line-height: 0.7;
}

body .light-mode .site-title, body .light-mode .site-title a, body p.site-description.text-uppercase.text-xsmall {
    color: rgb(157,93,132);
}


body p.site-description.text-uppercase.text-xsmall {
	    font-size: 3.1em;
}

body .comments-area .comment-reply-title, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    color: rgb(157,93,132);
	line-height:1.3;
}

.oval img {
	border-radius: 50% !important;
}
	
body .wp-block-image figcaption {
    text-align: center;
}

body .nav-menu-desktop .menu>li>a {
    color: rgb(157,93,132);
    padding-left: 0;
	padding-right: 1em;
	text-transform:none;
	font-weight: 500;
    font-size: 1.1em;
}

body ul#menu-rechtliches {
    float: right;
    font-size: 0.85em;
}

body blockquote.wp-block-quote {
    border-radius: 50%;
    border: solid 2px #9d5d84;
	width: 250px;
    height: 250px;
    text-align: center;
	padding: 0;
    padding-top: 3.5em;
	font-size: 1.3em;
	background-color: #fffaf9;
	line-height:1.1;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

body blockquote.wp-block-quote p {
	padding-bottom:0.5em;
}

body blockquote.wp-block-quote cite {
	font-size:70%;
}

body article .entry-content p a {
    color: #9d5d84;
    text-decoration: underline;
    transition: all .14s ease-out;
}

body p strong {
	color: #9d5d84;
}

body .h2, body h2 {
    font-size: 1.618em;
}

body .site-branding img {
	margin:auto;
}

@media (prefers-color-scheme: dark) {
  /* Dark theme styles go here */

}

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

}

@media screen and (max-width: 766px) {
body .site-branding a, body p.site-description.text-uppercase.text-xsmall {
    font-size: 4em;
}


body p.site-description.text-uppercase.text-xsmall {
    font-size: 1.9em;
}

body .header--row.header-main .customify-grid, body .header--row.header-main .style-full-height .primary-menu-ul > li > a {
    min-height: 250px;
}
}

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

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

}

@media screen and (min-width: 1600px) {

}

