      *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial;
}

header {
    padding: -5px 0; 
}

.container {
    display: flex; 
    justify-content: space-between; 
    /* align-items: center;  */
    max-width: 1200px; 
    margin: 0 auto; 
}
.content1{
    margin-left: 150px;
    margin-top: 50px;
}


.logo {
    width: 130px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 140px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.navigation {
    display: flex; 
    align-items: center; 
}


.navigation a {
    color: white; 
    text-decoration: none; 
    padding: 0 15px; 
    position: relative;}

.navigation a:hover {
    color: orange; 
}


.navigation a::before {
    content: ""; 
    position: absolute; 
    bottom: -2px; 
    left: 0; 
    width: 100%; 
    height: 2px; 
    background-color: orange; 
    transform: scaleX(0); 
    transition: transform 0.3s ease; 
}


.navigation a:hover::before {
    transform: scaleX(1); 
}


.navigation a::after {
    content: attr(data-text); 
    position: absolute; 
    color: rgba(255, 255, 255, 0.5); 
    top: 0; 
    left: 0; 
    z-index: -1; 
}


.navigation a:hover::after {
    color: transparent; 
}


.search-form {
    margin-left: 5px; 
    margin-right:-10px ;
}


.search-form input[type="text"] {
    padding: 5px 10px; 
    border: none;
    border-radius: 5px;
    font-size: 14px;
}


.search-form button {
    padding: 5px 10px; 
    background-color: orange; 
    color: white; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}


.search-form button:hover {
    background-color: #ff9900; 
}
.background{
    margin: 0;
    padding: 0;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(feedback-image/p1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 100dvh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

    .feedback-button {
    height: 40px;
    border: solid 3px #CCCCCC;
    background: #333;
    width: 100px;
    line-height: 32px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 45%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 999;
    }

    #feedback-main {
    display: none;
    float: left;
    padding-top: 0px;
    }

    #feedback-div {
    background-color: rgba(72, 72, 72, 0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top: 30px;
    margin-left: -260px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    }

    .feedback-input {
    color: #3c3c3c;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
    }

    .feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: 3px solid #dc851a;
    color: #dc851a;
    outline: none;
    padding: 13px 13px 13px 54px;
    }


    /* Icons ---------------------------------- */

    #feedback-name {
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    }

    #feedback-name:focus {
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    }

    #feedback-email {
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    }

    #feedback-email:focus {
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    }

    #feedback-comment {
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    }

    #feedback-comment {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
    }

    input:hover,
    #feedback-comment:hover,
    input:focus,
    #feedback-comment:focus {
    background-color: white;
    }

    #feedback-button-blue {
    font-family: "Roboto", helvetica, arial, sans-serif;
    float: left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #dc851a;
    color: white;
    font-size: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
    }

    #feedback-button-blue:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #dc851a;
    }

    .feedback-button-blue:hover {
    color: #dc851a;
    }

    .feedback-ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    }

    .feedback-submit:hover .feedback-ease {
    width: 100%;
    background-color: white;
    }

    @media only screen and (max-width: 580px) {
    #feedback-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    }