/* General styles */
.site-header {
    text-align: center;
  	box-shadow: 0px 5px 5px #888888;
}

.site-title {
    padding-top: 25px;
}

.site-header .site-title:hover {
    text-decoration: none;
}

.site-header .home-link {
    min-height: 160px;
}

.navbar {
    background-color: #ffffff; 
}

.site-header .search-form { 
    display: none;
}

.site-main {
    /* border-top: 1px black solid; */
}

.site-footer {
    background-color: #eee;
    /* border-top: 1px black solid; */
}

.site-info {
	padding-top: 15px;
    padding-bottom: 15px;
}

.entry-title {
	text-align: center;
}

.entry-content {
	max-width: inherit;
}


/* Home Page styles */
.img-circle { 
    border-radius: 50%; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
    overflow: hidden;
}
.circle-link {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    color: black;
    font-size: 1.8em;
}

.circle-link a{
    color: black;
}

.circle-link a:hover {
    color: black;
  	text-decoration: underline;
}

.circle-link img {
    width: 250px !important;
    height: 235px !important;
    position: initial !important;
    left: inherit !important;
    top: inherit !important;
    box-shadow: 3px 4px 5px #888888;
}

.page-id-9 .navbar, .page-id-9 .entry-header{
    display: none;
}
.page-id-9 .site-header {
	
    background-image: url(https://adhc.lib.ua.edu/site/tasteofthetide/wp-content/uploads/2017/02/tablecloth_red_and_white-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-9 {
    background: none;
}

article#post-9 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-id-9 .entry-content {
    max-width: 1024px;
}

#plate1 {
  	transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
  
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  
  	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#plate2 {
  	transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
  
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  
  	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#plate3 {
  	transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
  
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  
  	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#plate4 {
  	transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
  
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  
  	-webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

.page-id-9 .site {
    background-color: transparent;
    border-left: none;
    border-right: none;
}

.page-id-9 .site-footer {
    /* display: none; */
}

#login-link {
    color: #a92a40;
    font-size: 1.2em;
}

/*
.page-id-9 div#primary {
    margin-top: -5em;
}

@media screen and (max-width: 778px) {
    .page-id-9 div#primary {
        margin-top: -2em;
    }
}
*/


.type-post .entry-content {
	max-width: 88%;
}

