.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 200px;
}
.event {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 212px;
}
.right {
    display: block;
    float:right;
    width: 180px;
}
pad {
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo {
    margin-left: 20px;
}
.lg-logo {
    margin-top: -150px;
    margin-left: -150px;
}
.sm-logo {
    margin-top: 60px;
    margin-bottom: 10px;
    height: 15%;
}
.title {
    padding-top: 12%;
    min-height:65%;
    position: relative;
}
.title h1 {
    font-size: 65px;
}
.content {
    padding-top: 2%;
    padding-bottom: 2%;
}
.content2 {
    padding-top: 40px;
}
.grey {
    background-image:url(../img/background.jpg);
    padding-top: 0px;
    padding-bottom: 20px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.grey2 {
    background-image:url(../img/background.jpg);
    padding-top: 3%;
    padding-bottom: 3%;
    display: block;
    min-height:73%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.grey2 img {
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.grey2 a {
    margin-bottom: 30px;
    text-decoration:none;
}
.grey2 img:hover {
    cursor:pointer;
    padding:0;
}
.grey2 h4 {
    margin-top: 40px;
}
.grey2 h3 {
    margin-bottom: 20px;
}
.grey2 .row {
    margin-bottom: 10px;
}
.grey2 h5 {
    font-style:italic;
}
.grey3 {
    background-image:url(../img/background.jpg);
    padding-top: 3%;
    padding-bottom: 3%;
    display: block;
    clear:both;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.grey3 img {
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.grey3 a {
    margin-bottom: 30px;
}
.grey3 h4 {
    margin-top: 40px;
}
.grey3 h3 {
    margin-bottom: 20px;
}
.grey3 .row {
    margin-bottom: 10px;
}
.name {
    margin-top: 120px;
    text-align:right;
}
.white {
    background-color: #fff;
}
.box {
    padding: 20px;
}
.white h3 {
    text-align:center;
}
.green {
    background-color: #829F3D;
}
.green h3 {
    color: #fff;
    text-align:center;
}
.orange {
    color: #E05E42;
}
.foot {
    height:5em;
    min-height: 5%;
    max-height: 7%;
}
.jumbotron h3 {
    color: #fff;
}
.no-line a {
    text-decoration:none;
}
.border {
    border:15px solid #fff;
    max-width: 100%;
    height: auto;
}
.responsive {
    max-width: 100%;
    height: auto;
}
.jumbotron h1 {
    color: #829F3D;
    margin:0;
    padding:0;
}
.jumbotron h5 {
    color: #ffffff;
    margin:0;
}
.modal-dialog-center {
    margin-top: 10%;
}
.panel-height {

}
.move-up h5 {
    margin-top: -20px;
}
.small-margin{
    margin-bottom: 2px;
}