body {
    background-color: #145014;
    margin: 20px;
    font-family: Tahoma, sans-serif;
}

p {
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}

h1 {
    font-size: 26px;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-weight: normal;
}

.fb-like {
    margin: 20px 0px 5% 20px;
}

.menu {
    padding: 20px 0px 0px 0px;
    border-radius: 10px;
}

.static {
    position: relative;
    display: blicj;
}

.content-box {
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 20px;
    margin-left: 3%;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}



.bottom-text {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 0px 5px 0px;
}

.arrow {
    position: absolute;
    right: 2%;
    top: 10%;
}

.top {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
}


/****** Links ******/

a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

.dynamic {
    display: none;
}

.flex { 
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.campus{
    max-width: 50%;
}

.bella{
    width: 100% 
}