body {
	font-family: "lexend";
	margin-left: auto;
	margin-right: auto;
}

#main {
    -webkit-user-select: none;
    -moz-user-select: none;
	width: 810px;
    background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: silver;
}

#headerDivId {
    background-image: url(images/cardsHeader.png);
    //background-repeat: no-repeat;
    text-align: center;
    margin-top: -20px;
    height: 210px;
}

#ppImg_headerDivId:hover {
	cursor: pointer;
}

#headerDivId p {
    margin-left: auto;
	margin-right: auto;
    width: 810px;
    margin-top: 10px;
    padding-top: 0px;
}

#headerDivId img {
    margin-top: 15px;
    padding-right: 2px;
    padding-left: 2px;
}

#img_megaphone {
	height: 90px;
	width: 120px;
	position: relative;
	top: -30px;
	left: -375px;
}

#img_megaphone:hover {
	cursor: pointer;
}


#div_startIconsId {
    visibility: hidden;
    width: 460px;
    float: left;
    margin-top: 140px;
}



#div_wordWallId {
    margin-top: -145px;
    font-size: 85%;
    //border-left: 1px gray dotted;
    width: 190px;
    margin-left: 15px;
    float: left;
}

#div_wordWallId img {
    padding-left: 0px;
    padding-top: 15px;
    //float: left;
}


#p_TrimesterId {
	
	text-align: center;
	font-weight: 200;
	margin-top: -20px;
}

.span_tri {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	width: 150px;
	line-height: 30px;
	background-color: white;
	border: 1px solid silver;
	transition: border-color 0.5s ease-out, color 0.5s ease-out;
	border-radius: 5px;
	font-size: 18px;
	color: silver;
}

.span_tri:hover {
	cursor: pointer;
	border-color: black;
	color: black;
}


#img_heart {
	height: 55px;
	width: 70px;
	position: relative;
	top: 55px;
	left: 395px;
	z-index: -999;
}

#p_Irregular {
	margin: auto;
	font-size: 36px;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 45px;
	color: darkgray;
}


#cardPlusArrowsDivId {
	display: grid;
    width: 645px;
    height: 275px;
  	grid-template-columns: 110px 425px 110px;
  	gap: 2px;
    margin: auto;
	align-items: center;
  
}

.cardGridItem {
	align-items: center;
}

#cardDivId {
    background-color: white;
    background-image: url(images/cardWideBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 425px;
    height: 300px;
    text-align: center;
    font-weight: 500;
}

#p_sightWordId {
	margin-top: 95px;
	font-size: 76px;
    color: black;
}

#cardHighImgId {
    visibility: hidden;
    margin-top: -183px;
    margin-left: -5px;
}

#leftArrowId:hover {
	cursor: pointer;
}

#rightArrowId:hover {
	cursor: pointer;
}


#progressDivId {
	text-align: center;
	margin: auto;
	font-size: 26px;
	color: black;
}

#footerDivId {
    background-color: #6F6CC2;
    width: 100%;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 5px;
    margin-bottom: -10px;
}

#p_footerId {
    margin-top: 9px;
    font-size: 80%;
    color: silver;
}



