@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    color: #FFFF99;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.5vh;
    overflow-x: hidden;
    overflow-y: hidden;
}



.page {
    width: auto;
    min-width: 800px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 84vh;
}

.pagescroller{
	width: 110%;
	float: left;
	margin-right: 50px;
	overflow-x: hidden;
	overflow-y: auto;
}

#article  {
    width: 1000px;
    color: #234923;
    background-color: #EBEDDC;
    box-shadow: inset 4px 3px 8px 1px #969696;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 20px;
}

#article_scroller {
    width: 797px;
    padding-left: 110px;
    padding-right: 150px;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#article a  {
    text-decoration: none;
	color: #996699;
}

#article a:hover  {
	color: #cccc33;
}

#title {
    color: #669966;
    font-size: 30px;
    text-align: center;
    width: 100%;
    max-width: 1920px;
    height: 7vh;
    margin-top: 0vh;
    line-height: 7vh;
}

.h1article {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h2article   {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 25px;
}

.p1article {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.p2article {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.p3article {
    font-size: 20px;
    text-align: left;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 10px;
}

.p4article {
    font-size: 20px;
    text-align: left;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 10px;
}







@media  only screen and (orientation:portrait){
	
body {
    background-image: url("../assets/dressing/backgroundprtrait.png");
    background-size: 100% auto;
}
	
.oldhobtopline {
    height: 13vh;
}

.oldhobtopline_content  {
    width: 100%;
}
	
.oldhobtopline_logo   {
    background-image: url(../assets/dressing/brickwork.png);
    background-size: auto 3vh;
    height: 3vh;
	text-align: center;
}
	
.oldhobtopline_logo img  {
    height: 3vh;
}
	
.oldhobtopline_link {
	text-align: center;
    line-height: 2.5vh;
    font-size: 2vh;
	background-color: #669966;
}
	
.oldhobtopline_link a {
    text-decoration: none;
    color: #FFFF99;
}
	
.oldhobtopline_link a:hover {
    color: #FFCCFF;
}
	
.head {
	clear: both;
    height: 8vh;
    text-align: center;
}
	
.imgbanner {
	clear: both;
    height: 8vh;
    margin-left: auto;
    margin-right: auto;
}
	
.menu {
    height: 84vh;
    width: 25vw;
    float: left;
}
	
	
.menu {
    width: 90vw;
	height: 20vh;
    margin: 0 5vw;
}
	
.menu_title {
	text-align: center;
    line-height: 3vh;
    font-size: 2vh;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #336633;
    padding-left: 5%;
}
.menu_links   {
    line-height: 3vh;
    font-size: 2vh;
	text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    background-color: #669966;
    margin-bottom: 1px;
    margin-top: 1px;
}
.menu_links a {
    text-decoration: none;
    color: #FFFF99;
}
.menu_links a:hover  {
    color: #ffccff;
}
	
.content {
    width: 90vw;
    height: 55vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.content_scroller {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    height: 54vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.feature {
    width: 95vw;
    height: 58vw;
	margin-bottom: 1vh;
	margin-left: 5vw;
    margin-right: 5vw;
    overflow-x: hidden;
    overflow-y: hidden;
}
.feature_head {
    width: 100%;
    line-height: 3vh;
    font-size: 2vh;
    background-color: #336633;
	text-align: center;
}
.feature_sub   {
    width: 100%;
    background-color: #99cc99;
	text-align: center;
    font-size: 1.5vh;
    margin-left: 0px;
    padding-left: 1vw;
}

.vid_poster   {
    width: 90vw;
}

.youtuber	{
	width: 90vw;
	height: 58vw
}
.foot {
    height: 4vh;
    background-image: url(../assets/dressing/brickwork.png);
    clear: both;
    background-size: auto 4vh;
}
}

@media  only screen and (orientation:landscape){
	
body {
    background-image: url(../assets/dressing/background.png);
    background-size: 100% auto;
}
	
.oldhobtopline {
    height: 4vh;
    background-image: url(../assets/dressing/brickwork.png);
    background-size: auto 4vh;
}
	
.oldhobtopline_content  {
    width: auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
	
.oldhobtopline_logo   {
    float: left;
    height: 4vh;
}
	
.oldhobtopline_logo img  {
    height: 4vh;
}
	
.oldhobtopline_link {
    float: right;
    line-height: 4vh;
    font-size: 2vh;
    margin-right: 1vw;
}
	
.oldhobtopline_link a {
    text-decoration: none;
    color: #FFFF99;
}
	
.oldhobtopline_link a:hover {
    color: #FFCCFF;
}
	
.head {
    height: 8vh;
    text-align: center;
}
	
.imgbanner {
    height: 8vh;
    margin-left: auto;
    margin-right: auto;
}
	
.menu {
    height: 84vh;
    width: 25vw;
    float: left;
}
	
.menu_title {
    line-height: 2vw;
    font-size: 1.2vw;
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #336633;
    padding-left: 5%;
}
.menu_links   {
    font-size: 2vh;
    line-height: 3vh;
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    background-color: #669966;
    margin-bottom: 1px;
    margin-top: 1px;
}
.menu_links a {
    text-decoration: none;
    color: #FFFF99;
}
.menu_links a:hover  {
    color: #ffccff;
}

.content {
    width: 74vw;
    float: left;
    height: 84vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.content_scroller {
    width: 74vw;
    margin-left: 2vw;
    margin-right: 2vw;
    height: 81vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.feature {
    width: 34vw;
    height: 23vw;
    float: left;
	margin-bottom: 1vh;
    margin-right: 1vw;
    overflow-x: hidden;
    overflow-y: hidden;
}
.feature_head {
    width: 100%;
    line-height: 2vw;
    font-size: 1.5vw;
    background-color: #336633;
    padding-left: 1vw;
}
.feature_sub   {
    width: 100%;
    background-color: #99cc99;
    font-size: 1vw;
    margin-left: 0px;
    padding-left: 1vw;
}

.vid_poster   {
    width: 34vw;
}

.youtuber	{
	width: 34vw;
	height: 19vw
}
.foot {
    height: 4vh;
    background-image: url(../assets/dressing/brickwork.png);
    clear: both;
    background-size: auto 4vh;
}
}
