/* CSS Document */

*{
	box-sizing: border-box;
    padding:0;
    margin:0;
}


@font-face {
  font-family: 'Roboto';
  src:url("../fonts/Roboto-Regular.ttf")
}

@font-face {
  font-family: 'Cairo';
  src:url("../fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: 'OpenSans';
  src:url("../fonts/OpenSans-Regular.ttf");
}


@font-face {
  font-family:'Lobster';
  src:url("../fonts/Lobster-Regular.ttf");
}


body{
	font-family: 'Opensans',Sans-serif;	
    font-size: 14px;
	color:black;
}

#main-footer{
	background-image:url('../images/footer-logo.png') ;	
	background-repeat: no-repeat;
    background-size: auto;
	height: 230px;
	background-position: right;
	background-color: rgba(228,228,196,0.25);
	padding:5px;
	line-height: 0.8rem;
	padding-left: 25px; padding-top:50px; 
	
}
