* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
}
body {
  background-image: url("http://antarctica-ufo.com/images/snow_bg.jpg");
  margin: 0;
  overflow-x: hidden;
}
@font-face {
  	font-family: 'bentos_script';
  	src: url("fonts/bentos_script.ttf") format("truetype");
}

.nav-top {
  background-color: #86B0B6;
  height: 70px;
  width: 100%;
  border: 0;
}
.nav-top div {
  display: flex;
  margin: 0 auto;
  width: 780px;
  height: 100%;
}
.nav-top div i {
    padding:2px;
}
.nav-top div h1, .nav-top div a {
  display: inline-flex;
  align-items: center;
}
.nav-top div h1 {
  flex: 1;
  padding: 0;
  margin: 0;
  color: #00383F;
  width:100%;
  /* white-space: nowrap; */
}
.nav-top div h1 a:hover {
  color: #005b67;
}
.nav-top div h1 a {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.31);
  font-weight: 650;
  font-size: 31px;
  padding: 0;
  color: #00383F;
  font-family: 'bentos_script', cursive;
	text-align: center;
	font-style: italic;
  margin-bottom:4px;
  cursor:pointer;
}

.nav-top div a {
  padding: 0 10px;
  text-decoration: none;
  color: #00383F;
  font-weight: 700;
  font-size: 16px;
  padding-bottom:1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.28);
  word-wrap: break-word;
}
.nav-top div a i {
  font-size: 16px;
  padding: 2px 8px 0 0;
}
.nav-top div a:hover {
  color: #ebebeb;
}

.content {
  max-width: 800px;
}



.box {
  background-image: url("http://antarctica-ufo.com/images/snow.gif");
  max-width:760px;
  border: 3px solid #00383F;
  margin: 20px;   /* Outside */
  padding: 30px 20px 10px 20px;   /* Inside */
  border-radius:25px;
  margin-bottom:60px;
}
.title {
  font-family: 'bentos_script', cursive;
  color: #00383F;
  font-size: 38px;
	font-weight: 600;
  border-radius:15px;
  background: #86B0B6;
  padding:10px;
  text-align:center;
  margin-bottom:25px;
  text-decoration:none;
}
.title.no-bottom {
  margin-bottom:10px;
}
.title.large {
  font-size: 42px;
}
.spaced-out {
	display: flex;
	z-index: 999;
	width: 100%;
	background-color: #86B0B6;
  color: #00383F;
  padding:10px;
  border-radius:15px;
	justify-content:space-between;
  margin-bottom:10px;
}
.spaced-between, .spaced-out a {
	display:inline-flex;
	flex-flow:row;
	flex-wrap:nowrap;
  font-family: 'bentos_script', cursive;
  font-size: 38px;
  text-decoration:none;
}
.spaced-out a:hover, .spaced-out a:active {
  color:#0c95aa;
}
.spaced-out a {
  padding-top:10px;
  font-size:28px;
}
.spaced-out a i {
  font-size:20px;
}

.box .spaced-out .spaced-between .system-font, .box .spaced-out .spaced-between .system-font:visited {
   font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
   font-weight:500;
   font-size:16px;
   margin-top:8px;
   color: #00383F;
}
.box .spaced-out .spaced-between .system-font:hover {
  color:#0c95aa;
}
.box .full-size-image, .box .half-size-image, .box .image-50-size, .box .image-70-size {
  padding-top:5px;
  text-align:center;
  margin-bottom:16px;
}

.box .full-size-image img {
  width:88%;
}
.box .half-size-image img {
  width:43%;
  margin: 0 4px;
}
.box .image-50-size img {
  width:50%;
}
.box .image-70-size img {
  width:70%;
}
.two-image-split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  text-align:center;
  gap:20px;
}
.three-image-split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  text-align:center;
  gap:20px;
}





.box .captions {
  text-align: center;
  font-style: italic;
  font-weight:500;
}
.box .captions.alt {
  padding-bottom:25px;
}
.box .captions.caption2 {
  font-size:17px;
  font-weight:700;
  padding-bottom:10px;
}
.box .captions.caption3 {
  font-size:17px;
  font-weight:700;
  padding-bottom:10px;
  font-style:normal;
}
.box .captions.caption4 {
  font-size:20px;
  font-weight:700;
  font-style:normal;
}
.box .captions.caption5 {
  font-size:20px;
  font-weight:800;
  font-style:normal;
}
.box .captions.caption6 {
  font-size:20px;
  font-weight:400;
  font-style:normal;
}

.box p {
  text-align:justify;
  padding:0px 10px;
}
.link1 {
  color: #1E72C1;
  text-decoration:none;
  font-weight:750;
}
.link1:hover, .link1:focus {
  color: #5BB0FF;
}
.link2:hover, .link2:focus {
  color: #647789;
}
.link2 {
  color: #acbed0;
  text-decoration:none;
  font-weight:750;
}
.bottom-links {
  display:flex;
  flex-direction:row;
  flex-flow:nowrap;
  justify-content:space-between;
  margin:0px 26px;
}

.bottom-links .bottom-link, .bottom-links .bottom-link:visited {
  color:#86B0B6;
  text-decoration:none;
  font-weight:600;
}
.bottom-links .bottom-link:hover {
  color:#005b67;
}
.no-touch {
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
  -o-user-select: none;
	user-select: none;
}

/* Responsive design code below */
@media screen and (max-width: 780px) {
  .nav-top {
    height: auto;
    padding: 10px;
  }
  .nav-top div {
    flex-flow: wrap;
    width: 100%;
  }
  .nav-top div h1 {
    display: block;
    flex-basis: 100%;
    width:100%;
    text-align:left;
  }
  .nav-top div a {
    padding: 8px 0;
    flex-basis: 50%;
  }
  .nav-top div h1 a {
    font-size:36px;
    text-align:left;
  }
  .nav-top div h1 a:hover {
    color:#ebebeb;
    font-size:36px;
  }
  .nav-top {
    height: auto;
    padding: 10px;
  }
  .nav-top div {
    flex-flow: wrap;
    width: 100%;
  }
  .nav-top div h1 {
    display: block;
    flex-basis: 100%;
  }
  .nav-top div a {
    padding: 8px 10px 8px 0px;
    flex-basis: 50%;
  }
  .nav-top div a i {
    flex-basis: 5%;
  }
}


@media screen and (max-width: 540px) {
.box .spaced-out .spaced-between .system-font, .box .spaced-out .spaced-between .system-font:visited {
   font-size:14px;
}
}