@charset "utf-8";
/* CSS Document */

body
{
    background-color: #102B13;
	background-image: url("pexels-artur-roman-158558-518400.jpg");
	background-size: cover;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
.maincontentimages
{
	position: absolute;
	padding: 0px;
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	object-fit: cover;
}

#maincontent
{
    padding: 0px;
	border:0px;
}
#bigcontainer
{
	height:100vh;/*1000px;*/
	width: 1216px;
	overflow: auto;
	position:relative;
	margin:auto;
	filter:drop-shadow(0px 0px 20px);
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}
#marquee 
{
	font-family:"Dhurjati";
	font-size:1.5em;
	line-height:1.3em;
	color:#b7b7b7;
	padding:0;
	position:absolute;
	top:762px;
	width:1200px;
}
#guestbookiframe
{
	position: absolute;
	left: 210px;
	top: 230px;
}
.coda-regular {
  font-family: "Coda", system-ui;
  font-weight: 400;
  font-style: normal;
}

.coda-extrabold {
  font-family: "Coda", system-ui;
  font-weight: 800;
  font-style: normal;
}

.dhurjati-regular {
  font-family: "Dhurjati", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#introparagraph
{
	position: absolute;
	font-size: 12px;
	font-family: "Coda";
	width: 345px;
	left: 260px;
	top: 287px;
	padding: 4px;
	color: #CFE4A9;
}
/* The switch - the box around the slider */
.switch {
	top: 108px;
	left: 919px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #626262;
    -webkit-transition: .24s;
    transition: .24s;
    box-shadow: inset 0px 0px 5px black;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
	background-image: radial-gradient(at top, white, lightgray 60%, gray);
  -webkit-transition: .24s;
  transition: .24s;
}

input:checked + .slider {
    background-color: #0B4A1A;
    box-shadow: inset 0px 0px 5px black;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
	box-shadow: inset 0px 0px 5px black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;

}

.slider.round:before {
  border-radius: 50%;
}

#musictext
{
	right: 180px;
}

#navleft 
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 268px;
	left: 17px;
	text-decoration: none;
	list-style-type: none;
	opacity: 0;
}

#navright 
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 268px;
	left: 1125px;
	text-decoration: none;
	list-style-type: none;
	opacity: 0;
	text-align: right;
}
li a
{
	color: white;
	text-decoration: none;
	list-style-type: none;
}
li
{
	padding-bottom: 27px;
}

#musicplayer
{
	position: absolute;
}