/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 80px;
  padding-bottom: 0px;
  font-family: 'Cormorant Garamond', serif;
  font-size:20px;
}

.navbar-inverse
{
	background-color:#fff;
	border-bottom:1px solid #EEE;
	/*box-shadow: 0px 1px 5px #CCC;*/
}

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

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

.logo, .logo:hover, .logo:focus 
{
	height:90px;
	/*padding-top:25px;*/
	/*background-color:#ffcc00 !important;*/
	font-family: 'Cormorant Garamond', serif;
	color:#862143 !important;
	font-size:40px;
}

.logo a:link, .logo a:hover, .logo a:focus 
{
	color:#000;
}

.navbar-brand { padding:5px !important; }
.navbar-nav
{
	margin-top:25px;
}

.navbar-nav > li > a
{
	font-family: 'Cormorant Garamond', serif;
	font-size:16px;
	text-transform:uppercase;

}

.nav > li > a
{
	padding:10px 20px;
	border-right:0px solid #9d9d9d;
	color:#6d6c5d !important;
}

.nav > li > a:hover { color:#333 !important; }

.NavLast { border-right:0px !important; }

.Banner
{
	background-color:#555555;
}

.BannerHeading
{
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	font-size:50px;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:20px;
	border-bottom:1px solid #7a7a7a;
	line-height:55px;
	margin-top:55%;
}

.BannerHeading span
{
	font-weight:400;
}

h1, h2, h3, h4, h5
{
	color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    margin: 50px 0 10px;
}

h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0;
}

h5
{
	font-size:22px;
	font-weight:bold;
}

.HeadingDivider
{
    background-color: #8b2842;
    height: 5px;
    margin: 30px 0 50px;
    width: 70px;
}

.HeadingDividerCenter
{
    background-color: #dfddd7;
    height: 1px;
    margin: 10px auto 20px auto;
    width: 200px;
}

.WhiteStrip
{
	background-color:#fff;
	padding:50px 0px;
}

.GreyStrip
{
	background-color:#f7f7f7;
	padding:50px 0px;
}

/* for the skills chart */
.chart {
  position: relative;
  display: inline-block;
  width: 154px;
  height: 154px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color:#fff;
  border-radius:50%;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-text
{
	margin:30px 0;
}

.chart-text h4 { font-size:25px;font-weight:100; }

.percent {
  display: inline-block;
  line-height: 154px;
  z-index: 2;
  font-family:'Cormorant Garamond', serif;
  font-size:40px;
  font-weight:400;
  color:#c50034;
  letter-spacing:-1px;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-family:'Cormorant Garamond', serif;
  font-size:40px;
  font-weight:100;
}

/* for the skills chart - end */

 

.tick-list ul li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 5px 0 0;
}

.tick-list ul
{
	margin:0;
	padding:0;
}

.tick-list ul li
{
    list-style: outside none none;
    padding: 5px 0 0;
}

.Experience h4
{
	color:#000;
	font-size:25px;
	text-align:left;
}

.Experience h4 span { color:#c50034; }
.Experience p { font-size:13px;color:#333; }

.Date { color:#b7b6b4 !important; }

.Experience h5
{
	text-align:center;
}

.CenterAlign
{
	text-align:center;
}

.contact h5 { color:#c50034;font-size:16px;font-family:'Cormorant Garamond', serif;  }
.contact h5 span { color:#000;font-weight:200;display:block;line-height:28px;  }

.contact-social
{
	margin-top:30px;
}

.contact-social i {
    color: #797979;
}
.contact-social a i {
    font-size: 25px;
    margin: 0 14px
}
.contact-social a:first-child i {
    margin: 0 15px 0 0
}
.contact-social i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.contact-social i:hover {
    color: #000;
}

.Profile h2 span { color:#c50034; }

h2.first { font-size:30px;line-height:40px;text-align:center; }

.footer { color:#828282;padding:10px 0px;font-size:14px; }

.borderTop { border-top:1px solid #eee; }
.borderBottom { border-bottom:1px solid #eee;padding-bottom:10px;padding-top:10px; }

.BreadCrumb
{
	height:150px;
	background-color:#555555;
	background-image:url(../images/bark.jpg);
}

.BreadTitle
{
	font-family: 'Cormorant Garamond', serif;
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	margin-top:40px;
	font-weight:bold;
}

.BreadSub
{
	color:#fff;
	font-size:20px;
	line-height:5px;
	text-transform:uppercase;
}

.BreadSub a
{
	color:#CCC;
	font-size:12px;
	text-decoration:none;
}

.figureRight
{
	margin-bottom:10px;
	margin-right:20px;	
}

.figureLeft
{
	margin-bottom:10px;
	margin-left:20px;	
}

.RA { text-align:left; }
.LA { text-align:left; }
.UL { text-decoration:underline; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}