body{
margin-top: 0px;
margin-bottom: 0px;
margin-left:0px;
margin-right:0px;
background-color: #EF6390;
background-image: url("images/bgimage.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}
img.pics {
width: 100%;
height: auto;
}
img.blogpics {
width: 80%;
height: auto;
}
img.linkpics {
width: 25%;
height: auto;
}
img.slidepics {
width: 95%;
height: auto;
}
iframe{
width: 60%;
height: auto;
border:4px solid #ED6490;
}
.header{
max-width: 900px;
height: 20px;
padding: 0px;
background-color: #000000;
border: 2px solid black;
}
.container{
max-width: 900px;
padding: 0px;
background-color: #ffffff;
border: 2px solid black;
}
.menuicon {
width: 32px;
height: 2px;
background-color: white;
margin: 4px 0;
}
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #EF6390;
color: white;
}
ul.topnav li {
float: left;
}
ul.topnav li a {
display: inline-block;
color: white;
text-align: center;
padding: 10px 10px;
text-decoration: none;
transition: 0.3s;
font: bold 17px sans-serif;
}
ul.topnav li a:hover {
background-color: black;
color: #EF6390;
}
ul.topnav li.icon {
display: none;
}
@media screen and (max-width:680px) {
ul.topnav li:not(:first-child) {
display: none;
}
ul.topnav li.icon {
float: right;
display: inline-block;
}
}
@media screen and (max-width:680px) {
ul.topnav.responsive {position: relative;}
ul.topnav.responsive li.icon {
position: absolute;
right: 0;
top: 0;
}
ul.topnav.responsive li {
float: none;
display: inline;
}
ul.topnav.responsive li a {
display: block;
text-align: left;
}
}
font.pagetitle{
color: black;
font-size:12pt;
font-family:verdana;
font-weight:bold;
}
font.pagefont{
color: black;
font-size:10pt;
font-family:verdana;
font-weight:normal;
}
font.tinyfont{
color: black;
font-size:7pt;
font-family:verdana;
font-weight:normal;
}
A.pagelinks:link	{
color: #CC1551;
font-size:12pt;
font-family:verdana;
font-weight:bold;
text-decoration:none;
cursor:hand;
}
A.pagelinks:visited	{
color: pink;
font-size:12pt;
font-family:verdana;
font-weight:bold;
text-decoration:none;
cursor:hand;
}
A.pagelinks:active	{
color: yellow;
font-size:12pt;
font-family:verdana;
font-weight:bold;
text-decoration:none;
cursor:hand;
}
A.pagelinks:hover	{
color: black;
font-size:12pt;
font-family:verdana;
font-weight:bold;
text-decoration:underline;
cursor:hand;
}

.form-basic{
max-width: 350px;
margin: 0 auto;
padding: 11px;
background-color:#ffffff;
font: bold 14px sans-serif;
text-align: left;
}
.form-basic .form-row{
text-align: center;
margin-bottom: 5px;
}
.form-basic .form-row > label span{
display: inline-block;
box-sizing: border-box;
color: black;
width: 190px;
text-align: left;
vertical-align: top;
padding: 1px 1px;
}
.form-basic input{
color:black;
box-sizing: border-box;
width: 190px;
box-shadow: 3px 3px 3px #888888;
font: normal 14px sans-serif;
padding: 12px;
border: 1px solid #E92363;
}
.form-basic textarea{
color:black;
box-sizing: border-box;
width: 190px;
height: 80px;
box-shadow: 3px 3px 3px #888888;
font: normal 14px sans-serif;
padding: 12px;
border: 1px solid #E92363;
resize: vertical;
}
.form-basic button{
display: block;
border-radius: 2px;
background-color:#E92363;
color: #ffffff;
font-weight: bold;
box-shadow: 3px 3px 3px #888888;
padding: 5px 10px;
border: 0;
margin: 15px 88px 0;
}

@media (max-width: 600px) {
.form-basic{
padding: 15px;
max-width: 350px;
}
.form-basic .form-row{
max-width: 300px;
margin: 15px auto;
text-align: left;
}
.form-basic .form-row > label span{
display: block;
text-align: left;
padding: 0 0 5px;
}
.form-basic button{
margin: 0;
}
}
hr{
height: 0;
border: 0;
border-top: 1px solid pink; 
}
.footer{
max-width: 900px;
max-height: 100%; 
padding: 0px;
background-color: #EF6390;
border: 2px solid black;
}
A.bottommenu:link	{
color: white;
font-size:7pt;
font-family:verdana;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:visited	{
color: pink;
font-size:7pt;
font-family:verdana;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:active	{
color: yellow;
font-size:7pt;
font-family:verdana;
font-weight:normal;
text-decoration:none;
cursor:hand;
}
A.bottommenu:hover	{
color: black;
font-size:7pt;
font-family:verdana;
font-weight:normal;
text-decoration:underline;
cursor:hand;
}
