/*
Template:   Clear Resume (Responsive)
Creator:    Sabaina Bukhari (sabainabukhari@gmail.com)
Website:    http://www.egreenwebservices.com
Date:       09/27/2012
Modified:   Frédéric Gobron (fgobron@free.fr)
Date:       06/17/2013
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,800|Archivo+Narrow);

body {	padding-top: 20px; padding-bottom: 40px; font: 14px/1.7em 'Open Sans', arial, sans-serif;
		background: #DDD repeat 0 0; }

h1, h2, h3{	font-family: 'Archivo Narrow', sans-serif; font-weight:normal; line-height:normal;
			padding:0; margin:0; margin-bottom:5px;	}

h1{ font-size:32px; text-shadow:2px 2px #eee; }
h2{ font-size:24px; }
h3{ font-size:18px; }

hr{ height: 0; border-style: dotted; border-width: 1px 0 0 0; border-color:#999; }

footer{ background: padding:10px; margin-top:50px; border-top: #ddd solid 1px; }
footer p{ color: #666; }
footer a{ color: #999; }

/*** bootstrap classes customized ***/

ul.unstyled{ margin-left: 20px; list-style: none; }

.container { background: #FFF; border: 1px solid #DDD\9; padding:20px; border-radius: 15px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25); box-shadow: 0 0 5px rgba(0,0,0,.25); padding-bottom:10px; }

.thumbnail .caption { padding: 3px; color: #555; }

.caption h3{ margin:0; padding:0; }
.caption a, a:hover{ color:#555; text-decoration:none; }

.span2 i{ color:#999; }

.span8 p{ font-family: 'Archivo Narrow', sans-serif; font-size:14px; letter-spacing:0.1em; }

/*** new elements ***/
#sample-work-row1 p{text-align:center}
#sample-work-row2 p{text-align:center}
#sample-work-row3 p{text-align:center}

/** customizable colors **/
h2 span { color: #3A87AD; }
.span3 h3{ color:#3A87AD; }
.text-info{ color:#3A87AD; padding-left:10px; }

/** Media Queries **/
@media screen and (max-width: 767px) {
  .pull-right { float: none; }
}
