.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html,body{
	height:100%;
	width:100%;
}

body,#picture,#clockDiv,#calendarDiv,#flowerPotDiv
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;

}	
/*#calendarDiv
{
user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}*/
#windowDiv,#table
{
	user-select:none; 
	background-position:center;
	background-attachment:unset;
	background-repeat:no-repeat;
	background-size:100% 100%;
	
}	


#clockDiv
{
	z-index: 1;
	display: none;
	background-attachment: unset;
    height: 22vh;
    /*border-radius: 2vh;*/
    /*border: 10px solid;*/
    font-size: 2.5vw;
    margin-top: 10vh;
    /*box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);*/
}
#calendarDiv
{
    height: 31vh;
    background-attachment:unset;
   /* border-radius: 2vh;*/
    font-size: 3.5vw;
  /*  border: 3px solid black;*/
    /*box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);*/
    /*margin-top: 4vh;*/
    z-index: 1;
}
.para
{
	text-align: center;
    font-size: 1.6vw;
    font-weight: bold;
    color: white;/*#5c2a14;*/
    /*text-shadow: 0.5px 0 0 #fff, -0.5px 0 0 #fff, 0 0.5px 0 #fff, 0 -0.5px 0 #fff, 0.25px 0.25px #fff, -0.25px -0.25px 0 #fff, 0.25px -0.25px 0 #fff, -0.25px 0.25px 0 #fff;*/
}

#questionDiv,#answerDiv
{
	text-align:center;
	font-size: 3vw;
	font-weight: bold;
	color:white;
	font-family: serif;
}


#month
{
	margin-top: 8vh;
}

#timeSpan
{
	margin-top: 8.8vh;
    text-align: left;
    line-height: 5vh;
    font-size: 5vw;
    font-weight: bold;
    color: #14fa00;
    margin-left: 2vw;
}

#min,#ap
{
	margin-left: -2.2vw;		
}
#ap
{
	font-size:2.5vw;
}
#colon
{
	margin-left: -2.5vw;
	animation: blinker 1s linear infinite;
	font-size:5vw;
	margin-top:3.5vh;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
/*#picture
{
	height:100vh;
}
*/
#year
{
	margin: 2.3vh 4vw 0 0;
    height: 5.2vh;
}
#month
{
    margin: 0.8vh 4vw 0 0;
    height: 4vh;
}

#date
{
	font-size: 4.5vw;
    margin: 0 4vw 0 0;
    height: 10vh;
}
#day
{
	margin: 3.3vh 4vw 0 0;
}

#question
{
	display: none;
	height:10vh;
	/*background-color: #cfbfb4ad;*/
}
#flowerPotDiv
{
	height:16vh;
	background-attachment:unset;
}

#answerDiv
{
	visibility: hidden;
	margin-top: 5vh;
}

#acknowledgementDiv 
{
	margin-top: 4vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
	display:none;
	
}

#startedDate
{
margin-bottom: 1vh;
}

.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}

#lastPage
{
	display:none;
}
#lastPara
{
	text-align:center;
	color: white;
    font-size: 7vw;
    font-weight:bold;
}
.header
{
	z-index:1;
	margin-top:2vh;
}

#clockCalendar
{
	z-index: 1;
	position:fixed;
	bottom:17vh;
	margin-top:40vh;
    user-select: none;
    background-position: center;
    background-attachment: unset;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 30vh;
}

#windowDiv
{
	height: 54vh;
}

#teddy
{
	height:20vh;
}

#table
{
	height:30vh;
	position:fixed;
	bottom:0;
}
#teddyDiv
{
	display: none;
	z-index: 1;
	margin-top: 10vh;
}

.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0; }
}
#ansSpan
{
	text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
}


.playAnim {
  animation: 1s move;
}

@keyframes move {
  from {
      margin-left: -10vw;
  }
  to {
      margin-left: 0vw;
  }
}

#questionMsg
{
font-size:3.5vw;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
position:relative;
top:0;
left:0;
height: 45vh;
padding:2vh;
}
#btnDiv
{
margin-top:6vh;
}
#Yes,#No
{
background-color:rgb(249,185,0);
color:black;
font-size:2.5vw;
font-weight:bold;
}
@keyframes zoomIn {
 from {
   opacity: 0;
   -webkit-transform: scale3d(0.3, 0.3, 0.3);
   transform: scale3d(0.3, 0.3, 0.3);
 }

 50% {
   opacity: 1;
 }
}

.zoomIn {
 -webkit-animation-name: zoomIn;
 animation-name: zoomIn;
 animation-duration:1s;
}
.modal-content{
background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
border: 4px solid white;
position: fixed;
   top: 25vh;
   right: 0;
   bottom: 0;
left: 25vh;
height:fit-content;
}

.overlay
{
z-index: 10;
background-color: rgba(0,0,0,0.5);
}