@charset "UTF-8";
.lightgreenback {
    background-color: rgba(74,128,52,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(69,160,87,1.00) 0%,rgba(169,137,37,1.00) 82.28%);
    background-image: -moz-linear-gradient(270deg,rgba(69,160,87,1.00) 0%,rgba(169,137,37,1.00) 82.28%);
    background-image: -o-linear-gradient(270deg,rgba(69,160,87,1.00) 0%,rgba(169,137,37,1.00) 82.28%);
    background-image: linear-gradient(180deg,rgba(69,160,87,1.00) 0%,rgba(169,137,37,1.00) 82.28%);
    padding-bottom: 10px;
}
.Bigblacktext {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    font-size: xx-large;
    color: rgba(0,0,0,1.00);
    text-shadow: -1px 1px rgba(246,239,239,1.00);
}
.blacktext {
    color: rgba(0,0,0,1.00);
    font-size: large;
    font-style: normal;
}
.black {
    background-color: rgba(210,201,201,1.00);
    color: rgba(4,3,3,1.00);
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    border: 25px solid rgba(0,0,0,1.00);
}
.row .col-lg-12 .row {
}
.bluetext {
    color: rgba(0,0,255,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: large;
}
.flexcontainer {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}
      
.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.smalllight {
    color: rgba(18,51,10,1.00);
    font-style: normal;
    font-weight: bold;
    font-size: medium;
}
.greentext {
    color: rgba(5,91,36,1.00);
    font-size: large;
}
h1text {
}
.normaltext {
    color: rgba(0,0,0,1.00);
    font-size: large;
    letter-spacing: 0.3px;
}
.row .col-lg-12 .text-center {
}
.box {
    border: medium ridge rgba(48,85,43,1.00);
    color: rgba(0,0,0,1.00);
    background-color: rgba(250,246,246,1.00);
    font-style: normal;
    font-size: large;
}
.orange {
    color: rgba(229,99,23,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
}
.h2small  {
    color: rgba(169,137,37,1.00);
    font-size: x-small;
}
.fancyscript {
    font-family: alex-brush;
    color: rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: 400;
    font-size: xx-large;
    letter-spacing: 1px;
}

form input, textarea, select{
	color:gray;
}

body,html {overflow-x: hidden;

}

