:root {
	--abis-blue: #60a1c6;
}

body {
	margin: 0 90px;
	padding: 0;
	color: #444;
}

a {
	text-decoration: none;
	color: #60a1c6;	
	font-family: 'Avenir', sans-serif;
}

p {
	font-family: 'Avenir', sans-serif;
	font-size: 1em;
	line-height: 30px;
}

h1 {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 4em;
}

h2, h3, h4, h5 {
	font-family: 'Avenir', sans-serif;
}

h2 {
	font-size: 1.3em;
    font-weight: 600
}

button {
	width: 100%;
	box-shadow: none;
	border: 1px solid #60a1c6;
	color: #fff;
	background: #60a1c6;
	font-family: 'Avenir', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
	padding: 12px;
	cursor: pointer;
}

button:hover {
	border: 1px solid #60a1c6;
	color: #60a1c6;
	background: transparent;
}

button:focus {
	outline: none;
}

button:active {
	color: #fff;
}

.flex {
	display: flex;
}

.no-drag {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

main {
	max-width: 1240px;
	margin: 0 auto;
	margin-bottom: 40px;
}

main p {
	padding: 0 20px;
}

nav {
	max-width: 1240px;
	margin: 10px auto;
}

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

nav ul li {
	padding: 10px 30px 10px 0;
}

nav ul .active {
	border-bottom: 2px solid #60a1c6;
}

nav ul li a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
	font-family: 'Avenir', sans-serif;
	cursor: pointer;
} 

.banner {
	max-width: 1300px;
	margin: 0 auto;
	display: block;
    overflow: hidden;
}

.banner .logo-and-text {
    display: block;
    margin-top: 4%;
    width: 18%;
    float: left;
    white-space: nowrap;
}

.banner	.logo-and-text .flex {
	flex-direction: column;
  align-items: center;
}

.banner .logo-and-text .logo img {
	width: 115px;
	height: 150px;
}

.banner .logo-and-text p {
	font-weight: 500;
	color: #60a1c6;
	text-align: center;
	margin: 0;
}

.banner .banner-image {
    float: right;
    width: 80%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

.banner .banner-image img {
  width: 100%;
  height: auto;
}

.heading {
	margin: 50px 0 45px;
}

.heading h1 {
	font-size: 4em;
	margin: 0;
	font-weight: 400;
  margin-bottom: 3px;
	display: inline;
  border-bottom: 15px solid #60a1c6;
}

.heading {
	justify-content: space-between;
}

.abis-effect {
	display: block;
}

#abis-effect-button {
    border: 1px solid #60a1c6;
    color: #60a1c6;
    background: transparent;
    font-family: 'Avenir', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    margin-top: 15px;
    cursor: pointer;
    max-width:190px;
    float: right;
}

#abis-effect-button:hover {
	background: #60a1c6;
	color: #fff;
}

#abis-effect-button:active {
	color: #60a1c6;
}

.left, .right {
	flex: 1;
	width: 595px;
}

.left {
	margin-right: 25px; 
}

.right {
	margin-left: 25px;
}

.by-the-numbers {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.number-and-description {
    margin-bottom: 40px;
    width: 47%;
    text-align: center;
}

.number-and-description h3 {
	font-size: 2.5em;
	margin: 0;
	color: #60a1c6;
}

.number-and-description p {
	line-height: normal;
    margin: 0;
}

#enter-link {
	margin: 0 auto;
	width: 50px;
}
