:root {
    --accessBlue:#244F70;
    --accessLightBlue:#2FB2E4;
    --accessGrey:#707070;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1 {
	color: var(--accessBlue);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: var(--accessBlue);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: bold;
}

h3 {
	color: var(--accessGrey);
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: bold;
}

p {
	color: var(--accessGrey);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
}

a {
	color: var(--accessBlue);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

a:hover {
	color: var(--accessLightBlue);
}

.btn-default {
    color: #fff;
    background-color: #01499d;
    border-radius: 0;
    padding: 16px 35px;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.btn-default:hover {
    color: #fff;
    background-color: var(--accessBlue);
}
.bg-blue {
    background-color: #01499d;
}

@media (min-width: 1450px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 1400px;
    	width: 1400px;
	}
}
/*********************************************************/
/* NAV                                                   */
/*********************************************************/
.dropdown-toggle::after {
	content: unset;
}
.dropdown-item {
	padding: 1rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/*********************************************************/
/* PHOTOS                                                */
/*********************************************************/
.photos-container {
	min-height: 85vh;
}
.photos-container .card {
	border-radius: 50px;
	background-color: #ececec;
}
.photos-container .card h3 {
	color: #01499d;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.photos-container .card p {
	color: #242424;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
}
.photos-container .card h6 {
	color: #777;
	font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	line-height: 1.3;
}
.photos-container .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: 0.375rem 1.5rem;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#file_upload {
	background-color: #f6f6f6;
}
#file_upload .fa-cloud-upload-alt {
	color: #b3bccd!important;
}
#file_upload p {
	color: #999!important;
}
#file_upload h4 {
	color: #666!important;
}
.ajax-file-upload{
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
    color: #000;
    font-size: 24px;
    overflow: unset!important;
    width: 100%;
}
.ajax-file-upload input{
	cursor: pointer !important;
	position: relative !important;
	color: #666 !important;
}

/*********************************************************/
/* FOOTER                                                */
/*********************************************************/
footer {
	background-color: #00397e;
}
footer h6 {
	color: #cccccc;
    font-size: .8em;
}

/*********************************************************/
/* MEDIA QUERYS                                          */
/*********************************************************/
@media (max-width: 1865px) {
	
}
@media (max-width: 1565px) {
	
}
@media (max-width: 1365px) {
	
}
@media (max-width: 1400px) {
	
}
@media (min-width: 1450px) {
	
}

@media (max-width: 1200px) {
	
}

@media (max-width: 1024px) {
	
}

@media (max-width: 992px) {
	
}

@media (max-width: 768px) {
	
}
@media (max-width: 600px) {
	.btn-default {
		font-size: 20px;
	}
}