html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: list-item;
}

canvas,
progress {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* End extract */

html,
body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.cr-serif {
  font-family: serif;
}

.cr-sans-serif {
  font-family: sans-serif;
}

.cr-cursive {
  font-family: cursive;
}

.cr-monospace {
  font-family: monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  margin: 10px 0;
}

.cr-title {
  color: #020323;
  font-weight: 600;
}

.cr-wide {
  letter-spacing: 4px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.cr-image {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}
a {
  color: inherit;
}

.cr-btn,
.cr-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.cr-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cr-btn,
.cr-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cr-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cr-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.cr-ul li:last-child {
  border-bottom: none;
}

.cr-display-container {
  position: relative;
}

.cr-bar-block {
  width: 100%;
}

.cr-bar-block {
  min-width: 100%;
}

.cr-bar-block .cr-button,
.cr-bar-block .cr-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.cr-main,
#main {
  transition: margin-left 0.4s;
}

.cr-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.cr-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.cr-bar {
  width: 100%;
  overflow: hidden;
}

.cr-center .cr-bar {
  display: inline-block;
  width: auto;
}

.cr-bar .cr-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.cr-bar .cr-dropdown-hover,
.cr-bar .cr-dropdown-click {
  position: static;
  float: left;
}

.cr-bar .cr-button {
  white-space: normal;
}

.cr-bar-block .cr-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}

.cr-bar-block .cr-center .cr-bar-item {
  text-align: center;
}

.cr-block {
  display: block;
  width: 100%;
}

.cr-responsive {
  display: block;
  overflow-x: auto;
}

.cr-container:after,
.cr-container:before,
.cr-panel:after,
.cr-panel:before,
.cr-row:after,
.cr-row:before,
.cr-row-padding:after,
.cr-row-padding:before,
.cr-cell-row:before,
.cr-cell-row:after,
.cr-clear:after,
.cr-clear:before,
.cr-bar:before,
.cr-bar:after {
  content: "";
  display: table;
  clear: both;
}

.cr-col,
.cr-half,
.cr-third,
.cr-twothird,
.cr-threequarter,
.cr-quarter {
  float: left;
  width: 100%;
}

.cr-col.s1 {
  width: 8.33333%;
}

.cr-col.s2 {
  width: 16.66666%;
}

.cr-col.s3 {
  width: 24.99999%;
}

.cr-col.s4 {
  width: 33.33333%;
}

.cr-col.s5 {
  width: 41.66666%;
}

.cr-col.s6 {
  width: 49.99999%;
}

.cr-col.s7 {
  width: 58.33333%;
}

.cr-col.s8 {
  width: 66.66666%;
}

.cr-col.s9 {
  width: 74.99999%;
}

.cr-col.s10 {
  width: 83.33333%;
}

.cr-col.s11 {
  width: 91.66666%;
}

.cr-col.s12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .cr-col.m1 {
    width: 8.33333%;
  }
  .cr-col.m2 {
    width: 16.66666%;
  }
  .cr-col.m3,
  .cr-quarter {
    width: 24.99999%;
  }
  .cr-col.m4,
  .cr-third {
    width: 33.33333%;
  }
  .cr-col.m5 {
    width: 41.66666%;
  }
  .cr-col.m6,
  .cr-half {
    width: 49.99999%;
  }
  .cr-col.m7 {
    width: 58.33333%;
  }
  .cr-col.m8,
  .cr-twothird {
    width: 66.66666%;
  }
  .cr-col.m9,
  .cr-threequarter {
    width: 74.99999%;
  }
  .cr-col.m10 {
    width: 83.33333%;
  }
  .cr-col.m11 {
    width: 91.66666%;
  }
  .cr-col.m12 {
    width: 99.99999%;
  }
}

@media (min-width: 993px) {
  .cr-col.l1 {
    width: 8.33333%;
  }
  .cr-col.l2 {
    width: 16.66666%;
  }
  .cr-col.l3 {
    width: 24.99999%;
  }
  .cr-col.l4 {
    width: 33.33333%;
  }
  .cr-col.l5 {
    width: 41.66666%;
  }
  .cr-col.l6 {
    width: 49.99999%;
  }
  .cr-col.l7 {
    width: 58.33333%;
  }
  .cr-col.l8 {
    width: 66.66666%;
  }
  .cr-col.l9 {
    width: 74.99999%;
  }
  .cr-col.l10 {
    width: 83.33333%;
  }
  .cr-col.l11 {
    width: 91.66666%;
  }
  .cr-col.l12 {
    width: 99.99999%;
  }
}

.cr-content,
.cr-auto {
  margin-left: auto;
  margin-right: auto;
}

.cr-content {
  max-width: 980px;
}

.cr-auto {
  max-width: 1140px;
}

