/*!
 * Dorothy Wall Perth
 * 
 * based on Perth, Theme Armada
 * Visit us for more Bootstrap themes at: http://www.themearmada.com
 * 
 */

/* ==========================================================================
   Global styles
   
   ========================================================================== */
   
body {
	background:#C27C53/*#B96945 #660000 dark red*/; 
	color: #300;
	font-size: 16px;
	}
	
h1 {
  font-family: 'Dr Sugiyama', cursive;
}

h2, h3, p, .navbar-nav {
  font-family: 'Lato', sans-serif;
} 



h1 {
  font-size: 62px;
  color: #530720;
}


h2 {
  font-size: 42px;
  font-weight: 300;
  color: #75311C;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  color: #530720;
}
h4 {
  font-weight: 300;
  color: #530720;
  text-transform:uppercase;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
     color: #530720;
	 font-size: 75%;
}


p {
  color: #330000;
  font-size: 16px;
}


a:link {color:#900;}
a:visited {color:#800;}
a:hover, a:focus {color:#C00;}
a:active {color:#F00;}

a .booktitle .small {
	color:inherit;}

/*-------------------Margins----------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}



/*-------------------Buttons----------------*/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33;
    padding: 14px 22px;
}

.btn-primary {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #ffffff;
    border-color: #FFFFFF;
    color: #545454;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary {
    background-color: transparent;
    border-color: #CC6600;
    color: #CC6600;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    background-color: #CC6600;
    border-color: #CC6600;
    color: #ffffff;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*-------------------Colors----------------*/
.dark-gray {
  color: #545454;
}

.light-gray {
  color: #f4f4f4;
}

.white {
  color: #ffffff;
}

.green {
  color: #13c4af; color: #CC6600; /* orange */
}

.blue {
  color: #4eacdd; color: #CC9900; /* gold */
}



/* ==========================================================================
   Navigation styles
   ========================================================================== */
.dropdown-menu {padding:1px 0 1px 0;}

.navbar-inverse {
    background-color: /*#4eabde;*/ #732217;
    border-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
    padding: 0px; 
	height:130px;
}
.navbar > .container .navbar-brand {
	margin-left: 0; /* keep the logo aligned with left edge */
	}

.navbar-brand img#dwall {
	background-color:  #732217;
	padding:0 10px 0 4px;
}

.navbar {
  margin-bottom: 0px; 
}

.navbar-nav { background-color: #A34C31;
}


.navbar-right .dropdown-menu {
    right: auto; /* dropdowns align left */
	background-color: #cc6600;
}

.navbar-inverse .navbar-nav > li > a {
	background:#A34C31;
    color: #C90;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #cc6600;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    background-color: #cc6600;
	color: #EEDDAA; 
	padding: 15px 20px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a :focus {
    background-color: #D96D00;
	color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0) inset;
}

.navbar-collapse.collapse.in {
    max-height: 700px;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
#header {
    background: #E4C495;
  height:  /*650px; */ auto;
  overflow: hidden;
}

#header2 {
    background: #DDB57B;
}

.header-text {
  padding-top: 50px;
} 

#header p {
  margin:60px 0 0 0;
  line-height: 2em;
}

#header.subnav { 
	background-color:#D1A06C;
}

#header.subnav p {
    margin:auto 0 0 0;
}
   
/*.header-img {
  margin-top: -100px;
}*/

#main {  /* used on almost all pages */
  background: #E4C495; 
  padding-bottom: 50px  !important;
  padding-top: 50px;
} 

#main4 { /* books section title, home and poems */
  background: #c27c53;
  padding-bottom: 50px  !important;
  padding-top: 50px;
} 
 
   
#main1, #main1a, #main1b, #main1c, #main1d {
  background: #E4C495;
  padding-bottom: 50px  !important;
  padding-top: 50px;
  min-height: 650px;
  overflow: hidden;
  height: auto;
}

 #main1a, #main1c {
  background: #DDB57B;
}


/*#main1, #main1d {
  padding-bottom: 30px  !important;
  padding-top: 30px;
}*/



#main2 {
  background: #ffffff;
  padding-bottom: 50px  !important;
  padding-top: 50px;
  height: 650px;
  overflow: hidden;
}



blockquote {
    border-left: 8px solid #c60;
    font-size: 16.5px;
    color: #530720;
    font-style: normal;
    margin: 0 0 20px;
    padding: 0px 20px;
}


#message {
  padding: 100px 0px;
  background: #13c4af;
}

#bottom {
  padding: 50px 0px;
  background: #f4f4f4;
  overflow-y: hidden;
}

.social li a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #545454;
  background: transparent;
  color: #545454;
  padding: 14px 16px;
  display: block;
}

.social li a:hover {
  border: 2px solid #aeaeae;
  background: transparent;
  color: #aeaeae;
  
  -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.social li {
  margin-left: 15px;
  margin-right: 15px;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0 solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 55px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

footer {
  background: #732217;
  color: #C60;
  padding: 40px 0px;
  /*text-align:center;*/}
  
footer p {	color: #c60;}

footer .nav-pills {
	/*margin: 0 auto 20px auto;*/}

footer .nav-pills.books > li {
    /*float: none;*/
}

footer a:link, footer a:visited {
	color: #C90;
}  

footer .nav > li > a:hover, .nav > li > a:hover,
footer .nav > li > a:hover, .nav > li > a:focus {
    background-color: #CC6600;
	color: #eeddaa; 
	text-decoration: none; 
}

#footertxt {margin: 40px 15px 20px;}


.booktitle {font-style: italic;}
.cover, #cover, #cover3 {float:right;width:300px; margin:0 0 20px 20px;padding:5px;background:#CEA164;}
.cover2 {float:right;width:100px; margin:0 0 0 20px;padding:5px;background:#CEA164;}
.cover img  {padding-bottom: 10px;}
.nowrap {white-space:nowrap;}
.poem {margin-left:100px;}

.sidebarrt {float:right;width:400px; margin:0 -5px 10px 20px;background:#CEA164;padding:5px 20px 10px 20px;}
.sidebarrt250 {width:290px;}
.sidebarrt img {padding-bottom: 10px;}


/* ==========================================================================
   Mobile styles
   ========================================================================== */   
/* Landscape phones and down */
@media (max-width: 480px) { 

.header-text .text-right {
	text-align:center;
	}

.header-img {
  position: absolute;
  margin-left: -120px;
  left:0;
}

#main1, #main1b, #main1c {
   padding-bottom: 50px;
}

.navbar-nav {
  text-align: right;
}

.main2-img {
    margin-left: 150px;
    margin-top: 360px; 
    width: 100%;
    max-width: 600px;  
}

.poem {margin-left:40px;}

.sidebarrt {float:none; width:300px; margin:0 auto 30px auto;	
}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

.header-text .text-right {
	text-align:center;
	}

.header-img {
  position: absolute;
  margin-left: -30px;
  left:0;
}

#main1, #main1b, #main1c {
   padding-bottom: 50px;
}

.main2-img {
    margin-left: 150px;
    margin-top: 260px; 
    width: 100%;
    max-width: 600px;  
}

.sidebarrt {float:none; width:400px; margin:0 auto 30px auto;	
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.main2-img {
    margin-left: -550px;
}

.sidebarrt {float:right; width:300px; margin:0 -5px 10px 20px;
}


}



/* Desktops and laptops */
@media (min-width: 992px) and (max-width: 1199px) {

.main2-img {
    margin-left: -400px;
}


}
     


/* Large screens */
@media (min-width: 1200px) and (max-width: 3000px) {
	


}   

