@import url(https://fonts.bunny.net/css?family=raleway:100);

body {
	font-family: "Raleway", Helvetica, sans-serif;
  font-optical-sizing: auto;
	font-size: 1.2em;
  font-weight: 100;
  font-style: normal;
  font-width: .01em;
	line-height: 1.6;
	margin: 0;
	background-color: #004d9d;
	color: #ffffff;
}

header {
  position: fixed;
  top: 24px;
  left: 24px;
  padding-right: 24px;
}

header h2 {
  font-weight: 100;
  font-style: normal;
}

header p {
  font-size: medium;
	max-width: 320px;
	text-align: justify;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  color: chartreuse;
}

section {
  height: 100vh;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: inset 0px -1px 3px #ddd;
}

#bg2 {
  background-image: url(../images/bg1.jpg);
}

#bg3 {
  background-image: url(../images/bg3.jpg);
}

#bg4 {
  background-image: url(../images/bg4.jpg);
}

#bg5 {
  background-image: url(../images/bg5.jpg);
}

#bg6 {
  background-image: url(../images/bg6.jpg);
}

#bg7 {
  background-image: url(../images/bg7.jpg);
}

#coffee-btn {
  margin-left: 12px;
  height: 36px;
}

#ucsign {
    position: fixed;
    top: 120px;
    right: -30px;
    width: 300px;
    transform: rotate(50deg);
}

footer {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 18px;
  left: 24px;
  padding-right: 24px;
  font-size: .9em;
  line-height: 1;
}