body {
    background-image: url('/images/shrines/shrinebg.jpeg');
}

body {
    font-family: 'NauticaRounded';
    color:#fff;
    background-attachment: fixed;

}

html {
    cursor: url('/images/cursor.cur'),default;
}


@font-face {
    font-family: 'NauticaRounded';
    src: url('NauticaRounded-ExtraBold.ttf');
}

@font-face {
    font-family: 'Porkys';
    src: url('PORKYS_.TTF');
}

.backbutton {
    width:32px;
    height:32px;
    cursor: url('/images/pointer.cur'),pointer;
    position:fixed;
    top:10px;left:15px;
}

.fixed {
    background: url('/images/shrines/cloud.gif');
    position:fixed;
    background-repeat: repeat-x;
    width:100%;
    height:80px;
    bottom: -5px;
    }

.container {
    display:grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 10px;
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
}

.main {
    grid-row: 3/13;
    grid-column: 3/13;
background-image: radial-gradient(#ffffff00, #ffffffe9);
border-radius:10px;


}

h1 {
    color:#ffec8f;
    font-family: 'Porkys';
    font-size:160px;
    top:-20px;
    left:240px;
    position:absolute;

}

h2 {
    color:#fff;
    font-family: 'Porkys';
    font-size:160px;
    top:-40px;
    left:246px;
    position:absolute;

}

.inside {
 padding:100px;
 font-size:25px;
}

.senremistar {
    filter: drop-shadow(0px 0px 40px #f0e985);
    transform: rotate(20deg);
    position:absolute;
    width:300px;
    height:300px;
    left:880px;
    top:420px;
    transition: .5s;
    cursor: url('/images/pointer.cur'),pointer; 
  }

  .senremistar:hover {
    transform: scale(1.2);
    
  }
  
   #s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:6px;
	background:#ffffffcd; /* fallback if rgba not supported */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	/* font */
	font-family:'NauticaRounded';
	font-size:18px;
	line-height:16px;
	color:#000041;
}