.cr-hide {
  display: none !important;
}

.cr-show-block,
.cr-show {
  display: block !important;
}

.cr-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 1205px) {
  .cr-auto {
    max-width: 95%;
  }
}

@media (max-width: 600px) {
  .cr-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .cr-modal {
    padding-top: 30px;
  }
  .cr-dropdown-hover.cr-mobile .cr-dropdown-content,
  .cr-dropdown-click.cr-mobile .cr-dropdown-content {
    position: relative;
  }
  .cr-hide-small {
    display: none !important;
  }
  .cr-mobile {
    display: block;
    width: 100% !important;
  }
  .cr-bar-item.cr-mobile,
  .cr-dropdown-hover.cr-mobile,
  .cr-dropdown-click.cr-mobile {
    text-align: center;
  }
  .cr-dropdown-hover.cr-mobile,
  .cr-dropdown-hover.cr-mobile .cr-btn,
  .cr-dropdown-hover.cr-mobile .cr-button,
  .cr-dropdown-click.cr-mobile,
  .cr-dropdown-click.cr-mobile .cr-btn,
  .cr-dropdown-click.cr-mobile .cr-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cr-modal-content {
    width: 500px;
  }
  .cr-modal {
    padding-top: 50px;
  }
}

@media (min-width: 993px) {
  .cr-modal-content {
    width: 900px;
  }
  .cr-hide-large {
    display: none !important;
  }
  .cr-sidebar .cr-collapse {
    display: block !important;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .cr-hide-medium {
    display: none !important;
  }
}

.cr-top,
.cr-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.cr-top {
  top: 0;
}

.cr-bottom {
  bottom: 0;
}

.cr-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.cr-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.cr-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cr-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}

.cr-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.cr-display-container:hover .cr-display-hover {
  display: block;
}

.cr-display-container:hover span.cr-display-hover {
  display: inline-block;
}

.cr-display-hover {
  display: none;
}
.cr-display-position {
  position: absolute;
}
.cr-circle {
  border-radius: 50%;
}
.cr-round-small {
  border-radius: 2px;
}
.cr-round,
.cr-round-medium {
  border-radius: 4px;
}
.cr-round-large {
  border-radius: 8px;
}
.cr-round-xlarge {
  border-radius: 16px;
}
.cr-round-xxlarge {
  border-radius: 32px;
}

.cr-row-padding,
.cr-row-padding > .cr-half,
.cr-row-padding > .cr-third,
.cr-row-padding > .cr-twothird,
.cr-row-padding > .cr-threequarter,
.cr-row-padding > .cr-quarter,
.cr-row-padding > .cr-col {
  padding: 0 8px;
}

.cr-container {
  padding: 0.01em 16px;
}

.cr-card,
.cr-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cr-card-4,
.cr-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cr-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cr-animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cr-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.cr-animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.cr-opacity,
.cr-hover-opacity:hover {
  opacity: 0.6;
}

.cr-opacity-off,
.cr-hover-opacity-off:hover {
  opacity: 1;
}

.cr-opacity-max {
  opacity: 0.25;
}

.cr-opacity-min {
  opacity: 0.75;
}

.cr-greyscale-max,
.cr-grayscale-max,
.cr-hover-greyscale:hover,
.cr-hover-grayscale:hover {
  filter: grayscale(100%);
}

.cr-greyscale,
.cr-grayscale {
  filter: grayscale(75%);
}

.cr-greyscale-min,
.cr-grayscale-min {
  filter: grayscale(50%);
}

.cr-sepia {
  filter: sepia(75%);
}

.cr-sepia-max,
.cr-hover-sepia:hover {
  filter: sepia(100%);
}

.cr-sepia-min {
  filter: sepia(50%);
}

.cr-tiny {
  font-size: 10px !important;
}

.cr-small {
  font-size: 12px !important;
}

.cr-medium {
  font-size: 15px !important;
}

.cr-large {
  font-size: 18px !important;
}

.cr-xlarge {
  font-size: 24px !important;
}

.cr-xxlarge {
  font-size: 36px !important;
}

.cr-xxxlarge {
  font-size: 48px !important;
}

.cr-jumbo {
  font-size: 64px !important;
}

.cr-left-align {
  text-align: left !important;
}

.cr-right-align {
  text-align: right !important;
}

.cr-justify {
  text-align: justify !important;
}

.cr-center {
  text-align: center !important;
}

.cr-border-0 {
  border: 0 !important;
}

.cr-border {
  border: 1px solid #ccc !important;
}

.cr-border-top {
  border-top: 1px solid #ccc !important;
}

.cr-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.cr-border-left {
  border-left: 1px solid #ccc !important;
}

.cr-border-right {
  border-right: 1px solid #ccc !important;
}

