@charset "UTF-8";
* {
	background: #1e73be;
	color: #fff;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Source Sans Pro", "Source Sans 3", "Open Sans", "Tahoma", "Arial", sans ;
	font-size: 11pt;
	line-height: 15pt;
	margin: 5%;
}
div.overflow {
	overflow: hidden;
	width: 110%;
	margin-left: -5%;
}
#masters {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 500%;
	background-color: #ff8800;
	padding: 1vw;
	margin: 32px 0 32px -200%;
}
#masters img {
	border: 5px solid #fff;
	border-radius: 25%;/*64px;*/
	margin: 1vw;
	width: 11vw;
}
#yogaclass1 {
	width: 30vw;
	margin: 0 3% 0 3%;
	float: right;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
}
#fotosmall {
	display: inline-flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.rightimg {
	width: 25%;
	margin: 3%;
	float: right;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
}
.rosso {
	text-decoration: none;
	color: #bedd4e;
	font-weight: bold;
}
a {
	color: #ff8800;
}
a:hover {
    color: #f4af00;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
    line-height: 16pt;
}
ol {
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-size: 9pt;
}

.big {
	font-size: 18pt;
}

.center {
	text-align: center;
}
.video {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.video iframe {
	margin: 1%;
	width: 40vw;
	height:22.5vw;
    border-radius: 32px;
}

p {
	font-style: normal;
	text-align: justify;
	font-size: 11pt;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: transparent;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.grassetto {
	font-weight: bold;
	font-size: 12pt;
}

#foto {
	display: flex;
	flex-wrap: wrap;
	margin: 64px 0 64px 10%;
	width: 80%;
	justify-content: center;
	align-items: center;
}
.image {
	width: 30%;
	margin: 1%;
}
.image img {
	width: 100%;
	vertical-align: middle;
}
#dave,
.leftimg {
	width: 30%;
	margin: 3%;
	float: left;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
}
hr{
	margin-top: 3%;
	margin-bottom: 3%;
	width: 75%; 
}
span.corsivo {
	font-style: italic;
}
.cite {
	font-size: medium;
	font-weight: 900;
	line-height: 130%;
	text-align: right;
}
h1 {
	line-height: 120%;
}
div#footer {
	margin-top: 16px;
	display: inline-flex;
	width: 75%;
	margin-left: 12.5%;
	flex-direction: row;	
}

#iubenda_policy_logo {
	display: block;
	padding-right: 2%;
}
#scritta_privary {
  padding-left: 2%;
}

#illustrazioni {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

#illustrazioni.image {
	display: flex;
	flex-direction: column;
}

#logoYA {
	display: flex;
	justify-content: center;
	max-width: 100%;
}
#logoYA img {
	border-radius: 32px;
	width: 100%;
	max-width: 455px;
	margin: 12px;
}
/* Banner iubenda */
.iubenda-banner-content div {
    background: white;
    color: black;
}

.iubenda-cs-brand img {
    background: #36b9cf;
}

