.content, .menu, .menucube, img{
      border: 0px solid red;
      width: 70%; 
      height: auto;	
    }

* {
    box-sizing: border-box;
}

.row::after {
/*    background-color: #ffff55; */
    content: "";
    clear: both;
    display: block;

}
[class*="col-"] {
    float: left;

}
html {
	height: 100%; 
}


.menu {
    font-size: 11px; 
    font-size: 1.7vw;
    background-color: #ffffff;
    text-align: right;
	padding-top: 0%;
	hight: 100%
    }
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 0%;
    margin-bottom: 5%;
    margin-right: 0%;
    color: #507890;
    line-height:80%;

}
.menu li:hover {
    color: #145aa0;
    text-decoration: none;
}
.menucube {
    text-align: right;
	padding-top: 0%;
    line-height: 100%;
	text-align: center;



    }
.menucube ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menucube li {
    padding: 6%;
    margin-bottom: 0%;
    margin-right: 0%;
    color: #507890;

    }
.content {
	font-size: 10px; 
    font-size: 1.5vw;
	padding-top: 4.3%;
	padding-left: 1%;
    padding-right: 2%;
}
.topspace {
	padding-top: 10%;
    }
.members {
	padding-top: 7%;
	padding-bottom: 99%;
	background-color: #507890;
	text-align: center;
	hight: 100%
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}   
.members img {
      border: 0px solid red;
      width: 70%; 
      height: auto;	
      box-shadow: 0px 4px 8px rgba(0,0,0,1.0), 0 1px 2px rgba(0,0,0,2);
    }
.members img:hover {
      border: 0px solid white;
      border-style: inset;
      width: 70%; 
      height: auto;	
      box-shadow: 0px 4px 18px rgba(255,255,255,1.0);
    }

.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For desktop: */
.col-1 {width: 4%;}
.col-2 {width: 16%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 68%;}
.col-9 {width: 70%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.zoomin img { 
clear: both;
height: auto; 
width: 70%; 
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; 
} 

.zoomin img:hover { 
/* width: 100%; height: auto; */
-moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1);
}

.zoominb img { 
clear: both;
height: auto; 
width: 70%; 
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; 
} 

.zoominb img:hover { 
/* width: 100%; height: auto; */
-moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1);
}