body {
	font-family: Arial;
	color: #FFFFFF;
}

h1 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 60px;
}

p {
	font-size: 16px;
	line-height: 28px;
}

.smaller-font {
	font-size: 14px;
}

.lead {
	font-size: 1.1rem;
	font-weight: bold;
}

@media ( min-width : 768px) {
	h1 {
		font-size: 52px;
	}
	p {
		font-size: 18px;
	}
	.smaller-font {
		font-size: 16px;
	}
	.lead {
		font-size: 1.3rem;
	}
}

.btn {
	background-color: #2A7E87 !important;
	font-weight: bold;
	border: none;
	color: #FFFFFF !important;
}

.btn:hover {
	background-color: #6A9CA1 !important;
	border: none;
	color: #FFFFFF !important;
}

button.uppy-Dashboard-browse, a {
	color: #2A7E87 !important;
}

button.uppy-Dashboard-browse:hover, a:hover {
	color: #6A9CA1 !important;
	text-decoration: none !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #474747 !important;
}


.lead {
	font-size: 1.3rem;
	font-weight: bold;
}

.form-control {
	border-radius: 0 !important;
	height: 48px;
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 0 !important;
	height: 48px;
	border: none;
}

.btn-green {
	background-color: #A1AF00 !important;
	color: white !important;
}

.btn-green:hover {
	background-color: #ABB072 !important;
}

.tick {
	background: url("/assets/image/Group.png") no-repeat left;
	background-size: 26px 26px;
	padding-left: 2.5rem;
}
/* Classes for special Globale Green*/
.bg-globale { 
	background-color: #2A7E87 !important;
}
.color-globale {
	color: #2A7E87 !important;
}

.bg-darker {
	background-color: #242424 !important;
}

.bg-dark {
	background-color: #474747 !important;
}

.bg-light {
	background-color: #D8D8D8 !important;
}

.bg-lighter {
	background-color: #FFFFFF !important;
}

.bg-orange {
	background-color: #EF7C00 !important;
}

.bg-green {
	background-color: #A1AF00 !important;
}

.bg-grey {
	background-color: #747474 !important;
}

.color-white {
	color: #FFFFFF !important;
}

.color-offwhite {
	color: #EEEEEE !important;
}

.color-lightergrey {
	color: #BCBCBC !important;
}

.color-lightgrey {
	color: #979797 !important;
}

.color-grey {
	color: #747474 !important;
}

.color-darkgrey {
	color: #626262 !important;
}

.color-dark {
	color: #474747 !important;
}

.color-orange {
	color: #EF7C00 !important;
}

.color-green {
	color: #A1AF00 !important;
}

.color-red {
	color: #C40000 !important;
}

.nav-link {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.small-nav-link{
	font-size: 14px;
font-weight: normal !important;
line-height: 18px;
display: block;
padding: .5rem 1rem;
}



.table td {
	padding: 0 0.25rem !important;
	font-size: 14px;
}
.form-control::placeholder {
    color: #000;
    opacity: 0.3;
}

