




#page1 { background-image:url("carpet.jpg");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center; 
  background-size: 100% auto;
background-color: black;

}
#page2 { background-image:url("blue feather on carpet.jpg");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
 background-size: 100% auto;
background-color: black;
  
}
#page3 { background-image:url("dog on carpet.jpg");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
 background-size: 100% auto;
background-color: black;
  
}
#page4 { background-image:url("Spilled-Wine-On-Carpet-.jpg");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
 background-size: 100% auto;
background-color: black;
  
}
#page5 { background-image:url("frog.jpg");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
 background-size: 100% auto;
background-color: black;

}
#smpictbg  {margin-top:200px;width:100%;}


#famil{font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;}


#logo {position:absolute;top:10px;margin-left:20px;margin-right:auto;z-index:0;}

#red  {font color:#f25b26;}

/*menu*/
#menu-position {position:relative;top:40px;
margin-right:20px;}


#menu {
clear:both;
width:auto;
margin:0;
height:45 px;

}
#menu ul{
padding:0 0 0 5px;
margin:0 auto;
height:45 px;
list-style:none;

}



#menu li a b {
float:right;
display: block;
padding: 15px;padding-left:25px;color:#01aef0;
background-color: rgba(0, 0, 0, 0.4);
}

#menu li.current a, #menu li a:hover {
color:#01aef0;
text-decoration: none;

}
#menu li.current a b, #menu li a:hover b {
color:#f24b11;
text-decoration:none;

}
/*end of menu*/
/*menu2*/

#menu2 {
clear:both;
width:auto;
margin:0;
height:45 px;font-size:1.3em;
list-style:none;

}


#menu2 li  {
float:right;
display: block;
padding: 15px;padding-left:25px;
background-color: rgba(0, 0, 0, 0.4);
}
#menu2  :hover {
text-decoration: none;
color:#f24b11;


}

a:link, a:visited {text-decoration:none;font-weight:bold;}
a:active,a:hover { text-decoration:underline;}
/*end of menu2*/



#group2  {position:relative;float:right;background-color: rgba(0, 0, 0, 0.4);font-color:white;text-align: right;top:150px;
    width:auto;height:auto; margin-left:auto;margin-right:auto;right:20px;max-width:1520px;
  } 
.group2 {max-width: 26.5%;height:325px;min-width:280px;float:right;font-size:1.2em;
    border: 2px solid #01aef0;text-align:justify;margin-left:auto;margin-right:auto;right:20px;
    padding: 20px;
    margin: 20px;}





.square {
position:relative;margin-right:-465px;bottom:-410px;
float:right;font-style: italic;
    display: table;
    width:470px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
}
.square span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #01aef0;
	font-size: 2.7em;
}
 
.square2 {
position:relative;margin-right:-470px;bottom:-530px;
float:right;
    display: table;
    width:470px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
}

.square2 span {
    display: table-cell;
    text-align: justify;
    vertical-align: left;
    color: white;
    padding:30px;
	font-size: 1.2em;
}

.square3 {
position:relative;margin-right:-480px;right:20px;margin-left:auto;top:180px;
float:right;
    display: table;
    width:468px;
    height: 540px;
    background-color: rgba(0, 0, 0, 0.4);
}

.square3 span {
    display: table-cell;
    text-align: justify;
    vertical-align: right;
    color: white;
    padding:30px;
	font-size: 1.2em;
}


#gallery{margin-top:200px;float:left;margin-left:20px;background-color: rgba(0, 0, 0, 0.4);}


.title-position  {text-align: center;}











	
.map {padding:10px;
	opacity:0.9;}


#frame  {width:425px;height:400px;align:center;}
 




 /*dropdown menu*/
 
 
.dropdown {
  position: absolute;top:10px;right:10px;left:auto;
  display: inline-block;
  text-align: left;
  height:50px;width:50px;
}

 

.dropdown-text:after {
  position: absolute;
  right: 10px;
  top: 15px;
  
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: rgba(0, 0, 0, 0.4);
}

.dropdown-text,
.dropdown-content a {
font color:#;
  font-size:0.7em;
}

.dropdown-toggle {
  float:left;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: -10px;
  height: 34px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 22px;
  background-color:  rgba(0, 0, 0, 0.4);
  
  width: 60px;
}

.dropdown-content a {
  display: block;font-color:#f24b11;
}

.dropdown-content a:hover {
  background: #f24b11;opacity:0.9;
}
.dropdown-content a:visited {color: #01aef0;

}



