
font-face{ 
	font-family: 'carroisgothic';
	src: url('fonts/carroisgothic-regular.eot');
	src: url('fonts/carroisgothic-regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/carroisgothic-regular.woff') format('woff'),
	     url('fonts/carroisgothic-regular.ttf') format('truetype'),
	     url('fonts/carroisgothic-regular.svg#webfont') format('svg');
}


font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    padding-top: 0px; 
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 70px;
    color: black;
}

#page-content-wrapper{
	padding-top: 0px;
}


 .BugsFont{
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: bold;
	color: green;
	font-style: italic;
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}


 
 .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
 
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.marketing .fa-6 {
    font-size: 20em;
    color: green;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 0px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 20px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: 25px !important; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: capitalize;
}


.muted {
    font-size: 25px;
    color: lightgray;
    text-transform: capitalize;
}

.lead {
    text-transform: capitalize;
}

.bx-pager{
    display: none;
}

.bx-viewport{
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
}

.rightDown {
    -webkit-animation: translate3d(10%, 10%, 0px) scale(1.25) 1s 1s ease-out forwards; 
    animation: translate3d(10%, 10%, 0px) scale(1.25) 1s 1s ease-out forwards; 
    -webkit-animation-duration: 5s;
    animation-duration: 5s;


}
@-webkit-keyframes move-rightDown {
    100% {
        transform: translate3d(10%, 10%, 0px) scale(1.25) 1s 1s ease-out forwards; 
	
    }
}

.bold{
	font-weight: bold;
}

.pNoMargin{
    margin: 0 0 0px !important;
}

.tenPercentMagin{
    margin-left: 10%;
	margin-right: 10% !important;
}

.divTextAlignCenter{
	text-align: center;
}

.divTextAlignLeft{
	text-align: left;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.centerText{
	text-align: center;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.paragraphFontHead{
    color: black;
    font-family: "carroisgothic";
    font-weight: bold;
    //text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000, 0 0 10px #000,  0 0 11px #000, 0 0 12px #000;

    font-size:2.4em; 
    text-align: center;
}

.authorImage{
	max-width: 105px;
}

.spanFloatRight{
	float: right;
}

.linkNoColor {
	color: black;
   text-decoration: none; // changed from text-decoration:underline
}

.linkNoColor:hover {
    color: black;
   text-decoration: underline; // changed from text:decoration:none
}

.linkNoColorWhite {
	color: white;
   text-decoration: none; // changed from text-decoration:underline
}

.linkNoColorWhite:hover {
    color: white;
   text-decoration: underline; // changed from text:decoration:none
}

.divUnderlineText{
	text-decoration: underline;
}

.marginTop15px{
	margin-top: 15px;
}

.marginLeft15px{
	margin-left: 15px;
}

.marginTop25px{
	margin-top: 25px;
}

.marginTop50px{
	margin-top: 50px;
}

.deleteAttachment{
	cursor: pointer;
}

.attachmentDivHolder{
	min-height:50px;
	padding-top:10px;
}

.avatar {
-moz-border-radius:30px 30px 30px 30px;
-o-border-radius:30px 30px 30px 30px;
-webkit-border-radius:30px 30px 30px 30px;
border-radius:30px 30px 30px 30px;
border:0px solid black;
height:50px;
width:50px;
display: inline-block; /*optional, if you want to use div as image*/
margin-right: 15px !important;
}

.spinner1 {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 30px;
  border-radius: 5em;
  border-color: #92AD40 transparent #92AD40 transparent;
  animation: spin 1s linear infinite;
}

.item{
  display: inline-block;
  padding: 0 5em;
}

.navbar{
	background-color: white !important;
	border: 0 !important;
}

.navbar-default{
	background-color: white !important;
	border: 0 !important;
}
.navbar-default .navbar-nav > li > a{
	color: black;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover{
	color: green;
	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: purple;
	border-bottom:3px solid green;
	background-color:white;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 1 15px !important;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
	margin: auto;
}

.floatLeftCenter{
	float: left;
	width: 33%;
	text-align: center;
	margin-left: 50%;
	margin: auto;
}

/****  Home Page Specifics  ****/

.homeFeaturedDiv{
  text-align: center;
  margin-left: 50%;
  margin: auto;
  border: 1px solid lightgrey;
}

.homeFeaturedDivNoOutline{
  text-align: center;
  margin-left: 50%;
  margin: auto;
}

.buttonContainer{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 490px;
}

.greenSignUpButton {
	background-color: green;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	/*border-radius: 10px;*/
    outline: 2px solid green;
	width: 490px;
}
	
.greenButton{
	background-color: green;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	outline: 2px solid green;
}

.greenButton:active{
	color: white;
}

.greenButton:focus{
	color: white !important;
}

.greenButton:hover{
	color: #333;
}

.focus.active.btn, .active.btn:focus, .focus.btn, .focus.btn:active, .btn:focus:active, .btn:focus{
	outline: none;
}

.spanSpacer50px{
	padding-left: 50px;
}

.spanSpacer100px{
	padding-left: 100px;
}


.spanBold{
	font-weight: bold;
}

/****  Author Page Specifics  ****/

/****  New Releases Page Specifics  ****/

/****  Search Page Specifics  ****/

.paragraphFontBook{
    color: black;
    font-family: "carroisgothic";
    font-size:1.0em; 
}

.paragraphFontBookBold{
    color: black;
    font-family: "carroisgothic";
    font-size: 1.3em; 
	font-weight: bold;
}

.paragraphFontRubricSummary{
    color: white;
    font-family: "carroisgothic";
    font-size:1.0em; 
	margin: 0 0 0px;
}

.paragraphFontRubricSummaryBold{
    color: white;
    font-family: "carroisgothic";
    font-size: 1.0em; 
	font-weight: bold;
	margin: 0 0 5px;
}


.wrap {
		position:relative;
		margin:0 auto;
               /*replace 900px with your width*/
		width:800px;
}

/*Footer css */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  position: fixed;
  height: 40px;
  background-color: #999999;
}

footer a{
    color: #222;
}

footer a:hover{
    color: #ffffff;
    text-decoration: none;    
}

.social:hover {
     -webkit-transform: scale(1.0);
     -webkit-transition-duration: 0.5s;
 }
 .social {
     -webkit-transform: scale(0.8);
     color: #222;
     
 }



/* Extra small devices (phones, 320px and up) */
@media screen and (min-width: 320px) {

	.navbar-brand{
		padding: 1px 15px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  

	.navbar-brand{
		padding: 1px 15px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  

	.navbar-brand{
		padding: 1px 15px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	
	.navbar-brand{
		padding: 1px 15px;
	}

}