.cr-topbar {
  border-top: 6px solid #ccc !important;
}

.cr-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.cr-leftbar {
  border-left: 6px solid #ccc !important;
}

.cr-rightbar {
  border-right: 6px solid #ccc !important;
}

.cr-section,
.cr-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.cr-margin {
  margin: 16px !important;
}

.cr-margin-top {
  margin-top: 16px !important;
}

.cr-margin-bottom {
  margin-bottom: 16px !important;
}

.cr-margin-left {
  margin-left: 16px !important;
}

.cr-margin-right {
  margin-right: 16px !important;
}

.cr-padding-small {
  padding: 4px 8px !important;
}

.cr-padding {
  padding: 8px 16px !important;
}

.cr-padding-large {
  padding: 12px 24px !important;
}

.cr-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.cr-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.cr-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.cr-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.cr-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.cr-padding-top-64 {
  padding-top: 64px !important;
}

.cr-padding-top-48 {
  padding-top: 48px !important;
}

.cr-padding-top-32 {
  padding-top: 32px !important;
}

.cr-padding-top-24 {
  padding-top: 24px !important;
}

.cr-left {
  float: left !important;
}

.cr-right {
  float: right !important;
}

.cr-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.cr-transparent,
.cr-hover-none:hover {
  background-color: transparent !important;
}

.cr-hover-none:hover {
  box-shadow: none !important;
}

/* Colors */
.cr-blue,
.cr-hover-blue:hover {
  color: #fff;
  background-color: #020323;
}

.cr-blue-grey,
.cr-hover-blue-grey:hover,
.cr-blue-gray,
.cr-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.cr-white,
.cr-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.cr-black,
.cr-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.cr-grey,
.cr-hover-grey:hover,
.cr-gray,
.cr-hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.cr-light-grey,
.cr-hover-light-grey:hover,
.cr-light-gray,
.cr-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.cr-dark-grey,
.cr-hover-dark-grey:hover,
.cr-dark-gray,
.cr-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.cr-text-blue-grey,
.cr-hover-text-blue-grey:hover,
.cr-text-blue-gray,
.cr-hover-text-blue-gray:hover {
  color: #607d8b !important;
}

.cr-text-white,
.cr-hover-text-white:hover {
  color: #fff !important;
}

.cr-text-black,
.cr-hover-text-black:hover {
  color: #000 !important;
}

.cr-text-grey,
.cr-hover-text-grey:hover,
.cr-text-gray,
.cr-hover-text-gray:hover {
  color: #757575 !important;
}

.cr-text-light-grey,
.cr-hover-text-light-grey:hover,
.cr-text-light-gray,
.cr-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}

.cr-text-dark-grey,
.cr-hover-text-dark-grey:hover,
.cr-text-dark-gray,
.cr-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}

.cr-border-blue-grey,
.cr-hover-border-blue-grey:hover,
.cr-border-blue-gray,
.cr-hover-border-blue-gray:hover {
  border-color: #607d8b !important;
}

.cr-border-white,
.cr-hover-border-white:hover {
  border-color: #fff !important;
}

.cr-border-black,
.cr-hover-border-black:hover {
  border-color: #000 !important;
}

.cr-border-grey,
.cr-hover-border-grey:hover,
.cr-border-gray,
.cr-hover-border-gray:hover {
  border-color: #9e9e9e !important;
}

.cr-border-light-grey,
.cr-hover-border-light-grey:hover,
.cr-border-light-gray,
.cr-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important;
}

.cr-border-dark-grey,
.cr-hover-border-dark-grey:hover,
.cr-border-dark-gray,
.cr-hover-border-dark-gray:hover {
  border-color: #616161 !important;
}

body,
html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

/* Create a parallax effect */
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo, full height) */
.bgimg-1 {
  background-image: url("../images/20161105_KSL_3481.jpg");
  min-height: 100%;
}

/* second image (history) */
.bgimg-2 {
  background-image: url("../images/20161116_KSL_5459.jpg");
  min-height: 400px;
}

/* third image (education) */
.bgimg-3 {
  background-image: url("../images/20140810_KSL_0180.jpg");
  min-height: 400px;
}

/* forth image (projects) */
.bgimg-4 {
  background-image: url("../images/20210323_KSL_5988.jpg");
  min-height: 400px;
}

/* fifth image (projects) */
.bgimg-5 {
  background-image: url("../images/20180421_KSL_6157.jpg");
  min-height: 400px;
}

.mapimg {
  background-image: url("../images/MelbourneMap.png");
}

.cr-wide {
  letter-spacing: 10px;
}

.cr-hover-opacity {
  cursor: pointer;
}

/* turn off parallax for mobile devices */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-4,
  .bgimg-5 {
    background-attachment: scroll;
    min-height: 400px;
  }
}
