@charset "utf-8";
/* CSS Document */
.art-frame {
	background-color: white!important;
}

.separate-window {
	display:block; width:65%; margin: 0 auto;
	color:darkslategray; background-color: #D7D7D7;
	padding: 2.5px 25px;
	font-family: 'moreless'; font-size:13pt;
	text-align: center;
}.separate-window a {
	text-decoration:none; padding:0px 3px;
	color:brown;
}.separate-window a:before {
  content: '['; padding-right:4px;
}.separate-window a:after {
  content: ']'; padding-left:4px;
}
.separate-window img {
	display: inline-block; vertical-align: middle;
	margin:0px; padding:0px;
	height:20px; width:20px;
}
.separate-window a:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	color:black;
}


#exercise1 .i_ex1, #exercise2 .i_ex2, #exercise3 .i_ex3, #exercise4 .i_ex4, #exercise5 .i_ex5 {
	margin:0 auto 15px;
	width:55%;
}
#exercise7 .i_ex7 {
	margin:0 auto 15px;
	width:50%;
}

@-moz-document url-prefix() {
}


.i_ex6 { /*rearrange letters-2 game*/
	padding: 0;
	margin:10px auto 25px!important;
	width:65%; height:70vh;
}



@media screen and (max-width : 1250px ){
#exercise1 .i_ex1, #exercise2 .i_ex2, #exercise3 .i_ex3, #exercise4 .i_ex4, #exercise5 .i_ex5 {
	width:65%;
}
#exercise7 .i_ex7 {
	width:75%;
}

.separate-window {
	width:75%;
}
#exercise6 .i_ex6 {
	width:75%; height:75vh;
}


}


@media screen and (max-width : 980px ){
#exercise1 .i_ex1, #exercise2 .i_ex2, #exercise3 .i_ex3, #exercise4 .i_ex4, #exercise5 .i_ex5, #exercise6 .i_ex6 {
	width:80%;
}
.separate-window {
	width:90%;
}
#exercise6 .i_ex6{
	width:90%; height:70vh;
}

#exercise7 .i_ex7 {
	width:85%;
}

}


@media screen and (max-width : 780px ){
#exercise1 .i_ex1, #exercise2 .i_ex2, #exercise3 .i_ex3, #exercise4 .i_ex4, #exercise5 .i_ex5, #exercise6 .i_ex6 {
	width:100%;
}

.separate-window {
	width:100%;
}
#exercise6 .i_ex6{
	width:100%; height:70vh;
}

#exercise7 .i_ex7 {
	width:100%;
}

}


@media screen and (max-width : 550px ){


}



