
:root {
  /* fonts */
  --instagram-footer: Jost;
  --content-text: "Work Sans";
  --h2: Cardo;
  --font-sf-pro-display: Roboto;
  --font-inherit: inherit;

  /* font sizes */
  --h1-size: 48px;
  --content-text-size: 15px;
  --h3-size: 28px;
  --font-size-95xl: 114px;
  --font-size-13xl-5: 32.5px;
  --h2-size: 36px;
  --name-author-size: 13px;
  --h4-size: 20px;
  --font-size-22xl-5: 41.5px;
  --font-size-base: 16px;
  --font-size-14xl-1: 33.1px;
  --font-size-3xs: 10px;
  --font-size-6xl: 25px;

  /* Colors */
  --background-white: #fffbf6;
  --background: #f5eee4;
  --content: #56420f;
  --accent: #edc96d;
  --accent-link: #efc38e;
  --color-black: #000;
  --white: #fff;
  --forms-shapes: #fff3e7;
  --numbers: #87a8d9;
  --color-goldenrod-100: #d2a224;
  --accent-2: #d09c14;
  --description: #a69977;
  --review: #fff9f3;
  --links: #0b69f1;
  --accent-21: #6385b6;
  --background-2: #f4f7fc;
  --shapes: #e3eeff;
  --color-peachpuff: #dcc7b2;
  --color-antiquewhite: #f0dcc7;
  --color-red: #ff0000;
}

.naya-body {
	background-color: var(--background);
}
.main {
  padding-left: 22px;
}

a {
  //text-transform: uppercase;
  //font-size: 36px;
  color: var(--content);
  text-decoration: none;
  position: relative;
  //display: block;
}

/*a:link, a:visited {
//  background-color: #f44336;
//  color: white;
//  padding: 14px 25px;
//  text-align: center;
//  text-decoration: none;
//  display: inline-block;
//} 
*/

/*a:hover, a:active {
//  background-color: red;
//} 
*/

/* class link-6 */
a:link, a:visited {
	transform: none;
	background-color: transparent;
}

/* transform causes a shift to the left */
a:hover {
	/**
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05,1.05);  
	**/
	color: navy;
	font-weight: bold;
	//background-color: #fff7bf;
}

a:active {
	//transform: none;
	color: blue;
}

a {
  -webkit-transition: all 0.14s linear;
          transition: all 0.14s linear;
}

h1 {
	font-size: var(--h1-size);
	font-family: var(--content-text);
}

p {
	font-family: var(--content-text);
}

/* View container classes */
.block-page-title-block {
  font-size: var(--h4-size);
  font-family: var(--content-text);
  margin-left: 32px;
}

.view-content-recent {
  font-size: var(--font-size-base);
  font-family: var(--content-text);
  margin-left: 32px;
  position: relative;
}

/* 3 x 375 with 2 x 19px gap = 1163 */
.region-fp-blog {
	width: 1163px;
}

.cat-grid-row {
  font-size: var(--font-size-base);
  font-family: var(--content-text);
  background-color: var(--background-2);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;

}