.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
  background-color:  rgba(0, 0, 0, 0.4);
}

.dropdown-toggle:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}

/*end dropdown menu*/




#posy{margin-top:150px;margin-left:20px;}
#posy span{font-size:6em;}


#text-c{font-color:solid white;}

/*footer*/
.footer{position:relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;right:auto;margin-left:0px;
bottom:auto;top:1080px;min-height: 200px;resize: both;
    overflow: auto;}
.footer2{position:relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;right:auto;margin-left:0px;
bottom:auto;min-height: 200px;resize: both;
    overflow: auto;}

.copy {margin-top:90%;float:right;margin-right:-120px;}


#follow{text-align:center-right;font-size:2.3em;float:center;margin-top:10px;}

.dust {position:relative;top:10px;}


/*captcha*/	
.capbox {
	background-color: #92D433;
	border: #B3E272 20px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }

  
  

/*end captcha*/

















@media screen and (min-width: 760px) {
 .col-group > div {
    width: 23%;float:left; margin-left: 20px;padding:0px;}

 
.dropdown {display:none;}
#menu2{display:none;}
.dropdown{display:none;} 
.hamburger {visibility: hidden;}
.pen   {text-align:justify;margin-top:35px;}
#follow {margin-top:40px;}
.button {display:none;}
.copy {margin-top:80%;float:right;margin-right:20px;margin-left:auto;}

#smpictbg  {display:none}	

.footer2{position:relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;right:auto;margin-left:0px;
bottom:auto;top:1000px;min-height: 200px;resize: both;
    overflow: auto;}

#contact {
position:relative;text-align:center;float:right;margin-top:150px;margin-right:-462px;
padding:20px;
    display: table;
    max-width:600px;
    height: auto;
background-color: rgba(0, 0, 0, 0.4);

}



}
@media screen and (max-width: 760px) {

#menu {display:none;}
.menu3 {position:relative;top:10px;margin-left:auto;margin-right:auto;}
.pen  {position:relative;top:10px;margin-left:50px;margin-right:auto;}
.email {margin-left:-50px;}

.square2{margin-right:auto;margin-left:auto;font-size:0.8em;width: 100%;max-width:380px;top:100px;}
.square {margin-right:auto;margin-left:auto;font-size:0.7em;width: 100%;max-width:380px;top:80px;} 
.col-group > div {
    margin-left:auto;text-align:center;vertical-align:center;margin-right: auto; float:center;}

.dust {position:relative;top:10px;left:auto;right:auto;}



#menu li a b{visibility: hidden;}
.copy { float:left;margin-right:auto;}
#group2 {top:10px;margin-left:auto;margin-right:auto;float:right;}
.group2 {min-width: 180px;max-height:180px;font-size:0.6em;padding: 10px;margin-left:auto;margin-right:10px;vertical-align:left;}



  
#contact {font-size:0.7em;margin-right:auto;left:-50px;text-align:center;	} 



 .square3 {
position:relative;margin-left:20px;top:720px;
float:left;font-size:0.8em;
    display: table;
    width:100%;max-width:470px;
    height: 540px;
    background-color: rgba(0, 0, 0, 0.4);}

#gallery{margin-top:20px;margin-left:0px;margin-right:auto;}




#container {right:auto;width: auto;margin-top:0px;margin-right:-100px;} 
#frame   {width:50%;margin-right:auto;margin-left:auto;}




.footer{position:relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;right:auto;margin-left:0px;
bottom:auto;top:100px;min-height: 200px;resize: both;
    overflow: auto;}
.footer2{position:relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;right:auto;margin-left:0px;
bottom:auto;top:1000px;min-height: 200px;resize: both;
    overflow: auto;}
#logo {top:10px;}



#page1 ,#page2, #page3, #page4 ,#page5{ background-image:url("none");}

#posy{margin-top:150px;font-size:1em;}
#posy span{font-size:3em;}

#smpictbg  {margin-top:10px;width:100%;}



}



@media screen and (max-width: 500px) {

#logo {top:5px;margin-left:20px;}
#gallery{width:100%;min-width:250px;margin-left:auto;margin-right:auto;float:center;}
#page1 ,#page2, #page3, #page4 ,#page5{ background-image:url("none");}


#posy{margin-top:0px;font-size:1.2em;}
#posy span{font-size:0.8em;}

#smpictbg  {margin-top:133px;width:100%;}


#contact {left:70px;width:300px;height:auto;text-align:center;	}
#frame   {margin-right:auto;margin-left:0px;}




