/*
    style.css
	web-communication.eu | 04/06/2018
    Copyright 2018 web-communication.eu
*/



*,
*:after,
*:before {
    -webkit-box-sizing:      border-box;
    -moz-box-sizing:         border-box;
    box-sizing:              border-box;
    padding:                 0;
    margin:                  0;
}
 
* {
    outline:                 none;
} 
 
 
* {
	/*-webkit-touch-callout:			none;               
	-webkit-text-size-adjust:		none;          
	-webkit-user-select:			none;  */      
	-webkit-tap-highlight-color:	rgba(0,0,0,0);	
} 
 
body,html,p {
    margin:                  	0; 
    padding:                 	0;
}


html, body {
        position: relative;
        height: 100%;
    }


/* LINK */

a:focus {
    -moz-outline:               0;
    outline:                    0;
    outline-offset:             0; 
}

img,
a img {
    border:                		none;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}
	
	



	

/* responsive */

@media only screen and (min-width: 320px) and (max-width: 639px) {
 

 
}



@media only screen and (min-width: 640px) and (max-width: 989px) {
	
	
	
}
