@font-face {
    font-family: 'Futura-Medium';
    font-display: swap;
    src: url('Futura-Medium.eot?#iefix') format('embedded-opentype'),
         url('Futura-Medium.woff') format('woff'),
         url('Futura-Medium.ttf')  format('truetype'),
         url('Futura-Medium.svg#webfont') format('svg'),
         url('fonts/futura.woff2') format('woff2'),
}

/********************* ACROSS ALL PAGES ************************/



#themagicianredirectcontainer {
	width: 100%;
	height: 100vh;
	background-color: #ffb12a;
	min-height: 650px;
}

#themagicianredirectrow {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #3A125A;
}

#themagicianredirectrow img{
	max-height: 320px;
	position: relative;
}

#themagicianredirectrow h3 {
	font-family: 'Philosopher';
	font-size: 35px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#themagicianredirectrow p{
	font-family: 'Crimson Text';
	font-size: 20px;
	max-width: 550px;
	margin: auto;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#themagicianredirectrow a {
	color: #3A125A;
	transition: all 0.3s;
}
#themagicianredirectrow a:hover {
	color: white;
}


#redirectbuttonrow {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
	#redirectbutton {
	height: 35px;
	max-width: 220px;
	min-width: 168px;
	width: auto;
	background-color: #3A125A;
	color: white;
	margin: auto;
	border-radius: 8px;
	padding-top: 6px;
	margin-top: 15px;
	transition: all 0.3s;

}
#redirectbutton a {
	color: white;
	text-decoration: none;
}

#redirectbutton:hover {
	background-color: white;

}
#redirectbutton:hover a {
color: #3A125A;
}

@media (max-width: 576px) {
	#themagicianredirectrow h3 {
		font-size: 28px;
	}
	#themagicianredirectrow p {
		font-size: 18px;
	}
	#themagicianredirectrow img{
		max-height: 250px;
		position: relative;
	}
}









html {
	scroll-behavior: smooth;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
    height: 100%;
	margin: 0px;
    padding: 0px;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;

}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: arial;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-x: hidden;
	
}
