/* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat916.cur), auto !important;} /* End http://www.cursors-4u.com */

.logo {
    color: white !important;
}

div#header {
    color: white;
    background-color: #778894;
    background-image: url("https://64.media.tumblr.com/0ab54b1f4c726cf1a98440f9560683fe/a82c7b2669a5b78a-a9/s1280x1920/4313edd3acd5d9403db1ecd71a4f0a3b4ddfe868.pnj");
    background-size:15%;
    text-align: center;
}

div#hSub {
    background-color: #f7beb5;
    text-align: center;
}

body {
    color: White;
    background-color: #f7beb5;
    background-image: url("https://i.gifer.com/2qPA.gif");
    background-size:35%;
    background-attachment:fixed;
}

.extended.box {
    border-color: White;
}

.extended.box:hover {
    border-radius: 10px;
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.url.box {
    color: White;
    border: 3px solid;
    border-color: #ffffff00;
}

.player.box {
    border: none;
    overflow: hidden;
    background: #f7beb5;
    padding: 4px;
@KEYFRAMES spin {
0% {rotate: 0deg; }
100% { rotate: 359deg; }
}
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    border: 1px solid #999;
    background-image: url(https://64.media.tumblr.com/07c16fe22b4075dd350b2e73f82a0f0f/f494ac94759654f2-53/s540x810/7554440708e0f2738dbb3150e16b51a512740a54.pnj);
animation-name: spin;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
    top: none;
    display: block;
    position: relative;
    width: calc(40% -20px);
    height: 300px;
    background-position: 0 0;
    background-size: 100% 100%;
    scale: 0.85;

}

.blog div{
    color: white;
    margin-bottom: 10px;
}

.url a {
    color: #f7beb5 !important;
}

.blog {
    color:white;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid;
    border-color:#f7beb5;
    padding: 15px;

}

.topRight.blogPost {
    color: #white;
    float: right;
    width: calc( 75% - 20px );
    padding: 1px;
}

#top {
   padding-left: 10px;
   padding-right: 10px;
   
   background-size: cover;
}

.fwiendCount {
    color:#f7beb5;
}

.rightHead {
    background:#f7beb5;
    color: gray;
    padding-left: 5px;
}

h4 {
    color:#f7beb5;
    margin-bottom: 5px;
}

.boxInfo {
    Color: ffffff00;
    border: 3px solid #f7beb5;
    margin-bottom: 20px;
    margin-top: 20px;
}

.boxHead {
    background:#f7beb5;
    color: gray;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}

/* flower gif for the smsg, block, report, add, remove are from https://www.fg-a.com" (Free Gifs - Animations - Clipart) */

/* This theme is made by "sophie" more can be found at: https://sophiezhng.github.io/my-space-windows-93-themes */

#sMsg {
    background-image: url(https://www.fg-a.com/flowers-animated/1-pink-flowers-animated.gif);
    background-size: 12%;
    color:#f7beb5;
}

#block {
    background-image: url(https://www.fg-a.com/flowers-animated/1-pink-flowers-animated.gif);
    background-size: 12%;
    color: #f7beb5;
}

#report {
    background-image: url(https://www.fg-a.com/flowers-animated/1-pink-flowers-animated.gif);
    background-size: 12%;
    color: #f7beb5;
}

#add {
    background-image: url(https://www.fg-a.com/flowers-animated/1-pink-flowers-animated.gif);
    background-size: 12%;
    color: #f7beb5;
}


#remove {
    background-image: url(https://www.fg-a.com/flowers-animated/1-pink-flowers-animated.gif);
    background-size: 12%;
    color: #f7beb5;
}

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}
.fwiendFace:hover {
    border-radius: 10px;
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.tableLeft:hover {
    border-radius: 30px;
    transform: scale(0.8);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

/* unvisited link */
a:link {
  color: #9ef4d5;
}

/* visited link */
a:visited {
  color: #BEB5F7;
}

/* mouse over link */
a:hover {
  color: #BEB5F7;
}

/* selected link */
a:active {
  color: #BEB5F7;
}


