.bodytext{}
.bodytext p, .bodytext li {font-family: 'Open Sans', sans-serif; font-size:1.2em;line-height:1.6em;}
.bodytext p {}
.bodytext li {font-weight:600;}
.bodytext h3 {color:#a17400;font-family: 'Open Sans', sans-serif; font-size:2.2em;}
.bodytext h5 {color:#a17400;font-family: 'Open Sans', sans-serif; font-size:1em;font-weight:600;}

.logo {padding:10px;}

/* The hero image */
.hero-image {
    /* The image used */
    background-image: url("images/CBUCampus.jpg");
    /* Position and center the image to scale nicely on all screens */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Set a specific height */
    min-height: 600px;
    max-height: 600px;
}
.opecity {
	background: rgba(255, 255, 255);
}

.requestform {
	margin-top:-450px;
}

.requesttitle {color:#a17400;font-family: 'Open Sans', sans-serif; font-size:2em;font-weight:600;}

.twitterbox {max-height:200px; overflow-y: auto;color:#fff;font-family: 'Open Sans', sans-serif; font-size:1.2em;line-height:1.6em;}

.footer {
	background-color:#a17400;color:#fff;padding:5px;
}
.footer p{
	font-size:1em;padding-top:10px;
}
@media screen and (max-width: 668px){
	.bodytext{padding-top:0px;}
	.logo {}
	.requestform {margin-top:-430px;}
}
.border {
border:1px solid red;
}