body {
 background-color:white;
 font-family:Poppins,sans-serif;
}
a:link{
    color:black;
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
.newrow {
    width:100%
}
.page {
    width:100%
}
#content {
   padding-top:1.2em;
   overflow-x:hidden;
   height:100%;
}
#head{
    padding:1em;
    top:0;
    left:0;
    position:absolute;
    width:100%;
    text-align:center;	
}

#wln {
    color:black;
    font-family: Poppins,sans-serif;
    font-size:1.7em;
    font-weight:600;	
    opacity:.90;   
    display:inline-block;
    text-align:center;
    letter-spacing: .1em;
}
.wlncap {
    font-family: Poppins,sans-serif;
    font-size:1.2em;
    opacity:.8;
}

@media screen and (max-width : 600px)
{
  #wln
  {
    font-size:1.2em;
  }
}

#emailbutton{
    position:fixed;
    right:2em;
    top:2.5em;
    z-index:2000;
    background-color:#580058;
    padding:10px;
    border-radius:50%;
    width:2.5em;
    height:2.5em;
    padding-left:10px;
    /*box-shadow: 0 2px 5px 0 lavender;    */
}



#emailbutton svg{
 margin-left:0.5em;   
 margin-top:0.5em;   
}
#emailbutton:hover{
    box-shadow: 0 2px 4px 0 black;    
}

#email a:link{
    color:white;
    opacity:.87;
    text-decoration:none;
    padding:10px;

}
#email a:hover{
	color:white;
        background-color:gray;
        border-radius:3px;
	text-decoration:none;
}
#email a:visited{
	color:white;
	text-decoration:none;
}

#tagline{
	font-family: Poppins,sans-serif;
  font-size:1.2em;
	color:black;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	opacity:.67;
  font-weight:800;
}

/*.menu{
    display:inline-block;
	margin-bottom:.5em;
	font-family: Poppins,sans-serif;
        font-size:.9em;
	color:black;
}*/
.menuitem {
	font-family: Poppins,sans-serif;
	font: size 1em;
	margin-left:12px;
	margin-right:12px;
	padding-bottom:0px;
	text-align:center;
  border-bottom:4px solid white;
	opacity:.67;
  color:black;
  font-weight:800;
}
.menuitemon {
  font-weight:800;
  padding-bottom:2px;
      border-bottom:3px solid lightgray;
}
.menuitem:hover{
	cursor:default;
   border-bottom:3px solid gray;
}

.sectionhead {
	text-align:center;
	font-family:Poppins,sans-serif;
	font-size:1.2em;

}
/*
#menudiv a:link {
  font: 14px Tahoma,sans-serif;
  height:30px;
  text-decoration: none;
  color:white;
}

#menudiv a:visited {
  font: 14px Tahoma,sans-serif;
  height:30px;
  text-decoration: none;
  color:white;
}


#menudiv a:hover div{
	text-decoration: none;
	background-color:gray;
}



.full
{
width: 450px !important;

}
*/
#home  {
    width:80%; 
    max-width:500px;
}

.slideInfoZone {
  font: 22px Arial,sans-serif;
  text-align:center;
  margin-bottom:20px;
}

#showPic {
  background-color:#606060;
  width:100%;
}

#showText {
  font: 14px Arial,sans-serif;
  text-align:right;
  margin-left: 10px;
  margin-right: 20px;
  color:white;
}

#showImage {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom:40px;
}


#bottomtext {
  font: 12px Arial,sans-serif;
  color: white;
}

#buytext {
  font: 18px Arial,sans-serif;
  text-align: left;
  margin-left: 20px;
  color: #696969;
}

#boxtext {
  visibility:hidden;
}

#showText  {
  font: 14px Arial,sans-serif;
  color:white;
}

#showText a:link {
  font: 14px Arial,sans-serif;
  font-weight:bold;
  text-decoration: none;
  color:violet;
}
#showText a:active {
  font: 14px Arial,sans-serif;
  font-weight:bold;
  text-decoration: none;
  color:violet;
}
#showText a:visited {
  font: 14px Arial,sans-serif;
  font-weight:bold;
  text-decoration: none;
  color:violet;
}

#showText a:hover {
  text-decoration: none;
  color:DarkTurquoise;
}



#portfolio {
	background-color:#303030;
}

#portfolio td {
	background-color:#303030;
	font: 12px Tahoma,Geneva,Arial,sans-serif;
	color:whhite;
	width:50%;
	text-align: center;
}


.textbox {
	font-family: Poppins,sans-serif;
	font-size: smaller;
	font-weight: 500;
	background-color:white;
	padding-top:.5em;  
	color:black;
	opacity:.87
}


#portfolio .textbox a:hover{
	color:blue;
	border-top:1px solid purple;
}

#portfolio .textbox a:link{
	color:purple;
}

#portfolio .textbox a:active{
	color:purple;
}

.picbox img {
	display:inline-block;
	width: 100%;
	margin-bottom:-5px;
}

.picbox {
    margin-left:5%;
    margin-right:5%;
    margin-bottom:1em;
    max-width: 400px;
    width: 90%;
    display:inline-block;
    border: 1px solid lightgray;
    padding: .5em;
    transition: .5s ease;
}

