@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');

/* Sitewide font / typography declarations                          */

body {
	font-family:	'Cormorant Garamond', serif;
	color:	#000000;
	tab-size: 5;
}

h1,
h2,
h3,
a,
p,
button {
  font-family: 'Cormorant Garamond', serif !important;
}

/* Announcement Issue 4												*/
img[src*="/public/site/images/bhorne/coverImage_en_US1.jpg"] {
  float: right;
  vertical-align: top;
  width: 40%;
}

/* Color scheme adjustments                                         */
#header {
    background-color: #636C49;
    border-bottom: 1px solid black;
}

.navbar-default,
.header_view {
	background-color:	#636C49	!important;
}

.btn-default,
.pkp_block.block_make_submission a {
	background-color:	#636c49 !important;
	border-color:		#636C49 !important;
}


a { /*											Links			    */
	color: 				#76423a;
}

a:hover {
	color:				#76423A !important;
	text-decoration: 	none !important;
}

.btn-primary {	/*								PDF Buttons			*/
	background-color: 	#582a39 !important;
	border-color:		#582a39 !important;
}

/* PLUGIN CUSTOMIZATIONS                                            */
/* lensGalley: This section customizes how XML article galleys are  */
/* displayed, overwriting settings found in                         */
/* /plugins/generic/lensGalley/lib/lens/lens.css                    */
.article .document {
  width: 75% !important;
}

.article .resources {
  width: 25% !important;
}

/* DEFAULT THEME                                                    */
/* -------------                                                    */
/* This section applies custom settings to the OJS Default theme    */
/* and its child themes.                                            */

/* Suppress the obtrusive PKP/OJS logo in the footer                */
.pkp_brand_footer a {
  display: none !important;
}

/* BOOTSTRAP 3 THEME                                                */
/* -----------------                                                */
/* This section applies custom settings to the OJS Bootstrap 3      */
/* themes, its swatches, and its child themes.                      */

/* Suppress the obtrusive PKP/OJS logo in the footer                */

img[src*="images/ojs_brand.png"] {
  display: none !important;
}
a[href*="about/aboutThisPublishingSystem"] {
  display: none !important;
}

input[aria-label="Search Query"] {
  height: 30px !important;
  border-radius: 1px !important;
  line-height: 1 !important;
}

.btn .btn-default {
  height: 30px !important;
  line-height: 1 !important;
  border-radius: 1px !important;
  padding: 0px 0px !important;
}
