/* fonts */

@font-face {
	font-family: MsMincho;
	src: url('../fonts/MSMINCHO.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: ChopinScript;
	src: url('../fonts/ChopinScript.ttf');
	font-weight: normal;
	font-style: normal;
}
/* fonts end*/

body {
	background-image: url('../img/certainlysummer/bg.jpg');
	position: relative;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-family: MsMincho;
	overflow-x: hidden;
}

.content {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 20px;
}

.mainbox {
    /* border */
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px;
    width: 800px;
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
	/* border end */
    color: white;
}

.sidebar {
    /* border */
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    margin-left: auto;
    margin-right: 10px;
    text-align: center;
	/* border end */
    color: white;
}

.yeahcountertext {
	color: white;
	text-align: left;
}

.textright {
	color: white;
	text-align: right;
}

h1 {
	/* border */
    border: 1px solid white;
    background-image: url("../img/certainlysummer/sky.png");
    border-radius: 8px;
    padding: 20px;
    width: 1051px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/* border end */
	color: white;
	font-family: ChopinScript;
	font-size: 500%;
	line-height: 25%;
}

h2 {
	/* border */
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px;
    width: 1051px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/* border end */
	color: white;
	font-size: 200%;
}
	
p {
	/* border */
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px;
    width: 1051px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/* border end */
	color: white;
}

.noborder {
	color: white;
}

.navbar {
    text-align: center;
	/* border end */
	font-size: 24px;
	word-spacing: 100px;
	line-height: 0.1;
	color: white;
}

a:link {
	color: #FFFF00;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #CCCC00;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #FFFF8C;
	background-color: transparent;
	text-decoration: underline;
}

/* bg image */

/* left */
.bgleft {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 557px;
	height: 1920px;
	background-image: url('./img/left.png');
	background-repeat: repeat;
	background-position: left center;
	background-size: cover;
	z-index: -1;
}

/* right */
.bgright {
	content: '';
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 557px;
	height: 1920px;
	background-image: url('./img/right.png');
	background-repeat: repeat;
	background-position: right center;
	background-size: cover;
	z-index: -1;
}

/* bg image end */

/* busuko hovering animation */
.busuko {
    position: fixed;
    top: 40px;
    right: 100px;
    width: 350px;
    height: 400px;
    z-index: 9999;
    animation: hover 2s ease-in-out infinite;
}

@keyframes hover {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* busuko hovering animation end */

.linespacingsmall {
  line-height: 0.5;
}

.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bcplayer {
	/* border */
    border: 1px solid red;
    background-color: black;
    border-radius: 8px;
    padding: 20px;
    width: 1051px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/* border end */
	color: white;
}

.bcplayer::after {
    content: "";
    display: block;
    clear: both;
}

.center-container {
	display: grid;
	place-items: center;
	height: 100vh;
}

.downloadsbox {
	position: relative;
	width: 100%;
	height: 400px;
}

.downloads {
	position: absolute;
	top: 269px;
	right: 660px;
	font-size: 24px;
	word-spacing: 100px;
	line-height: 0.1;
	color: white;
}
