body {
    font-family: 'Exo 2', sans-serif;
    margin: 0;
}

nav {
    background: rgb(0,32,91);
    background: linear-gradient(90deg, rgba(0,32,91,1) 0%, rgba(255,255,255,1) 80%);
}

nav.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    
}

nav.navbar a:first-child {
    padding:  21px 15px 21px 167px;
}

nav.navbar a {
    color: black;
    float: left;
    text-align: center;
    padding: 21px 15px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

nav.navbar a:hover {
    background-color: white;
    color: black;
}

nav .right {
    float: right;
}

.content {
    padding-top: 60px;
}

.unpad::before {
  display: block; 
  content: " "; 
  margin-top: -70px; 
  height: 70px; 
  visibility: hidden; 
  pointer-events: none;
}

.section {
    margin-top: 20px;
}

.image {
}

.text {
    background-color: white;
    margin: 0px 20px 10px;
}

.horizcenter {
    margin: 0 auto;
}

.fullpagebg {
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00205b;
}

.textoverlay {
    text-align: center;
    font-size: 200%;
    color: white;
}

.textoverlay a {
    color: white;

}
a {
    text-decoration: none;
}


.split {
    display: flex;
}

.split .image {
    object-fit: cover;
}

.split10 {
    flex: 10%;
}
.split20 {
    flex: 20%;
}
.split25 {
    flex: 25%;
}
.split30 {
    flex: 30%;
}
.split40 {
    flex: 40%;
}
.split50 {
    flex: 50%;
}
.split70 {
    flex: 70%;
}
.split80 {
    flex: 80%;
}

h2 {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .split {
	display: inline;
    }
    
    .column, .splitsmall, .splitlarge {
	width: 100%;
    }
}
