/****************
Custom Stylesheet
*****************/


/***
font-family: 'Cabin', sans-serif;
font-family: 'Love Ya Like A Sister', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Noto Serif', serif;

*/

/***********
MAIN CONTENT
************/
.main{
	background-color: #faf9f4;
	padding:20px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 30px;
}


.top_images {
	padding-top: 30px;
	position: relative;
	padding-left: 20px;
	padding-right: 25px;
}

.top_images .col-lg-3 img{
	border:3px solid #ce7e20;
	 width:100%;
    height:auto;
}

.main_content {
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	color:#7c5048;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	//padding-top: 30px;
	background-color: #faf9f4;
}

.main_content h1{
	font-family: 'Love Ya Like A Sister', cursive;
	//text-transform: uppercase;
	color:#74453c;
	font-size: 57px;
	margin:0;
	font-weight: normal;
	line-height: 0.8em;
}

.main_content h1 span{
	font-size: 51px;
	margin:0;
	margin-top: -25px;
	font-weight: normal;
}


.paragraph{
	position: relative;
}

.paragraph p .text-italic{
	font-weight:700;
	font-style: italic;
}

.paragraph a{
	color:#CE7E20;
	
}

.paragraph a:hover{
	text-decoration: underline;
	
}

.paragraph p {
	line-height: 1.8em;
}

.paragraph div{
	margin-top: 30px;
	margin-bottom: 30px;
}

.paragraph h2{
	color:#ce7e20;
	font-size:42px;
	font-weight: 500;
	margin:30px 0 0;
	line-height: 42px;
	font-family: 'Cabin', sans-serif;
}

.paragraph h3{
	color:#ce7e20;
	//margin:;
	margin-bottom: 0px;
	font-size:30px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
}
.paragraph div a{
	padding:12px 30px;
	border-radius: 30px;
	background-color: #a51717;
	font-size: 23px;
	color:#eee4d8;
	margin-top:50px;
	margin-bottom: 50px;
}



.second_paragraph{
	background-color: #faf9f4;
}

.top_margin{
	margin-top: -60px !important;
	//margin-bottom: 100px;
}

.top_margin .margin{
	margin-bottom: -55px !important;
}

body{
	background-image: url("/images/bg.png");
    background-repeat: repeat;
}

header{
	background-color:#ffffff;
	padding-top: 20px;
	box-shadow: 0 0 0 0px #faf9f4, 0 5px 15px #e8e4da;
}

.header{
	background-color:#ffffff;
}

header .container .col-lg-3 {
    height: 5px;
}


.qoutes p{
	line-height:22px;
}


.donate{
	position:relative;
}

.donate img{
	position: absolute;
	float: right !important;
	margin-left: 600px;
	margin-top: -45px;
}


.float-right{
	float:right !important;
}

.float-left{
	float:left !important;
}

/******
SIDEBAR
*******/
.sidebar{
	margin-top: -124px;
	margin-bottom: 50px;
}

#ribbon{
	width:280px;
	height:450px;
	position: relative;
	overflow: hidden;

}

#ribbon .base{
	height: 335px;
	width:280px;
	padding:15px;
	font-size  
	text-align: justify;
    text-justify: inter-word;
}
/**
#ribbon .base p{
	text-transform: uppercase;
	color:#eee4d8;
	font-size:20px;
	margin:0;
	text-align:justify; 
	overflow: auto;
}

**/
#ribbon .base p span{
	font-size: 16px;
	text-align:justify; 
	overflow: auto;
}

#ribbon .base h1{
	text-transform: uppercase;
	color:#eee4d8;
	font-family: 'Love Ya Like A Sister', cursive;
	font-size:70px;
	margin:0;
	text-align: center;
}


#ribbon .base span h1{
	margin-top: -30px;

}


#ribbon .left_corner {

	width: 0;
	height: 0;
	border-top: 100px solid #a51717;
	border-right: 140px solid transparent;
}

#ribbon .right_corner {
	width: 0;
	height: 0;
	border-top: 100px solid #a51717;
	border-left: 140px solid transparent;
	position: absolute;
	margin-top: -100px;
	margin-left: 140px;
}

.books{
	background-color: #e9e1d0;
	width:280px;
	margin-left: -15px;
	margin-top: 30px;
	position:relative;
	
}

