@media only screen and (max-width: 1200px) {
    .biosection {
    padding: 50px !important;
    }
}

@media only screen and (max-width: 990px) {
    .biosection {
    padding: 35px !important;
    }
    .inducteename {
    font-size: 24px !important;
}

.inducteefaculty {
    font-size: 18px !important;
}

.inducteebio {
    font-size: 14px !important;
}
}
@media only screen and (max-width: 768px) {
    .imagepad {
    padding-top: 0px !important;
    }
}

body {
    padding-top: 50px;
    background-color: red;
    background: url('../img/awardbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color:#323e48;
}

.greybox {
    background-color: #f1f1f1;
}

.greyerbox {
    background-color: #e0e0e0;
}

.inducteename {
    font-weight: 800;
    font-size: 36px;
}

.inducteefaculty {
    font-weight: 600;
    font-size: 24px;
}

.inducteebio {
    font-weight: 300;
    font-size: 18px;
    font-style: none;
}

.biosection {
    padding: 80px;
}

.inducteeimage {
    width:100%;
    height: auto;
}

.col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.vcenter {
    vertical-align : middle;
}
.imagepad {
    padding-top:80px;
}