/* Master CSS Document */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-merienda-one {
	font-family: merienda-one;
	font-style: normal;
	/*font-weight: 300;*/	
	color: #0006A3;
}

.font-merienda-onew {
	font-family: merienda-one;
	font-style: normal;
	/*font-weight: 300;*/	
	color: #FFFFFF;
}

.font-alex-brush {
	font-family: alex-brush;
	font-style: normal;
	/*font-weight: 300;*/	
	color: #FFFFFF;
	}

.background-black {
  background-color: #000000;
}


.background-dark-blue {
  background-color: #000A32;
}

.background-yellow {
  background-color: #FFF9E3;
}

.background-tan {
  background-color: #ECD5C4;
}

.color-gray {
  background-color: #CCCCCC;
}

.vert-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#copyright {
	padding-bottom: 500px;
	background-color: #FFFFFF;
}
.font-color-amber {
	color: #D43400;		
}
.font-color-orange {
	color: #916420;
}
.font-color-bright-orange {
	color: #C76F29;
}
.font-color-light-blue {
	color: #C0D1F0;
}
.font-color-black {
	color: #000000;
}
.font-color-white {
	color: #FFFFFF;
	/*font-family: alex-brush;*/
	font-style: normal;
	/*font-weight: 400;*/
}
