:root {
    --breakpoint-xs: 300px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

@font-face {
    font-family: 'Baumans';
    src: url('BaumansRegular.eot');
    src: url('BaumansRegular.eot?#iefix') format('embedded-opentype'),
        url('BaumansRegular.woff2') format('woff2'),
        url('BaumansRegular.woff') format('woff'),
        url('BaumansRegular.svg#Baumans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Storgata';
    src: url('StorgataRegular.eot');
    src: url('StorgataRegular.eot?#iefix') format('embedded-opentype'),
        url('StorgataRegular.woff2') format('woff2'),
        url('StorgataRegular.woff') format('woff'),
        url('StorgataRegular.svg#StorgataRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.tg  {border-collapse:collapse;border-spacing:5;margin: 25px 25px 25px 25px;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-weight: bold;font-family: 'Baumans';font-size:16px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-hfk9{background-color:#000000;border-color:#000000;text-align:left;vertical-align:top}
.tg .tg-wp8o{border-color:#000000;text-align:center;vertical-align:top}
.tg .tg-2swn{border-color:#000000;font-weight: bold;font-family: 'Baumans' !important;;text-align:left;vertical-align:top}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #212529;
  color: #7e769a;
  margin: auto;
  padding: 20px;
  border: 1px solid #7e769a;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

button.button {
		color: #b8aedc;
		background: #030212;
		font-family: 'Storgata';
		border: #b8aedc 4px ridge;
		padding:5px 10px 5px 10px;
		font-size:12px;
}

button.button:hover {
  color:#d2c9f1;
  border: #d2c9f1 4px groove;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: e59500;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #030212;
  color: 7e769a;
}

.modal-body {padding: 2px 16px; text-align: left;}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: 'Storgata';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

						* {
						  box-sizing: border-box;
						}

						input[type=text], input[type=email], select, textarea {
						  width: 86%;
						  padding: 12px;
						  border: 1px solid #ccc;
						  font-family: 'Storgata';
						  border-radius: 4px;
						  resize: vertical;
						}

						label {
						  padding: 6px 12px 12px 12px;
						  margin-left: 25%;
						  margin-bottom: 6%;
						  display: inline-block;
						  display: top;
						  font-family: 'Baumans', cursive;
						  font-size: 1.5em;
						}

						input[type=submit] {
						  background-color: #363746;
						  color: #e59500;
						  padding: 24px 40px;
						  border: none;
						  border-radius: 4px;
						  cursor: pointer;
						  float: right;
						  margin-left: 8%;
						}

						input[type=submit]:hover {
						  background-color: #840032;
						}

						.container {
						  border-radius: 5px;
						  background-color: none;
						  padding: 20px;
						  width: 100%;
							background-color: #cccccc;
							padding-right: 10px;
							padding-left: 10px;
							margin-right: auto;
							margin-left: auto
						}

						.col-25 {
						  float: left;
						  width: 20%;
						  margin-top: 6px;
						}

						.col-75 {
						  float: left;
						  width: 75%;
						  margin-top: 6px;
						}

						/* Clear floats after the columns */
						.row:after {
						  content: "";
						  display: table;
						  clear: both;
						}

						/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
						@media screen and (max-width: 600px) {
						  .col-25, .col-75, input[type=submit] {
							width: 100%;
							margin-left: 0;
						  }
						}

figcaption,
figure,
footer,
header,
main,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Baumans';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #02040f;
    text-align: left;
    background-color: #fff
}


h1 {
    margin-bottom: .5rem
}

p {
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 1rem
}

strong {
    font-weight: bolder
}


a {
    color: #840032;
	text-decoration: none
}

a:hover {
    color: #e59500;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

h1 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

hr {
	color:#002642;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}


.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

/* .container {
    width: 100%;
	background-image: url(pleiades_11-4-19.jpg);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
} */

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-auto,
.col-lg-9,
.col-md-auto,
.col-sm-auto,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	text-align: center;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1200px) {
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #e59500;
    border-color: #e59500;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e59500;
    border-color: #e59500;
}

.btn-primary:focus {
    color: #fff;
    background-color: #e59500;
    border-color: #e59500;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #e59500;
    border-color: #e59500;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.border {
    border: 1px solid #dee2e6!important
}

.border-secondary {
    border-color: #002642!important
}

.rounded {
    border-radius: .25rem!important
}

@media (min-width:576px) {
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media (min-width:768px) {
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media (min-width:992px) {
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

@media (min-width:768px) {
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

@media (min-width:992px) {
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

@media (min-width:1200px) {
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.mb-0 {
    margin-bottom: 0!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.text-left {
    text-align: left!important
}

.text-center {
    text-align: center!important
}

																div.gallery {
																		  margin: 5px;
																		  border: 1px solid #090126;
																		  display:inline-block;
																		  width: 180px;
																		  vertical-align: top;
																		}

																		div.gallery:hover {
																		  border: 1px solid #453481;
																		}

																		div.gallery img {
																		  width: 100%;
																		  min-height: 180px;
																		}

																		div.desc {
																		  padding: 15px;
																		  text-align: center;
																		  font-size: .75em;
																		  min-height: 290px;
																		}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    img {
        page-break-inside: avoid
    }
    p {
        orphans: 3;
        widows: 3
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
}