body {
    background-color: #fbfbf2;
}

a {
    color:black;
}

#curpage {
	color: #00072d;
}

#curpage::before {
	content: '';
	display: block;
	height: 2px;
	background-color: #00072d;
	
	position: absolute;
	top: -4px;
	width: 100%;

}

.column{
    float: left;
	width: 20%;
    height: 500px;
    position: relative;
    text-align: center;
}

.arrowdiv{
    float: left;
    width: 6%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.twoarrowdiv{
    float: left;
    width: 50%;
    height: 100%;
}

.midarrowdiv{
    display:inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.rotatearrow{
    transform: rotate(90deg);
    
}

.box{
    width: 80%;
    height: 50%;
    background-color: #7ccc5c;
    display:inline-block;
    border: 2px solid black;
    overflow: auto;

}

.BoxText{
    font-family: Baskerville, serif;
	font-size: 18pt;
	font-weight: bold;
    

}

#Heading{
    text-align: center;
    font-family: Baskerville, serif;
	font-size: 36pt;
	font-weight: bold;
    font-style: italic;
}

#OneBox{
    padding-top: 9%;
}

#box1:hover  .AltText1{
    display:contents;
}

#box2:hover  .AltText2{
    display:contents;
}

#box3:hover  .AltText3{
    display:contents;
}

#box4:hover  .AltText4{
    display:contents;
}

#box5:hover  .AltText5{
    display:contents;
}

#box1:hover {
    border: 8px solid black;
    background-color: #FFE0B5;
}

#box2:hover {
    border: 8px solid black;
    background-color: #FFE0B5;
}

#box3:hover {
    border: 8px solid black;
    background-color: #FFE0B5;
}

#box4:hover {
    border: 8px solid black;
    background-color: #FFE0B5;
}

#box5:hover {
    border: 8px solid black;
    background-color: #FFE0B5;
}

.AltText1 {
    display: none;
    font-family: Baskerville, serif;
}

.AltText2 {
    display: none;
    font-family: Baskerville, serif;
}

.AltText3 {
    display: none;
    font-family: Baskerville, serif;
}

.AltText4 {
    display: none;
    font-family: Baskerville, serif;
}

.AltText5 {
    display: none;
    font-family: Baskerville, serif;
}

.pricingdiv{
    font-family: Baskerville, serif;
	font-size: 14pt;
    text-align: center;
}
