
html, body {
  min-height: 100%;}

body {
background: #91CCF1;
     margin: 0;
    padding: 0;
    font-family: "Cutive", serif;
    background-repeat: repeat;
    background-blend-mode: multiply;
  }
  

#container {max-width: 1200px;width: 100%;margin: 0 auto;height: 100%;text-align:center;margin-top: 50px;}
.mainimg-effect 
{
     background: #ffffff;
     padding: 30px 30px 20px 25px;
}


.mainimage img {
    border-right: 5px solid #e0e0e0;
    border-top: 5px solid #e0e0e0;
}
.sitename {
    padding: 7px 5px 15px 5px;
    max-width: 350px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: -7px;
}

span.website-name {
    display: block;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 26pt;
    line-height:20pt;
    color: #9A85E1;
}

span.maintenance-message {
    letter-spacing: 3px;
    display: block;
    padding-bottom: 5px;
}

span.website-url {
    display: block;
    font-size: 8pt;
    color: #6CA2EE;
}

.mainimage {
    display: inline-block;
    transform: rotate(
353deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}


.secondimage {
     margin-left: 15px;
     display: inline-block;
     transform: rotate(
8deg);
     box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
     margin-top: 200px;
}

.secondimg-effect 
{
       background: #ffffff;
      padding: 20px 20px 25px 20px;

}


.secondimage img {
         border-right: 3px solid #e0e0e0;
         border-top: 3px solid #e0e0e0;
}
.sociallinks {
  padding: 7px 5px 15px 5px;
  max-width: 250px;
  background: #ffffff;
  margin-top: -6px;
}

.sociallinks a {
    color: #9e9e9e;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.sociallinks a:hover {
color: #AFA4DE;
        opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

div#qTip {
    padding: 6px 20px;
    display: none;
    background: #000000b3;
    color: #ffffff;
    font-family: "Cutive", serif;
    font-size: 8pt;
    line-height: 8pt;
    position: absolute;
    z-index: 1000;
    letter-spacing: 0px;
    text-align: center;
    /* text-transform: uppercase; */
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


 #cr {
      position: fixed;
    bottom:5px;
    right:5px;;
    width:30px;
    height:30px;
    color: #aaaaaa;
}

#cr a:link, #cr a:visited, #cr a:active, #cr a:hover{
  color: #aaaaaa;
}