/* Ezra Stles Below */

/*  */
 .brown-to-blue-gradient-box{
 background: linear-gradient(to right, #996633 -33%, #99ccff 50%);
 }
 
.fin-thin-lightbrown-bottom {
  border-bottom:1px solid #D1C2C4;
 }

.fin-thin-lightbrown-top {
  border-top:1px solid #D1C2C4;
 }
 
.fin-thick-lightbrown2-bottom {
  border-bottom:2px solid #A18087;
 }

 
.background-block{
background-image: url('../images/pg62-pic2-bgBox.png');
background-repeat: no-repeat;
background-size: 100% 99%;
padding: 20px;

}

.boldText{

    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-weight: bold;
    color: #58595B;

}
.boldText-white{

    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-weight: bold;
    color: #FFFFFF;
}


.finthicktopmaroon{
    border-top: 2px solid #632F40;
}
.finthickbotmaroon{
    border-bottom: 2px solid #632F40;
}


/* text Rotation classs below  */


.text-rotate{
display: inline-block;
-webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
moz-transform: rotate(-90.0deg);  /* FF3.5+ */
-o-transform: rotate(-90.0deg);  /* Opera 10.5 */
position: relative;
    width: 97px;    white-space: nowrap;
bottom: -90px;


}

.skyblue-bg-color{
background:#85BDCF;
}


.maroon-bg-color{
background:#936E76;
}


 
 .lightblue-bg-color{
background:#009EB8;
}

 .lightGreen-bg-color{
background:#AEC4B3;
}








