@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	font-weight: 500;
}

h4 {
	font-size: 18px;
}

a {
	color: #C1272D;
}

a:hover {
	color: #b3b3b3;
}

p.text-muted {
	font-size: 0.8em;
}

.center-heading {
	text-align: center;
	padding: 20px 20px 40px 20px;
	font-size: 1.8em;
}

.nav-tabs {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.inputCountry {
	display: none;
}


.postage-results,
table,
.table {
	color: #fff;
	table-layout: fixed;
	width: 100%;
}

.postage-results a {
	text-decoration: underline;
	color: #fff;
}

.postage-results a:hover {
	text-decoration: underline;
	color: #b3b3b3;
}

.postage-results td:nth-child(2) {
	width: 50%;
}

.postage-results td:nth-child(3) {
	width: 20%;
}

.postage-results th {
	width: 90px;
}

.postage-results .table tr {
	border-top: 1px solid #dee2e6;
}

.topbar {
	background: #C1272D;
	color: #fff;
	font-weight: 500;
	padding: 5px 0px;
	font-size: 1.2em;
}

.topbar a {
	color: #fff;
}

.topbar a:hover {
	color: #b3b3b3;
	text-decoration: none;
}

.navbar-brand {
	width: 100%;
}

#postage-calculator .input-group {
	padding: 5px;
}

.postage {
	padding-bottom: 25px;
}

.dropoff {

}

.mid-content {
	text-align: center;
	margin-bottom: 25px;
}

.mid-content h2 {
	margin-bottom: 25px;
}

.lower-content {
	margin-bottom: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

form label {
	font-weight: 500;

}

.input-group-text {
	font-weight: bold;
}

.btn-send {
	font-weight: 500;
    text-transform: uppercase;
	cursor: pointer;
}

#map {
	width: 100%;
	min-height: 320px;
	border-radius: 5px;
}

.call-btn a:hover {
	text-decoration: none;
}

footer {
	background: #C1272D;
	color: #fff;
	padding-top: 20px;
	text-align: center;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #b3b3b3;
	text-decoration: none;
}

footer .footer-contact {
	font-size: 0.8em;
}

footer p.text-muted {
	color: #fff !important;
	font-size: 12px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

	footer .footer-contact {
		font-size: 1em;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	footer {
		text-align: left;
	}
	footer .footer-social,
	footer .footer-btt {
		text-align: right;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.postage {
		padding-bottom: 50px;
	}
	.mid-content img {
		padding: 0px 50px
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }
