
/* GLOBALS */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body{
		font-family: 'Nunito', sans-serif;
		background-color: #d7e4f4;
		padding-bottom:115px;
	}

	img{
		max-width: 100% !important;
	}

	h1{
		font-family: 'Darker Grotesque', sans-serif;
	}

	h5{
		width: 100%;
	}

/* RESPONSIVE */

	@media screen and (max-width: 1199px){
	}

	@media screen and (max-width: 991px){
	}

	@media screen and (max-width: 767px){
	}	

	@media screen and (max-width: 990px){
		.text-freud {
			font-size: 1.1em !important;
		}
	}
	
	@media (max-width: 415px) {
		.text-freud {
			font-size: 1.15em !important;
			text-align: center !important;
			width: 90% !important;
			right: auto !important;
		}
	}

/* Bootstrap Overlay */
	.text-warning {
		color: #ff6c00 !important;
	}

	.table td, .table th {
		border-top: 1px solid #88acad
	}

	.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
		background: #3fc6d4;
		border-color: #14a0af;
	}
	
	.btn-primary:hover {
		background: #2b858e !important;
	}

	.btn-primary.focus, .btn-primary:focus {
	    box-shadow: 0 0 0 0.2rem rgba(63, 198, 212, 0.5);
	}

	.sweet-modal-buttons a.blueB.button, .sweet-modal-buttons button.blueB{
		background: #3fc6d4; !important;
		border: none;
		text-decoration: none !important;
	}

	.sweet-modal-buttons a.blueB.button:hover, .sweet-modal-buttons button.blueB:hover {
		background: #2b858e !important;
		border: none;
		text-decoration: none !important;
	}

	.sweet-modal-close a.sweet-modal-close-link:hover {
		background-color: #3fc6d4; !important;
	}

	.navbar-dark button:focus {
	    outline-color: #b0d0d6 !important;
	}