/*--------------------------------------------------------------

Template: Erika minimal portfolio
Author: CXWebExperts
Author URI: http://cxwebexperts.com/
Version:  1.0
Design and Developed by: http://cxwebexperts.com/

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom CSS code here:
-------------------------------------------------------*/

div a {
display:block;

}
.frame {
	position: relative;
	height: auto;
    width: 100%;
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	margin:10px;
}

.imglinux {
    vertical-align: middle;
	margin-bottom: 50px

}

#box{
  width:70%;
  height:300px;
  margin:auto;
  margin-top:20%;
}

#box > .bximg{
  width:180px;
  height:180px;
  overflow:hidden;
  margin:auto;
}
#box > .bximg > img{
  width:100%;
  min-height:100%;
}

@media screen and (max-width: 480px){
#box > .bximg{
  width:120px;
  height:120px;
 }
}

.divimpressum{
	padding-top: 5px;
}
 
 
 ul.a {
    list-style-type: circle;
}

