@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
background:white !important;
}

img.VCimg1:hover{
     box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.VCimg1 {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;

    padding: 5px;
    transition: 0.3s;
    width: 450px;
    height:350px;
}

img.VCimg2:hover{
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

div.vcpanel{
    padding-top: 20px;
}

div.vcpanel2{
    padding-top: 35px;
}
img.VCimg2{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;

    padding: 5px;
    transition: 0.3s;
    width: 450px;
    height:350px;
}
.courseinfo {
font-family: 'Open Sans', sans-serif;
font-size:11px;
letter-spacing:.1em;
line-height:2em;
background:white !important;
text-align:left;
}

.container{
    margin: auto;
    max-width: 1000px;
}


p, li{
    font-size: 1.2em;
}

h2{
    padding-top: 20px;
}

#foun1001, #foun1210, .footnote{
    background-color: #EFF1F2;
}

.footnote{
    background-color: #CEE4EF;
}

.outer-main {
width:100%;
min-height:400px;
}

.introtext {
margin:auto;
width:900px;
}