
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
	background-color: #dddddd;
	width: 100%;
    font-family: noto sans;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 18px;
}

.body-root {
    margin: 4px;
}

.section-content a:link { 
    font-weight: bolder;
    color: #800020;
}

.section-content a:visited {
    color: #800020;
}

.section-content a {
    text-decoration: none;
}

.section-title {
	background-color: #c4a3ab;
	padding: 8px;
    text-align: center;
}

.section-title a {
    text-decoration: none;
    color: #000000;
}

.section-navigation {
	background-color: #800020;
	margin: auto;
	width: 100%;
    line-height: 54px;
}

.section-content {
	background-color: #eeeeee;
    height: fit-content;
	font-size: 16px;
	font-family: noto sans;
	padding: 20px;
    min-height: 600px;
}

.section-site-map {
    background-color: #c4a3ab;
    padding: 8px;
}

.section-social-media {
    margin-top: 10px;
    text-align: center;
    background-color: #ffffff;
    padding: 8px;
}

.subsection-navlinks {
	text-align: center;
}

.subsection-logo {
	height: 40px;
    width: auto;
}

.subsection-home-reviews {
    padding-top: 20px;
}

.logo-image {
	background-color: #ffdddd;
	margin: auto;
	width: 300px;
	height: 80px;
	border: 5px solid;
}

.nav-link {
	background-color: #cccccc;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #888888;
	border-radius: 6px;
	text-decoration: none;
	font-family: noto sans;
	font-size: 18px;
	font-weight: bolder;
	color: #222222;
}

.social-media-link {
    margin-left: 10px;
    margin-right: 10px;
}

.social-media-logo {
    height: 30px;
}

.profile-photo {
	max-width: 25%;
    min-width: 10%;
	float: right;
}

.logo-text {
	font-family: noto sans;
	font-size: 30px;
	font-weight: bolder;
	line-height: 40px;
	vertical-align: top;
}

.logo-flag {
	width: 32px;
	height: 32px;
	display: inline;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

h1 {
	margin-top: 0px;
}

.site-map-block {
    width: 10%;
    display: inline-block;
    padding: 8px;
	font-size: 14px;
	padding-bottom: 0px;
}

.site-map-header {
    font-weight: 600;
    color: #440000;
}

.star {
	width: 80px;
	height: 16px;
    background-image: url("images/iulia-star.webp");
    background-repeat: repeat-x;
    background-size: 16px 16px;
    display: inline-block;
    margin-left: 5px;
}

.review-block
{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
}

.home-review
{
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.testimonial
{
	margin-top: 0px;
	font-style: italic;
    font-weight: 400;
}

.form-left
{
    display: inline-block;
    width: 100px;
    font-size: 14px;
}

input,textarea
{
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 2px solid #aaaaaa;
    border-radius: 6px;
}

input[type=submit],input[type=button] {
    background-color: #800020;
    color: #ffffff;
    border-color: #000000;
    padding: 8px;
    font-weight: 600;
    font-size: 14px
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.cookie-disclaimer {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
  .close {
    cursor: pointer;

  }