.book1 img{
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
    -webkit-transform:rotate(10deg);
	margin-top: 270px;
	margin-left: 30px;
	z-index:3;
}

.book2 img{
	transform:rotate(-6deg);
	 -ms-transform: rotate(-6deg);
    -webkit-transform:rotate(-6deg);
	margin-left: 20px;
	margin-top: 26px;
	position:absolute;
	z-index:2;
}

.book3 img{
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
    -webkit-transform:rotate(10deg);
	margin-top: 10px;
	margin-left: 0px;
    margin-bottom: -2.5em;
}

.book4 img {
	transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
    -webkit-transform:rotate(-16deg);
    margin-bottom: -3em;
}


/*****
 NAV
*****/

.slicknav_menu {
	display:none;
}

nav{
	padding-top: 30px;
	padding-bottom:45px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding-left:25px;

}


nav li{
	list-style: none;
	float:left;
	display:inline-block;
}

nav li a{
	
	padding-right: 35px;
	color:#a51717;

}


nav li a:hover{
	color:#a51717;
	text-decoration: none;
}


  nav ul {
  	list-style: none;
  	padding: 0px;
  	margin: 0px;
  }
  nav ul li {
  	display: block;
  	position: relative;
  	float: left;
  }
  nav li ul {
  	display: none;
  	border-top:10px solid #ffffff;
  }


   nav li ul:before {
   	position: absolute;
	  top: -7px;
	  left: 25px;
	  display: inline-block;
	  border-right: 7px solid transparent;
	  border-bottom: 7px solid #ccc;
	  border-left: 7px solid transparent;
	  border-bottom-color: rgba(0, 0, 0, 0.2);
	  content: '';
  
  }

   nav li ul:after {
   	position: absolute;
	top: -6px;
	left: 26px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a51717;
	border-left: 6px solid transparent;
	content: '';
  
  }

  nav ul li ul li {
  	background: #a51717;
  	border-bottom: 1px solid #eee4d8;
  	width: 300px;
	padding-left: 20px;
	color:#eee4d8;
	text-transform: none;
	z-index:9999;
	padding:10px;
  }

    nav ul li ul li:last-child {
  	border-bottom:none;
  }


   nav ul li ul li a {
	color:#eee4d8;
  }
    nav ul li ul li a:hover {
	color:#eee4d8;
  }

  nav li:hover ul {
  	display: block; 
  	position: absolute;
  }
**/

/******
FOOTER
*******/

footer{
	background-color: #ffffff;
}

.footer_logo{
	margin-left: -60px;

}

.footer_logo img{
	margin: 0 auto;
	display:block;
	margin-top: -25px;
}

.footer_logo a{
	color:#684534;
}

.footer_logo p{
	text-align: center;
	font-family: 'Love Ya Like A Sister', cursive;
	color:#684534;
	text-transform: uppercase;
	font-size: 25px;
}

.footer_logo p span{
	font-size: 16px;
	text-transform: none;
	font-family: 'Cabin', sans-serif;
}

.footer_nav {
	margin-left: -30px;

}

.footer_nav ul {
	text-align: center;
}

.footer_nav ul li {
	float: none;
	display: inline-block;
}

.footer_nav ul {
	
}

.border{
	box-shadow: 0 0 0 0px #faf9f4, 0 -1px 15px #e8e4da;
	//box-shadow: 0 8px 6px -6px #e8e4da;
	//border-top:1px solid #efebe1; 
	background-color: #fff !important;

}


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

.text-bold{
	font-weight: 900;
	line-height: 35px;
}

.top-margin{
	margin-top: 50px !important;
}


/***********
CONTACT FORM
************/

input,label,textarea{
	display:block;
	border:none;
	
}

input,textarea, select{
	 height: 34px;
	  border: 1px solid transparent;
	  border-top: none;
	  box-shadow: inset 0 1px 2px #fff, 0 -1px 1px #eae3e2, 0 1px 0 #FFF;
}

input{
	width:288px;
	height:40px;
	padding-left: 10px;
}

textarea{
	max-width:100%;
	min-width:100%;
	height:120px;
	padding-left: 10px;
}

label{
	font-size: 20px;
}

.form{
	padding: 0 85px;
}
.hidden_header{
      display:none ;
    }

