@charset "utf-8";
/* CSS Document */

header{
	height: 200px;
	background: url(../images/logo.svg) no-repeat, url(../images/Postitie.jpg) no-repeat;
	background-size: 100px, cover;
	background-position: center;
	margin-top: 0px;
	width: 100%;
	
	
	}

ul.topnav {
    top: 0px;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
	
}

ul.topnav li {float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1em;
	
}

ul.topnav li a:hover {background-color: #aab123;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:600px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	
  }
}

@media screen and (max-width:600px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
	
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
	
  }
}

	
nav {
	display: block;
	
	padding: 10px 0px 10px 0px;
	background-color: rgba(255, 255, 255, 1);
	display: none;
	
	//*position: fixed;*//

		
	}
	
nav a {

display: block;
background-color: rgba(255, 255, 255, 1);
margin: 10px;
padding: 10px 10px 5px 10px;
text-align: center;
display: none;
}		



.gap {
	display: none;
	
}	

.image {
	width: 100%;
	max-width: 201px;
}

.one {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0px 0 1em 0;
	padding: 40px 35px 40px 35px;
	border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
	width: 100%;
    max-width:315px;	
	float: left;
	text-align: center;
	
	}
						  
.two {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 0 1em 0;
	padding: 40px 35px 40px 35px;
	border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
	width: 100%;
	max-width:315px;
	float: left;
	text-align: center;
	
	}
						  
.three {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 0 1em 0;
	padding: 40px 35px 40px 35px;
	border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
	width: 100%;
	max-width:315px;
	float: left;
	text-align: center;
	
	}

.black {
	background-color: #1d1e23;
	color: white;
}

.portfolio-one {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 1.25% 10px 0;
	padding: 20px 5px 20px 5px;
	border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
	width: 100%;
	
	float: left;
	text-align: center;
	
	}
	
.portfolio-one:hover {
	border-bottom: 4px solid #aab123;
}	
						  
.portfolio-two {
	box-sizing: border-box;
	background-color: #1d1e23;
	font-size: 0.85em;
	color: #fff;
	margin: 0 1.25% 0 0;
	padding: 10px 10px 10px 10px;
	border-top: 0px solid #eaeaea;
    border-left: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
	width: 100%;
	
	float: left;
	text-align: left;
	
	}
	
		   
nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.15);
	}
	

footer { border-top: 1px solid #a6abc5; } 
body { background-image: none;  } 

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
	