@import '../bootstrap/css/bootstrap.min.css';

h1{
	font-family: 'Marck Script', cursive;
	font-size:3.5em;	
}

h2{
	font-family: 'Allura', sans-serif;
	color:#282828;
	font-size:2.6em;
	
}

.navbar {
	background: #282828;
	border:0;
	border-radius:0;
	min-height:80px;
	color:white;
	margin-bottom:0;
}

.footer, .push {
    height: 200px;
}

blockquote {
	font-size: medium;
	border:0;
}

a{
	color:#C36E6E;
}

a:hover{
	color:#985858;
}

hr{
	border-top:1px dotted #B36B6B !important;
	margin:50px 50px 30px 50px;
}

/* alignment based on screen size */

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }


@media (min-width: @screen-sm-min) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; } 
}

@media (min-width: @screen-md-min) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* alignment based on screen size end */