.underline{
	text-decoration: underline;
}

.main_content .button-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.main_content .button-bar a {
	margin: 0;
	background-color: #a51717;
	padding: 10px 25px;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 20px;
	color: #FFF;
}

.button{
	display: block;
	margin:0 auto;
	width:128px !important;
	border-radius: 30px;
	background-color: #a51717;
	font-size: 23px;
	color: #eee4d8;
	margin-top: 50px;
	margin-bottom: 50px;
	height:50px;
	border:0;
	box-shadow: none;
}

.button:hover{
	text-decoration: underline;
}

.link{
	color:#CE7E20 !important;
	padding:0 !important;
	background-color: transparent !important;
}
.link:hover{
	text-decoration: underline;
}


.text{
	background-color: #faf9f4;
	padding:0px 10px;
	font-family: 'Love Ya Like A Sister', cursive;
	color:#a51717;
	position: absolute;
	font-size: 30px;
}

.text1{
	margin-top: -250px;
	transform: rotate(-18deg);
	z-index: 9999999;
	margin-left: 9px;
}

.text2{
	margin-top: -13px;
	transform: rotate(-6deg);
	z-index: 9999999;
	margin-left: 9px;
	font-size: 25px;
}

.qoutes{
	width:350px;
	background-color: #a51717;
	padding:20px;
	color:#ffffff;
	font-family: 'Noto Serif', serif;
	font-style:italic;
	padding-left: 80px;
	margin-left: 20px;
	margin-top: 75px;
}

.qoutes a{
	font-size: 17px !important;
	color:#ffffff !important;
	text-decoration: underline;
	padding:0px !important;
}	

.qoutes h4{
	font-size: 30px;
	margin:0;
	line-height: 32px;
}

.qoutes .q{
	position: absolute;
	margin-top: -10px;
	margin-left: -56px;
}

.qoutes.horizontal {
	width: 100%;
	margin: 0 0 40px !important;
    position: relative;
}

.qoutes.horizontal p {
    margin-bottom: 0;
}

.right-arrow{
	width: 0; 
	height: 0; 
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	border-left: 30px solid #a51717;
	font-size: 0;
	line-height: 0;
	position: absolute;
	margin-top: -260px;
	margin-left: 269px
}
.right-arrow1{
	width: 0; 
	height: 0; 
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	border-left: 30px solid #a51717;
	font-size: 0;
	line-height: 0;
	position: absolute;
	margin-top: -250px;
	margin-left: 159px;
}

.qoutes.horizontal .arrow1:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(165, 23, 23, 0);
	border-bottom-color: #a51717;
	border-width: 20px;
	margin-left: -20px;
}

.capital{
	text-transform: uppercase;
}


.no-margin{
	margin-top:-40px !important;
}

.author_book img{
	width:100%;
	max-width:758px;
	margin:0 auto;
	display: block;
	margin-top: -20px;
}

.margin_top{
	margin-top: 30px;
}

.margin_bottom{
	margin-bottom: 30px;
}

.padding_bottom{
	padding-bottom: 30px;
}

.padding_left{
	padding-left: 20px;
}

.padding_right{
	padding-right: 20px;
}

.padding_top{
	padding-top: 30px;
}

.left_column p{
	margin-top: -3px;
}

.right_column img {
	float:right;
}


.right_column p {
	margin-top: -5px;
}

.contact-form{
	margin-bottom: 10px;
}


select {
   background: transparent;
   border: 0;
   font-size: 17px;
   height: 40px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width:100%;
  -moz-appearance: none;

}

select:focus{
	outline: 0;
}

.white{
	background-color: #fff;
}

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

#button{
	display:none;
}



	.men { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}


.paragraph div a.no-btn{
  padding:0;
  border-radius: 0;
  background: none;
  font-size: 17px;
  color: #CE7E20;
  margin-top:0;
  margin-bottom:0;
  padding:0;
}

/*********
RESPONSIVE
**********/

@media screen and (max-width:1199px){

	/*.footer_nav{
		text-align: center;
		float:none;
		padding:0 !important;
		margin: 30px auto;
	}

	.footer_nav ul{
		text-align: center;
		float:none;
		margin: 0 auto;
	}
	.footer_nav ul li{
		
	}*/

}


