/* Add here all your CSS customizations */
body, p {
	color: #000;
}

footer p {
	color: #fff;
}

.mask-info-table tr td:nth-child(1){
	width: 140px;
	vertical-align: top;
}

.mask-info-table tr td:nth-child(2){
	padding-left: 40px;
	vertical-align: bottom;
}

.start-button {
	transition: all 0.3s ease;
	padding: 10px 40px;
	border: 1px solid #fff;
	color: #fff;
}

.start-button:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}

.home-text-container p{
	color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.copyright p {
	letter-spacing: 0;
    font-weight: 300
}

.facebook-link {
    position: relative;
    top: -2px;
}

.facebook-link > i {
    color: #fff;
    font-size: 2em;
    margin-left: 5px;
    transition: .3s;
}

.facebook-link:hover > i {
    color: #000;
}

.close:focus {
	outline: none;
}

.nav-link {
	color: #fff;
}

.nav-link:hover, .nav-link:focus {
	color: #fff;
}

.no-border, .no-border:focus {
	border: none;
	outline: none;
}

@media(min-width: 1024px) {
	.modal-dialog {
		max-width: 1000px;
	}
}