@charset "UTF-8";

a {
  color: #FFFFFF;
}
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

/*Mobile Device*/
@media ( min-width : 0px ) and (max-width : 800px ){
.mLogobox {
    clear: both;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    color: #D5AF78;
    letter-spacing: 2px;
    display: block;
}
.mTextbox {
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    color: #D5AF78;
    letter-spacing: 2px;
    line-height: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
}
.mFooterbox {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #D5AF78;
	padding: 20px;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.8em;
}
	.tLogobox{
      display: none;
    }
	.tTextbox{
      display: none;
    }
	.tFooterbox{
      display: none;
    }
	.dtLogobox{
      display: none;
    }
	.dtTextbox{
      display: none;
    }
	.dtFooterbox{
      display: none;
    }
  }
/*Tablet View*/
@media (min-width : 801px ) and ( max-width : 1024px ){
.tLogobox {
	clear: both;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #D5AF78;
    letter-spacing: 2px;
    display: block;
}
.tTextbox {
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    text-align: center;
    color: #D5AF78;
    letter-spacing: 2px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 32px;
}
.tFooterbox {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #D5AF78;
	padding: 20px;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 28px;
}
	.mLogobox{
      display: none;
    }
	.mTextbox{
      display: none;
    }
	.mFooterbox{
      display: none;
		}
	.dtLogobox{
      display: none;
    }
	.dtTextbox{
      display: none;
    }
	.dtFooterbox{
      display: none;
    }    
}

/*Desktop View*/
@media (min-width: 1025px){
	.dtLogobox {
	clear: both;
}
.dtSignetbox {
	position: fixed;
	top: 0px;

}
	.dtTextbox {
	font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    color: #D5AF78;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin-top: 5px;
    margin-bottom: 0px;
}
.dtFooterbox {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #D5AF78;
	padding: 20px;
    font-family: abel;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.4em;
}
.mLogobox{
      display: none;
    }
.mTextbox{
      display: none;
    }
.mFooterbox{
      display: none;
    }
.tLogobox{
      display: none;
    }
.tTextbox{
      display: none;
    }
.tFooterbox{
      display: none;
    }    
	}
