header {
    background-color:white;
    background-image: url("../images/background/casuarina-beach.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.header-top-wrapper{
    display: flex;
    justify-content: space-between;
    /* background-color: rgb(117, 115, 115); */
    padding-right: 10%;
    padding-left: 10%;
    color: white;
}


.header-social-media{
    display:flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 15px;
   
}

.header-social-media a:hover{
    text-decoration: underline;
    color: rgb(65, 89, 179);
    text-decoration: none;
}

.top-header-links{
    margin-left: 20px;
    color: black;
}


.header-contact-details{
    padding-right: 20px;
}

.header-facebook{
    margin-left: 20px;
}


header p{
    color:black;
}

header a {
    color: black;
}


.header-contact{
    display: block;
}

.header-wrapper {
    display: flex;
    /* height: 140px; */
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
    /* padding-top: 20px; */
    padding-bottom: 10px;
    padding-right: 10%;
    padding-left: 10%;
    
}

.logo img{
    width:120px;
    height: 120px;;
}





@media (max-width: 1025px){
    .header-top-wrapper{
        padding-right: 60px;
        padding-left: 60px;
    }

    .header-wrapper{
        padding-right: 60px;
        padding-left: 60px;
    }


}



@media (max-width: 950px){


}


@media (max-width: 768px){


}


@media (max-width: 500px){


}


