body {
    background: pink;
    background-image: url(pastel-dream-clouds-desktop-wallpaper.jpg);
    background-position: top center;
    box-sizing: border-box;
    font-family: Aleo, sans-serif;
    overflow-x: hidden;
    text-align: center;
}

* {
    cursor: url(../pixels/pixel_wandpink.png), auto;
}

a:hover {
    cursor: url(../pixels/pixel_wandyellow.png), auto;
}

p {
    background: none;
    font-size: 10pt;
    line-height: 16pt;
    text-align: left;
}

p a {
    border-bottom: 1px dashed #7fd2fa;
    color: #ff6a95;
    font-size: 10pt;
    text-decoration: none;
}

p a:hover {
    border-bottom: 1px dashed #ff6a95;
    color: #000;
}

strong {
    color: #ff6a95;
    font-weight: bold;
}

h1 {
    border-bottom: 2px dashed #fff;
    color: #fff;
    font-size: 20pt;
    margin: 25px 0px 25px;
    padding-bottom: 10px;
    text-transform: lowercase;
}

h2 {
    background: #fff6d0;
    border-bottom: 1px dashed pink;
    border-top: 1px dashed pink;
    color: #7fd2fa;
    font-size: 14pt;
    font-weight: normal;
    margin-top: 20px;
    padding: 4px 0px 2px;
    text-transform: lowercase;
}

.pixel-width {
    background: none;
    max-width: 100%;
}

.float-img {
    float: right;
    margin-left: 10px;
}

.center {
    text-align: center;
}

.scallop {
    --mask: linear-gradient(#fff 0 0) 50%/calc(100% - 25.9px) calc(100% - 25.9px) no-repeat,
    radial-gradient(farthest-side,#fff 98%,#0000) 0 0/28px 28px round;
    -webkit-mask: var(--mask);
}

.wrap {
    margin: auto;
    width: 70%;
}

.clear {
	clear: both;
}

/* ////////// Start: Top Mobile Navi ////////// */

.top-nav-bar {
	background: #fff;
    display: none;
    box-sizing: border-box;
    height: 50px;
    position: fixed;
	width: 100%;
    z-index: 1;
}

.top-nav-header {
	background: #fff;
	color: #7fd2fa;
    float: left;
    font-size: 18px;
    padding: 14px 18px;
    text-decoration: none;
    text-transform: lowercase;
}

.top-nav-header:hover {
	color: #ff6a95;
}

.top-nav-icon {
	background: #fff;
	border: none;
	color: pink;
    float: right;
	font-size: 18px;
    padding: 14px 18px;
}

.top-nav-icon:hover, .top-nav-icon:focus {
	background: #fff;
	color: #ff6a95;
	cursor: url(../pixels/pixel_wandyellow.png), auto;
}

.top-nav-display {
	background: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
}

.top-nav-list {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(244, 132, 165, 0.8);
	display: none;
	overflow: auto;
	position: absolute;
	text-align: center;
	width: 100%;
}

.top-nav-list a {
	background: #fff;
    border-top: 1px dashed pink;
	color: #000;
	display: block;
    font-size: 18px;
	padding: 14px 18px;
	text-decoration: none;
    text-transform: lowercase;
}

.top-nav-list a:hover {
	background: #fff6d0;
    color: #ff6a95;
}

.show {
	display: block;
}

.fa {
    background: none;
}

/* ////////// End: Top Mobile Navi ////////// */

.col-navi {
    float: left;
    margin-right: 2%;
    width: 30%;
}

.col-navi .heart-icon {
    color: #ff6a95;
}

.col-navi a {
    background: none;
    border-bottom: 1px dashed #7fd2fa;
    border-left: 3px solid #7fd2fa;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 10pt;
    padding: 3px 0px 3px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: lowercase;
    width: 100%;
}

.col-navi a:hover {
    border-bottom: 1px dashed pink;
    border-left: 3px solid pink;
    color: #7fd2fa;
}

.col-content {
    float: right;
    width: 68%;
}

.white-clouds {
    background: #fff;
    background-image: linear-gradient(135deg, #ffffff 8.33%, #fff5fb 8.33%, #fff5fb 50%, #ffffff 50%, #ffffff 58.33%, #fff5fb 58.33%, #fff5fb 100%);
    background-size: 16.97px 16.97px;
    margin-bottom: 20px;
    padding: 15px 35px 30px;
}

.row:after {
    clear: both;
}

/* ////////// Start: Links Page ////////// */

.link-button-width {
    margin: auto;
    max-width: 75%;
}

.link-button {
    background: #7fd2fa;
    border-bottom: 3px solid #ceedfd;
    border-right: 3px solid #ceedfd;
    border-top: 2px solid #7fd2fa;
    border-left: 2px solid #7fd2fa;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 10pt;
    margin: 0px 1px 5px;
    padding: 2px 10px;
    text-decoration: none;
    text-transform: lowercase;
    width: 100px;
}

.link-button:hover {
    background: pink;
    border-bottom: 3px solid #ff99aa;
    border-right: 3px solid #ff99aa;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* ////////// End: Links Page ////////// */

/* ////////// Scrollbar Color ////////// */

/* Width */
::-webkit-scrollbar {
	width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
	background: pink;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #fff6d0;
	background-image: linear-gradient(135deg, #bfe5f2 25%, #ffffff 25%, #ffffff 50%, #bfe5f2 50%, #bfe5f2 75%, #ffffff 75%, #ffffff 100%);
	background-size: 28.28px 28.28px;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #aadcee;
	background-image: linear-gradient(135deg, #ffe880 25%, #ffffff 25%, #ffffff 50%, #ffe880 50%, #ffe880 75%, #ffffff 75%, #ffffff 100%);
	background-size: 28.28px 28.28px;
}

@media screen and (max-width: 800px) {
    body {
        background-image: url(pastel-dream-clouds-desktop-wallpaper-mobile.jpg);
        margin: 0px;
        padding: 0px;
    }
    
    .col-navi, .col-content {
        margin: 0px;
        width: 100%;
    }
    
    .navi-hide {
        display: none;
    }
    
    .top-nav-bar {
        display: block;
    }
    
    button > i {
        pointer-events: none;
    }
    
    .wrap {
        padding-top: 50px;
        width: 92%;
    }
    
    .link-button {
        margin: 0px 0px 8px;
        width: 170px;
    }

    .float-img {
        display: block;
        float: none;
        margin: 0px auto 15px;
    }
}

/* ////////// Start: Marquee ////////// */

.container {
    font-size: 10pt;
    overflow: hidden;
    position: relative;
}

.container::before {
    content: '\00a0';
}

.scrolling {
    animation: marquee 8s linear infinite;
    display: block;
    min-width: 100%;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to { 
        transform: translateX(-100%);
    }
}

/* ////////// End: Marquee ////////// */
