h1 {
	font-size: 20pt;
	padding: 10px 0 20px 0;
}

h2 {
	font-size: 16pt;
	padding: 10px 0;
}

a, a:hover, a:focus {
	color: #0000FF;
}

p, ul {
	font-size: 18px;
	text-align: justify;
}

hr.align {
	clear: left;
}

tr.clickable:hover td {
	background: #FFFFCC;
	cursor: pointer;
}

img.logo {
	float: right;
}

img.o {
	margin-top: -20px;
}

img.album {
	position: relative;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 10px 10px 0;
}

img.polaroid {
	background: white;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	float: none;
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
}

img.social-icon {
	height: 48px;
	width: 48px;
}

#coverPhoto {
	width: 100%;
	height: auto;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FFFF00;
    text-indent: -9999px;
    display: none;
		border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #808080;
}

#scroll:hover {
    background-color: #F89406;
    opacity: 1;
		filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.navbar-custom {
	background-color: #FFFF00;
	padding-top: 24px;
}

.pagination {
	padding: 20px 0 0 0;
}

.box {
	background-color: #FFFFCC;
}

.buffer-top {
	margin-top: 20px;
}

.buffer-bottom {
	padding-bottom: 40px;
}

.buffer-bottom-small {
	padding-bottom: 10px;
}

.buffer-bottom-medium {
	padding-bottom: 20px;
}

.buffer-right {
	margin-right: 20px;
}

.buffer-left {
	padding-left: 20px;
}

.pagination li a {
	color: #000000;
}

.pagination li a:hover {
	background-color: #FFFFCC;
}

.pagination .page-item.active .page-link {
  background: #FFFF00;
  color: #000000;
}

.pagination .page-link:hover {
	color: #000000;
}

.pagination li.active a:hover {
	background-color: #FFFF00;
	color: #000000;
}

.dropdown-item:hover {
	background-color: #FFFFCC;
}

.dropdown-item:active {
	background-color: #FFFFCC;
	color: #000000;
}

.btn-space {
	margin-bottom: 6px;
}

.user-alert {
	color: #FF0000;
}

.navbar-brand {
	overflow: hidden;
	width: 153px;
	height: 82px;
	margin-top: 20px;
	background: url(../img/general/logo.png) no-repeat;
	text-indent: -9999px;
}

.navbar-nav>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 10px 0;
	text-align: center;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #0000FF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #FFFF00;
	background: none;
	outline: 0;
}

.navbar-toggle {
	border: 1px solid #000;
	background: #FFFFCC;
	padding-left: 4px;
	width: 32px;
	height: 32px;
	z-index: 99;
}

.photos {
	overflow: hidden;
	height: 220px;
	margin-right:12px;
}

.diary-card {
	overflow: hidden;
	margin-right:42px;
}

.diary-photos {
	margin-top: 10px;
	height: 320px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #CC9900;
	outline: none;
}

.navbar-default .navbar-collapse {
	border: none;
	background: #FFFFCC;
	border-radius: 2px;
	box-shadow: none;
}

.txt-area {
	width: 80%;
	height: auto;
}

.comment {
	padding: 40px;
	background-color: #FFFFCC;
	border: 2px solid;
	border-radius: 25px;
	border-color: #FFFF00;
}

.link:link, .link:visited {
	transition: all .5s linear;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFFFCC;
}

.link:hover, .link:active {
	background-color: #FFFF00;
}

.link {
	margin-right: 4%;
}

.social-link {
	margin-right: 0;
}

.social-link:link {
	background-color: transparent;
}

.social-link:hover, .social-link:active {
	background-color: transparent;
}

@media(min-width:768px) {
	.navbar-brand { margin-top: -20px; }
	.navbar-default .navbar-collapse { background: none; }
	.navbar-default .navbar-nav { float: right; }
	.navbar-default .navbar-nav>li { margin-left: 10px; }
	.navbar-default .navbar-nav>li>a { padding: 9px 0 0 0; }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
		.navbar-default .navbar-nav>.active>a:focus { border-bottom: 2px solid #fff; }
}

@media(min-width:992px) {
	.navbar { margin-bottom: 0; }
	.navbar-brand { margin-top: -20px; }
	.navbar-default .navbar-nav>li { margin-left: 18px; }
	.navbar-default .navbar-nav>li>a { margin-top: 10px; }
}

@media(min-width:1200px) {
	.navbar-brand { margin-top: -20px; }
	.navbar-default .navbar-nav>li { margin-left: 22px; }
}