.picbox .solddot{
    right: 10px;
    position: relative;
    left: 92%;
    bottom: 35px;
    color: red;
    display: block;
    width: 10%;
    overflow: hidden;
    background-color: red;
    height: 15px;
    width: 15px;
    border-radius: 15px;
}
.picboxwide {
   max-width: 550px;
}

.picbutton{
   width:2em;
   height:.5em;
   display:inline;
   opacity:.27;
   float:right;
   padding-left:.5em;
}
.picbutton:hover{
  opacity:.67;
}

.mdbutton{
 color:black;
 opacity:.87;
 font-weight:600;
 display:inline;
 padding:8px;
 padding-left:15px;
 border-radius:3px;
 float:right;
}

a:hover{
 text-decoration:none;
}
.mdbutton:hover{
 background-color:lightgray;
}

#portfolio h1 {
  text-align:right;
  font: 24px Tahoma,Geneva,Arial,sans-serif;
  color:dimgray;
  border-top:5px solid #808080;
  margin-top:5px;
}

.pagebox{
    background-color: white;
    font-family:Arial,sans-serif;
    font-size:medium;
    text-align: left;
    color: black;
    opacity:.87;
    margin-left:5%;
    max-width:85%;
    padding:1em 2em 1em 2em;

}
.statementleft {
    background-color: ghostwhite;
    font-family:Arial,sans-serif;
    font-size:medium;
    text-align: left;
    color: black;
    opacity:.87;
    margin-left:5%;
    max-width:85%;
    padding:2em;
}


.commissionleft{
    background-color: ghostwhite;
    font-family:Arial,sans-serif;
    font-size:medium;
    text-align: left;
    color: black;
    margin-left:5%;
    width:85%;    
    padding:2em;
}
.commissionright{
  background-color: ghostwhite;
  width:100%;
  display:inline-block;
}

.commissionright img{
    max-height:20em;
    display:inline-block;    
}
.purchaseleft, .purchaseright{
    background-color: ghostwhite;
    font-family:Arial,sans-serif;
    font-size:larger;
    text-align: left;
    color: black;
    opacity:.87;
    width:85%;
    margin-left:5%;
    padding:2em;
}


.foot {
    font-family:Poppins,Arial,sans-serif;
    font-size:0.9em;
    color: black;
    opacity:.87;
    width:99%;
    text-align:center;
}
.foothead {
  opacity: .88;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom:5px;
}
.footicon {
	opacity:.87;
}

.foot img{
	border: 0px;
  margin-left:2em;
}
.footbox {
  float:right;
  min-width: 15vw;
  min-height:15vw;
  margin:1vw;
  
}
.footboxtitle:hover{
  border:1px sold gray;
}
.footboxtitle{
    padding: 1vw;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    color: black;
    text-align:right;
    
}

#slideshow {
    max-width: 600px;
    max-height: 500px;
    margin: auto;
    display: block;
    opacity: 1;
    transition: opacity 5s ease-in-out;
    padding:1em;
    border:1px solid gray;
}
#slideshowtext {
  color:lightgray;
  font-size:.5em;
}
/*  For Pop Up */

.element_to_pop_up { display:none; }

#popup {
	background-color:gray;
	color:white;
	min-width:300px;
	max-width:80%;
	max-height:80%;

	display:none;
}

.button {
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font:  100% tahoma,sans-serif;
	position: absolute;
	right: 2px;
	top: 2px;
}


#popup,.bMulti{
	min-height:250px
}

#popup .logo{
	color:#2B91AF;
	font: bold 325% 'Petrona',sans
}

#popup2 iframe{
	background:url('loader.gif') center center no-repeat;
	min-height:240px;min-width:450px
}

#thankyou{
    background-color:white;
    margin-left:10%;
    width:80%;
    opacity:.87;
    font-family: arial,sans-serif;
    font-size:1em;
    padding:2em;
}
.coupon{
    background-color:ghostwhite;
    width:17em;
    border:1px solid gray;
    text-align:center;
}

.flex-container {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;

}
.flex-row {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;

}
.flex-row-left {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: left;
   align-items: left;
   -webkit-justify-content: left;
   justify-content: left;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;

}
.studytable {
  padding-left:7vw;
  border-collapse: separate;
  border-spacing: 1vw;

}
.studycell{
  float:left;
  width:8em;
  max-width:8em;
  height:8em;
  max-height:8em;
  margin:.5em;
 }

 .studycell img{
  width:100%;
  height:100%;
  min-width: 100%;
  min-height:100%;
 }

.studysold {
  border-radius: 5px;
  background: #f00;
  width: 10px;
  height: 10px;
  position: relative;
  top: -18%;
  right: -85%;
}

.countdiv {
  color:aliceblue;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  position: relative;
  top: -28%;
  right: -3%;
}

.adminbox {
  height:5em;
  width: 5em;
  border:.1em solid gray;
  font-weight:600;
  padding:1em;
  margin:1em;
  text-align:left;
  float:left;
}
.adminbox:hover {
  border:.2em solid gray;
  padding:.9em;
  
}