header {
	padding: 0;
	display:inline-block;
	background-color: #fff;
	width: 90%;
	margin-bottom: 1em;
	
}

.logo {
	
	width: 13%;
	float: left;
	margin-left: 1em;
}

.logo:hover {
	
	content: url(../images/logohk.png);
	width: 13%;
	float: left;
	margin-left: 1em;	
}

.alogo {
	
	float: left;
}

nav {
	font-family: 'Quicksand', sans-serif;
		margin-right: 2em;
}


.roll {

	float: right;
}

body{
	
	background-color: #cae7e3;
	text-align: center;
	
}
.wrapper{
	background-color: #fec7bc;
	width: 80%;
	 margin: 0 auto;
        padding: 4em;
	overflow: hidden;
	outline: dashed white;
}

h1{
	padding: .4em;
	background-color: #cae7e3;
	outline: dashed white;
	font-family: 'Vibur', cursive;
	font-size: 4em;
	color: white;
	margin-top: 0;
}

h2{
	font-family: 'Quicksand', sans-serif;
	background-color: #cae7e3; 
	padding: 1em;
	color: white;
	font-size: 1.7em;
	width: 50%;
	text-align: center;
	outline: dashed white;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.container {
  position: relative;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(202, 231, 227, 0.70);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  height: 100%;
}

.text {
  color: grey;
  font-size: 20px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


*{
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 32.3%; /* IE10 */
    flex: 32.3%;
    max-width: 32.3%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

footer {
	 
	width: 90%; 
	margin: .2em;
	clear: both;
	padding: 20px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width: 700px) {
  
body {
	background-color: #cae7e3;
	font-size: 14px;
}
header {
	
	width:auto; 
	
}
h1 {
	font-size: 4em;
}
nav {
	
	width: auto; 
}
nav a {
	padding: .5em;
	display: block;

}
	
.roll{
	width: 14%;	
		
}
	
	
p{
	float:none;
	text-align: right;
	width: auto;
	padding: 1em;
	outline: dashed white;
	background-color: #cae7e3; 
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6em;
	margin-top: 0;
	color: white;
}
.me{
	width: 50%;
	float: none;
	outline: dashed white;
}
.one {
	
	width:auto; 
	
	float: none;
}
.two {
	width:auto; 
	
	float: none;
}
.three {
	width:auto; 
	
	float: none;
}

footer {
	width: auto; 

	padding: 1.5em;
	
}
}

@media screen and (max-width: 550px) {
body {
	background-color: #cae7e3;
	font-size: 12px;
}
h1 {
	font-size: 3.5em;
}
nav a {
	padding: .3em;
	display: block;

}
	
.roll{
	width: 14%;	
}
	
	
p{
	float:none;
	text-align: right;
	width: auto;
	padding: 1em;
	outline: dashed white;
	background-color: #cae7e3; 
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6em;
	margin-top: 0;
	color: white;
}
.me{
	width: 50%;
	float: none;
	outline: dashed white;
}
.wrapper {
	
	width:auto; 
	
	float: none;
}
.two {
	width:auto; 
	
	float: none;
}
.three {
	display: none;
}

footer {
	width: auto; 

	padding: 1em;
	
}
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 700px) {
    .column {
        -ms-flex: 30%;
        flex: 30%;
        max-width: 30%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 550px) {
    .column {
        -ms-flex: 30%;
        flex: 30%;
        max-width: 30%;
    }
}

