/* Site CSS */
#covid {
    padding: 30px; border: 1px solid #ba0c2f; margin-bottom: 20px;
}
#home #upper {
    background-color: #f9f9f9;
    padding: 50px 0px 0px 0px;
}

#home #hero {
    
    background-image: url(../../assets/img/university-college-1.jpg);
    background-size: cover;
    height: 600px;
    overflow:hidden;
}

.hero-box {
    background-color: rgba(193, 0, 55, 0.85);
    border: 2px solid #fff;
    color: #ffffff;
    padding: 20px;
    text-align: left;
    z-index: 10;
    margin-top:300px;
}

.padthai {
    margin-top:20px;
}

.eventtext {margin-top:10px;}

#lower {
    background-color: #f9f9f9;
    padding: 30px 0;
    border-top: 0px solid #ccc !important;
}

.spacer {margin-bottom: 40px;}

.headspace {margin-bottom: 30px;}

/* IMAGE LINK MOTION */
a img {
-moz-transition: all 1.0s;
-webkit-transition: all 1.0s;
transition: all 1.0s;
}
a:hover img {
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}