@font-face {
            font-family: 'Open Sans';
            src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
            font-weight: 100 900;   /* full range if you have the variable font */
            font-style: normal;
            }
@font-face {
            font-family: 'Open Sans';
            src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
            font-weight: 100 900;
            font-style: italic;
            }

body{
    font-family: "Open Sans", sans-serif;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 24px;
    }
h1 {
    margin-top: 100px;
    color: #FF8800;
    }
p   {
    color: #FF8800;
    }
.wave {
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    height: 500px;
    width: 100%;
    object-fit: cover;
    }
a {
            
    color: white;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
.nav {
    margin-top: 0px;       
    }
.social-icons{
    position: absolute;
    right: 24px;
    top: 24px;
    }
.social-icon{
    height: 24px;
    }
.social-icon:hover{
    text-decoration: none;
    }
.main-image {
    width: 100%;
    margin-top: 100px;
    }
.logo {
    height: 256px;
    width: 100%;
    z-index: +1;
    }
.contactbtn {
    color: white;
    background-color: #FF8800;
    padding: 8px 32px;
    display: inline-block;
    border-radius: 8px;
    }
.contactbtn:hover {
    text-decoration: none;
    background-color: #ffaa4a;
    }
.button-icon {
    height: 12px;
    margin-right: 4px;
    }