/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 29, 2018, 9:38:57 AM
    Author     : nikki
*/

hr{
    border-color:#0076b2;
}
.body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.recentBooks img
{
    max-width: 185px;
    border-radius: 4px;
    margin: 20px;
}
.recentBooks
{
    padding: 30px;
}
.entry-content
{
    font-weight: 400;
    padding: 15px;
    font-size:17px;
}
.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.manuscriptForm
{
    background-color: rgb(238, 238, 238);
    border: solid 1px black;
    padding: 20px;
    width: 100%;
}

.manuscriptForm h4
{
    font-size: 22px;
    color: #0076b2;
    text-align: center;
    margin-bottom: 20px;
}

.manuscriptForm input 
{
    width:100%;
    margin: 5px;
    padding: 5px;
}
.manuscriptForm select
{
    margin: 0 !important;
    width: 100% !important; 
    margin-top: 5px !important; 
    min-width: 70px !important;
}

.manuscriptForm input[type=submit]
{
    margin-top: 15px;
    background-color: #0076b2;
    color: white;
    border-radius: 4px;
    border: solid 1px #0076b2;
}

#carouselControls
{ 
    background-color: rgb(238, 238, 238);
    border: solid 1px black;
    padding:10px;
    margin: 15px;
}

#carouselControls img
{
    max-width: 400px;
}

.footer
{
    padding: 40px;
    background-color: #0076b2;
    color: white;
    width:100%
}
@media (max-width: 768px) {
 .centersm { text-align: center !important; }   
}
