* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {
	background-image: url("aaab-bg-dark.jpg");
	background-size: cover;
}
a, p, h2, h3, h4, li {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	}
	h2, h3 {
	}
	p {
		font-size:14px;
	}
	h2 {
	    font-size:19px;
	}
	h3 {
		
	}
a {
	color: #fff;
	text-decoration: none;
	}
	ul {
	    padding-left: 20px;
	}
	li {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	
	ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00B0D1; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
img {
	max-width: 100%;
}
.wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto;
}
.full-width {
    flex-basis: 100%;
    text-align: center;
}
.half-width {
    flex-basis: 50%;
}
.logo {
	padding-top: 100px;
	padding-bottom: 75px;
}
.image {
    padding-right: 40px;
    padding-top: 20px;
}
.text {
	padding-left: 40px;
}
.bottom-text {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 30px;
    
}
.text h2:last-of-type {
    margin-bottom: 50px;
}
.bottom-text h2 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.bottom-text h2:last-of-type {
    margin-bottom: 30px;
    
}
.bottom-text a {
    padding: 5px 20px;
    background-color:#00B0D1;
    margin: 10px 20px;
    text-transform: uppercase;
}
.bottom-text a:hover {
    background-color: #fff;
    color:#00B0D1;
}
@media screen and (max-width:980px) {
    .wrapper {
        flex-direction: column;
    }
    .full-width {
        flex-basis: auto;
        text-align: center;
    }
    .half-width {
        flex-basis: auto;
        text-align: center;
    }
    .image {
    padding-right: 0;
}
.text {
	padding-left: 0;
}
}
@media screen and (max-width:750px) {
	.wrapper {
		
	}
}
