body{
    margin: 0;
    padding: 0;
}

.logo-bar{
    width: 100%;
    height: 55px;
    background-color: #0e2343;
    position: fixed;
    z-index: 1;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 0;
}

.ke-logo{
    width: 185px;
    height: 100%;
    background-image: url('../images/ke_logo_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    float: left;
}

.header{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height:150px;
    padding: 85px 25px 25px 25px;
    background-image:url('../images/header_bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;    
}

.heading h1{
    font-family: 'Lato', sans-serif;
    color: #565656;
    font-size: 45px;
    font-weight: normal;
    text-align: center;
    margin-top: 70px;
}

a{
    color: #000000;
    text-decoration: none;
    outline: 0;
}

figcaption{
    font-family: 'Lato', sans-serif;
    display: inline;
}


.rj-thumb{
    display: inline-block;
    vertical-align: middle;
    max-width: 30%;
}

.img-text{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

div#columns figure .rj-thumb img{
    max-width: 50px;
    vertical-align: middle;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


#columns {
	column-width: 230px;
	column-gap: 15px;
	width: 100%;
	max-width: 1100px;
	margin: 50px auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
	column-break-inside: avoid;
	display: inline-block;
}
div#columns figure img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns:hover figure:not(:hover) {
	opacity: 0.4;
}

figcaption{
    font-weight: bold;
}

.pop{
    position: absolute;
    width: 75%;
    padding: 25px;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
    background-color:aqua;
    font-size: 18px;
}

.pop span{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.pop p{
    font-family: 'Lato', sans-serif;
}

.pop-left, .pop-right{
    display: inline-block;
    box-sizing: border-box;
}

.pop-left{
    width: 50%;
}

.pop-right{
    width: 48%;
    background-color: red;
}

@media screen and (max-width: 750px) {
	#columns {
        column-gap: 0px;
    }
	#columns figure {
        width: 80%;
    }
    .header{
        padding-top: 30px;
    }
}