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

body {
	font-family: "Gill Sans MT", "Segoe UI", "Segoe UI Light";
	font-size: 20px;
	margin: 0;
	color: rgb(49,30,5);
	height: 100%;
	min-height: 700px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

/* Introduction page */

h1 {
	font-family: Papyrus, "Kristen ITC";
	font-size: 46px;
	font-variant: normal;
	margin: 0px;
	color: #993366;
}
#why_join {
	font-family: Papyrus, Script, "Gill Sans MT", Gisha, Kalinga, "Maiandra GD", "Microsoft PhagsPa";
	font-size: 36px;
	color: rgba(255,255,255,1);
	text-align: center;
	margin-top: 50px;
	background-color: rgba(14,13,11,0.7);
}
#introduction {
	font-family: Papyrus, Script, "Gill Sans MT", Gisha, Kalinga, "Maiandra GD", "Microsoft PhagsPa";
	font-size: 64px;
	color: #993366;
	background-color: rgba(14,13,11,0.7);
	margin-top: 65px;
}

/* Information pages Wine club, About me, etc */

h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
.top_pane {
	background-color: rgba(212,193,163,0.8);
	width: 90%;
	left: 5%;
	margin-top: 30px;
	overflow: visible;
	top: 10px;
	position: relative;
	height: auto;
	padding: 10px;
} 
.outer {
	margin: 10px;
}
.pane, .nav, .ls, .rs {
	height: auto;
}

.pane, .mypane { 
	background: rgba(212,193,163,0.8);
	padding: 10px;
}

.spacer { 
	background: transparent;
	color: transparent;
	width: 100%;
}

.nav { 
	background: rgba(14,13,11,0.7);
	color: rgba(255,255,255,1);
	text-align: center;
	width: 100%;
}
.rs { width: 100%;
}

/* transition from mobile layout, to tablet, 2X2 grid */

@media screen and (max-width:800px) and (min-width:540px)
{ 
.pane, .nav, .spacer, .ls, .rs {
	display: inline-block;
}
.pane {
	width:69%;
}
.spacer {
	width:9%;
}
.nav {
	width:19%;
}
.ls, .rs {
	width:49%;
}
.ls {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(102,51,0,1);
}
 }

/* transition from tablet layout, to PC */

@media screen and (min-width:800px)
{
.outer {
	margin: 40px;
}
.pane, .spacer, .nav, .ls, .rs {
display: inline-block;
}
.pane { 
width: 70%;
}
.spacer { 
width: 9%;
}
.nav { 
width: 19%;
}
.ls, .rs {
	width:49.5%
}
.ls {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(102,51,0,1);
}
}
.rs, .ls {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: rgba(102,51,0,1);
}
hr {
	border-top-color: rgba(102,51,0,1);
	border-right-color: rgba(102,51,0,1);
	border-bottom-color: rgba(102,51,0,1);
	border-left-color: rgba(102,51,0,1);
}

/* end of layout structure */


@media (max-width: 800px) {
      .main_content {
        width: 80%;
		left: 10%;
        margin-left: auto;
        margin-right: auto;
      }
    }

/* the first layout, of mobile */

.right_col {
	background-color: rgba(102,102,51,1);
	width: 100%;
	margin: 20px;
}
.left_col {
	background-color: rgba(255,255,51,1);
	width: 100%;
	margin: 20px;
}


/* wine offers template */

/* transition from mobile to tablet layout */


@media screen and (max-width:800px) and (min-width:540px)) {
      .right_col {
        width: 25%;
		float: right;
		margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
      }
    }

@media screen and (max-width:800px) and (min-width:540px)) {
      .left_col {
        width: 65%;
		float: left;
		margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
      }
    }

/* transition from tablet to PC layout */

@media screen and (min-width:800px){
		.left_col {
        width: 65%;
		float: left;
		margin-top: 40px;
        margin-left: 2%;
        margin-right: 2%;
      }	
}
@media screen and (min-width:800px){
		.right_col {
        width: 25%;
		float: right;
		margin-top: 40px;
		margin-left: 2%;
        margin-right: 2%;
       }	
}

a.class3:link {
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-variant: small-caps;
	font-size: 22px;
}
a.class3:visited {
	color: rgba(255,255,255,1);
}
a.class3:hover, a.class3:active, a.class3:focus {
	color: rgba(255,255,255,1);
	text-decoration: underline blink;
	font-variant: small-caps;
	font-style: oblique;
	font-family: "Tempus Sans ITC", "Wickenden Cafe NDP", "Kristen ITC";
	font-size: 22px;
}

a.class1:link {
	color: #993366;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 22px;
}
a.class1:visited {
	color: #993366;
}
a.class1:hover, a.class1:active, a.class1:focus {
	color: #993366;
	text-decoration: underline blink;
	font-variant: small-caps;
	font-style: oblique;
	font-family: "Tempus Sans ITC", "Wickenden Cafe NDP", "Kristen ITC";
	font-size: 22px;
}


a.class2:link {
	text-decoration: none;
	color: #993366;
}
a.class2:visited {
	color: #993366;
}
a.class2:hover, a.class2:active, a.class2:focus {
	color: #993366;
	text-decoration: underline blink;
	font-family:"Gill Sans MT";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.wrapper { width: 70%; margin: 0 auto; padding-left:40px; }
div { display: block; float: left; position: relative; }
.wrapper > div { width: 120px; margin-top: 50px; }
.b1 { background-color: rgba(212,193,163,0.8); height: auto; max-width: 560px; min-width: 310px; margin-left: 6.5%; padding-left: 5px; }
.b2 { background-color: transparent; height: 10x; min-width: 100px; }
.b3 { background-color: rgba(212,193,163,0.8); height: auto; max-width: 560px; min-width: 310px; margin-right: 6.5%; margin-left: 6.5%; padding-left: 5px; }
.test div { width: 16px; height: 16px; background-color: yellow; margin: 2px; }


.bt {
	font-family: Papyrus, "Kristen ITC";
	font-size: 56px;
	color: #993366;
	display: block;
	text-align: center;
	width: 270px;
}
.wine_details {
	font-family: "Segoe UI Light", Constantia, Georgia;
	color: rgb(192,0,64);
	font-weight: bold;
	text-align: justify;
}
