body {
    margin: 0px;  
	}
a {
    text-decoration: none; 
    color: inherit; 
    cursor: pointer; 
}
.wrapper {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
  	}
.wrapper > * {
    padding: 20px;
  	}
.page-header {
    display: flex;
    justify-content: space-between;
    line-height: 0;
    margin-left: 0%;
    margin-right: 0%;
    position: fixed;
    top: 0;
    width: 98%;
    z-index: 1500;
	background-color: white;
 	}
.page-header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  	}
   
.page-header ul {
    display: flex;
    order: 1;
    width: 100%;
    margin-top: 15px;
	}
#imenu {
	display: none;
	width: 0;
	}
#player {
    display: flex;
    font-size: 40px;
    color: rgb(201, 30, 30);
    overflow: auto;
    bottom: 0;
	width: 100%;   
	}
   
@media screen and (min-width: 550px) {
    .page-header ul {
      width: auto;
      margin-top: 0;
    }
   
    .page-header .cta-contact {
      order: 1;
    }
  }
   
.page-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    background: url(../media/home.jpg) no-repeat center / cover;
	flex-grow: 1;
	margin-top: 7%;
	heigth: 40px;
	}
.contacto {
    width: 80%;
	margin-left: 10%;
	color:#0D0D0D;
  	}
.contacto ion-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #3D0506;
    font-size: 40px;
    letter-spacing: -1em;
	align-items: center;
	margin: auto;
	}
.page-footer {
    align-items: center;
	display: flex;
    flex-direction: column;
	justify-content: center;
	heigth: 40px;
	}
.page-footer div {
    display: flex;
    flex-direction: row;
	}
.page-footer ul {
    display: flex;
	flex-direction: row;  
    font-size: 28px;
	align-items: center;
  	}
#emunah {
    color:#46A254;
    font-family: 'Rock Salt', cursive;
	}
#emunah a {
	color:#46A254;
	text-decoration: none;
	}
