@charset "UTF-8";

nav {
	background-color: #5368A6;
	color: #fff;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-height: 70px;
	font-family: "Avenir Heavy";
	font-size: 1.3rem;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

nav a {
	color: #fff;
	text-decoration: none;
	padding: 0.5rem;
}

nav a:hover {
	color: #EDF263;
}

body {
	margin: 0;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #5368A6;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.home {
	min-height: 800px;
	background-color: #F2BDEF;
	color: #D93B92;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abtme {
	background-color: #D93B92;
	min-height: 800px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #EDF263;
}

.abtme h1 {
	text-decoration: underline;
}

.txtp {
	text-align: center;
	min-height: 800px;
	background-color: #C4D0F2;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: underline
}

.port {
	display: flex;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 100px;
}

.column {
	width: 30%;
	box-sizing: border-box;
}

.ctc {
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 800px;
	background-color: #EDF263;
	color: #5368A6;
}

.icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-left: 200px;
	margin-right: 200px;
}

.icons a {
	color: #5368A6;
}

.icons a:hover {
	color: #D93B92;
}

h1 {
	font-size: 3rem;
	margin-top: 0;
}

h1, h2 {
	font-family: "Avenir Black";
}

p {
	font-family: "Avenir Medium";
}