﻿/* Place Your Custom Styles Here */

.row {
	text-align: center;
}

.row .paddingTop {
	padding-top: 50px;
}

p.lead {
    font-size: 20px;
}

.text-dark {
    line-height: 20px;
}

.text-dark a {
    color: #333;
}

.text-dark a:hover {
    color: #a53475;
   	cursor: hand;
}

.text-white {
    line-height: 20px;
}

.text-white a {
    color: #fff;
}

.text-white a:hover {
    color: #a53475;
    cursor: hand;
}

.copyright a {
	color: #e89930;
}

.copyright a:hover {
	color: #d67a20;
	cursor: hand;
}

.navbar-brand {
    float: none;
}

