

body
{
    font-family: Ubuntu;
}

.hero
{
    background-image: url('header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: steelblue;
    padding-top: 170px;
    padding-bottom: 170px;
}

.hero h1
{
    text-align: center;
    color: white;
    font-size: 60px;
    text-shadow: 0px 0px 10px black;
    font-weight: bold;
    bottom: 13px;
    position: relative;
    margin-top: 39px;
}

.searchcase
{
}

.searchcase button
{
    height: 50px;
    position: relative;
    top: 10px;
}

@media (max-width:579px)
{
    .hero h1
    {
        font-size: 25px;
    }
}

.intro
{
    text-align: center;
    padding: 20px 30px;
}

.intro h1
{
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 60px;
}

.intro p
{
    font-size: 15px;
    font-family: Ubuntu;
    line-height: 30px;
}

.mainintro
{
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.hero p
{
    color: #d5e7e4;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.homefeatures
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #ccc;
    transition: 700m;
}

.homefeatures p
{
    font-size: 16px;
    margin-top: 20px;
}

.bigfeatures
{
    padding-bottom: 50px;
}

.mainfeatures
{
    padding-bottom: 90px;
    background-image: url('images/watermark-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}

.footer
{
    background-color: #f9f5ed;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerlink
{
    padding: 5px 10px;
    color: rgba(51, 51, 51, 0.7);
}

.footer p
{
    padding-top: 10px;
}

@media (max-width:479px)
{
    .intro h1
    {
        font-size: 17px;
        line-height: 30px;
    }
    .intro p
    {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:320px)
{
    .intro h1
    {
        font-size: 20px;
        font-weight: bold;
    }
}

@media (max-width:479px)
{
    .homefeatures
    {
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }
}

.keyword
{
    background-color: #ecf0f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.searchkeyword
{
    background-color: white;
    padding: 20px 30px 16px;
    border-top: 3px solid steelblue;
}

.searchkeyword button
{
    position: relative;
    top: 39px;
    padding: 7px 20px;
    margin-left: -15px;
}

.searchkeyword input
{
    border-radius: 0px;
}

.showquery
{
    position: relative;
    background-color: WHITE;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 30px #ccc;
}

.showquery h2
{
    font-size: 15px;
    color: #337ab7;
}

.showquery h4
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.author
{
    font-size: 13px;
    text-align: right;
    display: block;
    padding-right: 10px;
    font-style: italic;
}

.authorname
{
    font-size: 13px;
}

.extralink
{
    padding-bottom: 10px;
    padding-top: 10px;
}

.extralink a
{
    border-radius: 20px;
    margin-right: 10px;
    padding: 6px 15px 7px;
    text-decoration: none;
    font-size: 12px;
}

#firstview
{
    background-color: steelblue;
    color: white;
}

.firstviewmore
{
    border-radius: 10px;
    border: 1px solid steelblue;
}

#pubdate
{
    position: absolute;
    right: 30px;
    display: inline-block;
    color: rgba(51, 51, 51, 0.6);
    font-size: 13px;
}

#title
{
    width: 80%;
    display: inline-block;
    line-height: 25px;
}

@media (max-width:479px)
{
    #pubdate
    {
        display: none;
    }
    #title
    {
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width:400px)
{
    .extralink a
    {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
}

.extralink a:hover
{
    color: white;
    background-color: steelblue;
}

.searchauthor
{
    margin-bottom: 15px;
    box-shadow: 0px 0px 30px #ccc;
    margin-top: 15px;
}

.searchbyauthor label
{
    font-size: 40px;
}

.searchauthor h3
{
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 5px;
    color: steelblue;
}

.searchauthor button
{
    margin-left: 0px;
    position: relative;
    top: 0px;
}

.searchkeyword label
{
    font-size: 19px;
    padding-left: 5px;
    margin-bottom: 10px;
    color: steelblue;
}

@media (max-width:320px)
{
    .searchkeyword button
    {
    }
}

@media (max-width:321px)
{
    .searchkeyword label
    {
        font-size: 17px;
        margin-bottom: 13px;
    }
}

.paginate
{
    box-shadow: 0px 0px 30px #ccc;
    padding: 10px;
    background-color: white;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
}

#paginate
{
    padding: 5px 10px 5px 10px;
    background-color: #286090;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.rec
{
    font-size: 20px;
    color: steelblue;
    font-style: italic;
    font-weight: bold;
}

.recent
{
    padding: 7px;
    background-color: #ecf0f1;
    box-shadow: 0px 0px 5px #ccc;
}

.searchdiv
{
    margin-top: 30px;
}

.searchdiv2
{
}

.raiseup
{
    position: relative;
    text-align: center;
    padding-top: 20px;
}

@media (max-width:770px)
{
    .hero h1
    {
        width: 100%;
        padding-left: 10px;
    }
    .hero p
    {
        font-size: 13px;
    }
}

.shade
{
    background-color: rgba(11, 23, 32, 0.83);
    padding: 40px 30px 30px;
    background: linear-gradient(to bottom right, rgba(11, 23, 921, 0.93),rgba(255, 0, 102, 0.58) );
    text-align: left;
}

@media (max-width:429px)
{
    .shade
    {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .searchcase
    {
    }
}

@media (max-width:767px)
{
    .hero
    {
        position: relative;
    }
}

.researchareas
{
    background-color: #f2f2f2;
}

.researchbg
{
    background-color: #333;
    background-image: url('images/accounting.jpg');
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: 700ms;
}

.shaderesearchbg
{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(3, 20, 24, 0.54);
    border-radius: 10px;
    color: white;
    background: linear-gradient(to bottom left,  rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.54));
    position: relative;
    transition: 700ms;
}

.shaderesearchbg h2
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 20px;
}

.researchbg2
{
    background-image: url('images/animal-science.jpg');
}

.researchbg3
{
    background-image: url('images/chemistry.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

.researchbg4
{
    background-image: url('images/civil.jpg');
}

.mainfeatures h2
{
}

.researchbg5
{
    background-image: url('images/economics.jpg');
}

.researchbg6
{
    background-image: url('images/education.jpg');
}

.researchbg7
{
    background-image: url('images/geology.jpg');
    background-position: center;
}

.researchbg8
{
    background-image: url('images/law.jpg');
}

.researchbg9
{
    background-image: url('images/medicine.png');
}

.researchbg10
{
    background-image: url('images/zology.jpg');
}

.researchbg11
{
    background-image: url('images/politics.jpg');
}

.researchbg12
{
    background-image: url('images/physics.jpg');
}

.homefeatures:hover {
    overflow: hidden;
    transform: scale(1.1,1.1);
    background-color: transparent;
    transform: rotate(3deg);
}

.homefeatures:hover
.shaderesearchbg
{
    background: linear-gradient(to bottom left,  rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}

.searchcase2
{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #d2d2d2;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.firsthomefeatures
{
    padding: 30px 40px 60px;
    transition: 700ms;
    background-color: white;
}

.researchlinks
{
    display: block;
    text-decoration: none;
}

.myinput
{
    height: 50px;
    padding-left: 20px;
    border: 1px solid steelblue;
    font-size: 20px;
    font-weight: bold;
}

.reginput
{
    height: 50px;
    font-size: 15px;
    font-weight: bold;
}