@media screen and (min-width:100px) and (max-width:767px){

  .books{
    display:none ;
  }

  .donate img{
  	display:none;
  }

  .sidebar{
	margin-top: -453px;
	}

  #ribbon{
/*  	//display:none;
  //	margin-top: -200px;
  	//margin-left:60px;
  	//margin-right: 0px;
*/  	height:285px;
  	margin: 0 auto;

  }

  #ribbon .base{
  	height:185px;
  }

  #ribbon .base img{
  	display:none;
  }

  header{
  	box-shadow: none;
  }

  .hidden_header{
      display:block;
      text-align: center;
      margin-top: -70px;
    }

    .hidden_header .wilson {
		font-family: 'Love Ya Like A Sister', cursive;
		line-height: 0.8em;
		padding: 0;
		font-size: 85px !important;
		text-align: center;
		color: #fff;
		color:#74453c;
		margin-bottom: -75px;
	}

	.wilson span{
		font-size: 77px !important;

	}

	.main_content h1{
		font-size: 35px;
	}

.main_content h1 span{
	font-size: 35px;
	margin-top: 5px !important;
}


.paragraph h2{
	font-size: 30px;
	line-height: 1em;
	margin-top: 0px !important;
}

.right_column, .left_column{
	padding-bottom: 30px;
}

.right_column img, .left_column img {
	width:100%;
	height:auto;
}

.paragraph div a{
	font-size: 17px;

}

.form{
	padding:0;
}

.footer_logo{
	margin-left: 0px;
}

.footer_nav{
	display:none;
}

.footer_logo img{
	margin-top:10px;
}

.top_images .col-lg-3 img{
	margin-top: 30px;
}

.top_images{
	padding-left: 10px;
	padding-right: 10px;
}

.qoutes{
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}

.qoutes h4{
	font-size: 18px;
}

.qoutes p{
	font-size: 15px;
}

.right-arrow, .right-arrow1{
	display:none;
}

.paragraph h3{
	font-size: 20px;
}

 	.width-full input{
      width:100% !important;
      float: none !important;
    }
    .width-full{
      width:100% !important;
    }






    /*********************
    RESPONSIVE NAVIGATION
    *********************/
     .sidebar{
	    display:none;
	  }

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

	header{
		//display: none;
		background-color:transparent; 
	}

	.top_images{
		padding-top: 0px !important;
	}

	.paragraph div a{
		padding: 7px 10px !important;
		font-size: 15px !important;
	}

	.paragraph div a.no-btn{
		padding: 0 !important;
		font-size: 15px !important;
	}

	.paragraph div .link{
		padding:0px !important;
	}

	.line-height1{
		line-height: 35px;
	}

	.main_content {
		font-size: 15px;

	}
  }        


@media screen and (min-width:100px) and (max-width:400px){
	.mobile{
		width:50% !important;
	}
}

/*****************
	IE8 Custom
******************/

.ie8 .nav{
	margin-left: 450px;
}

.ie8 .sidebar{
	margin-top: -150px;
	width:25%;
	margin-left:100px;
}

.ie8 .for_ie8{
	width:70%;
	margin-left: -50px;
}


.ie8 .donate img{
	margin-left: 100px;
}

.ie8 .col-lg-7{
	margin-left: 200px;
}

.ie8 .footer_nav{
	margin-left: 250px;
}

.ie8 .main_content{
	width:100%;
	max-width: 100%;

}

.ie8 .form{
	padding:0px 185px;
}

.ie8 .author_book{
	margin-top: 0px;
	margin-left: -150px;
}

.ie8 .wilson{
	margin-top: -330px;
	color: #fff;
	font-family: 'Love Ya Like A Sister', cursive;
	line-height: 70px;
	padding: 0;
	font-size: 85px !important;
	text-align: center;
	color: #fff;
	margin-left: -7px;
}

.ie8 .wilson span{
	font-size: 77px !important;
	color: #fff;
}


.ie8 .width-none{
	width:50%;
}

.paragraph div a.image-link, .paragraph div a.image-link-nolink{
	padding: 0 !important;
	border-radius: 0;
	background: none !important;
	margin:0 !important;
}

.center-img{
	margin:0 auto;
	text-align: center;
}

.center-img	img{
	max-width: 100%;
}



