
.p{
	font-size : 1vw;
}

.a{
	padding-bottom:10%;
}

.title1{
  text-align: center;
  font-size: 6.5vw;
}
.title2{
  text-align: center;
  font-size: 5.5vw;
  margin-bottom: 0% ;
}



.colorbg{
  background-color:  #add8e6;
  padding-top: 3%;
  padding-bottom: 5%;
  text-align: center;
  font-size: 2.5vw;
}

.Nocolorbg{
  padding-top: 5%;
  padding-bottom: 7%;
  text-align: center;
  font-size: 3vw;
}

.subtitle{
  text-align: center;
  /*text-decoration: underline;*/
  font-size: 5vw;
  padding-bottom: 2%;
  font-family: "Arial";
}

.youtubebox{
  text-align: center;
}

.big{
	font-size: 4vw;
}

.pad{
  margin: 1%;
}



.questionnaire{
  width : 50%;
}

.quiz{
  margin-top: 10%;
  width : 100%;
}


.centering{
  text-align: center;
  Font-size:2.5vw;
  Font-weight: bold;
  Padding-bottom : 0%;
}

.movietable{
  border-collapse: collapse;
  table-layout: fixed;
  width : 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.movietable tr{
  padding-top:1%;
}

.movietable td{
  /*Height: 35%;*/
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0%;
  font-size : 1.4vw;
}


@media screen and (max-width:768px) {
	.ContentImage{
	  width : 80% ;
		height: auto;
		object-fit: contain;
		margin-bottom: 6%;
	}
	.subcomment{
	  text-align: center;
	  font-size:15px;
	  margin-bottom: 0%;
	}
	.grid4{
		width:96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top:0%;
		margin-bottom:0%;
		display: grid;
		grid-template-columns: repeat(auto-fill,100%);
		grid-template-rows: auto;
		grid-gap: 2%;
	}
	.grid3{
		width:96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top:0%;
		margin-bottom:0%;
		display: grid;
		grid-template-columns: repeat(auto-fill,100%);
		grid-template-rows: auto;
		grid-gap: 0%;
	}
	.grid2{
		width:96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom:5%;
		display: grid;
		grid-template-columns: repeat(auto-fill,100%);
		grid-template-rows: auto;
		grid-gap: 0%;
	}
	.dougaComment{
		padding-top:1%;
		font-size: 3.5vw;
	}
	.dougaComment2{
		padding-top:2%;
		font-size: 3vw;
	}
	.yt-wrapper {
	  margin-top: 5%;
	  position: relative;
	  width: 100%;
	}
	.yt-wrapper:before {
	  content:"";
	  display: block;
	  padding-top: 56.25%;
	}
	.yt-wrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.dougasize{
		padding: 1%;
		margin-left: 3%;
		margin-right: 3%;
	}
}

@media screen and (min-width:769px) {
	.ContentImage{
	  width : 100% ;
		height: auto;
		object-fit: contain;
	}
	.subcomment{
	  text-align: center;
	  font-size: 2vw;
	  margin-bottom: 0%;
	}
	.grid4{
		width:96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top:0%;
		margin-bottom:0%;
		display: grid;
		grid-template-columns: repeat(auto-fill,23%);
		grid-template-rows: auto;
		grid-gap: 2%;
	}
.grid3{
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:10%;
	display: grid;
	grid-template-columns: repeat(auto-fill,32%);
	grid-template-rows: auto;
	grid-gap: 2%;
}
.grid2{
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:5%;
	display: grid;
	grid-template-columns: repeat(auto-fill,49%);
	grid-template-rows: auto;
	grid-gap: 2%;
}
.dougaComment{
	font-size: 1.5vw;
}
.dougaComment2{
	font-size: 2vw;
}
.yt-wrapper {
  margin-top: 10%;
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.EE{
	margin: 2%;
}
.EC{
	background-color: Yellow;
}
