* {
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

body{
    background-color: black;
    color: orange;
    transition: all ease 1s;
}

h1{
    text-align: center;
    color: orange;
}

h2{
    text-align: center;
    color: orange;
}

h3{
    text-align: left;
    color: orange;
    margin-left: 30px;
    margin-top: 10px;
}

p{
    margin: 10px;
    text-align: center;
}

a{
    padding: 40px;
    color: orange;
}


.logo{
    height: 100px;
    width: 100px;
    margin: 20px;
}

.menuimage{
    align-items: end;
}

.heartvideo{
    align-self: center;
    margin-left: 115px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wrapper{
    display: flex;
    justify-content: center;
    padding: 10px;
}

.img{
    width:170px;
    height: 120px;
    padding: 20px;
}

.c-hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 96px;
    font-size: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.c-hamburger:focus{
    outline: none;
}

.c-hamburger span{
    display: block;
    position: absolute;
    right: 18px;
    top: 44px;
    left: 18px;
    height: 8px;
    background: #fff;
}

.c-hamburger span::before, .c-hamburger span::after{
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #fff;
    content: "";
}

.c-hamburger span::before{
    top: -20px;
}

.c-hamburger span::after{
    bottom: -20px;
}

.c-hamburger-line {
    background: orange;
}

c-hamburger-line span {
    transition: background 0s 0.3s;
}

.c-hamburger-line span::before, .c-hamburger-line span::after{
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s;
}

.c-hamburger-line span::before{
    transition-property: top, transform;
}

.c-hamburger-line span::after{
    transition-property: bottom, transform;
}

.c-hamburger-line.is-active{
    background: orange;
}

.c-hamburger-line.is-active span {
    background: none;
}

.c-hamburger-line.is-active span::before{
    top: 0;
    transform: rotate(-45deg);
}

.c-hamburger-line.is-active span::after{
    bottom: 0;
    transform: rotate(45deg);
}

.c-hamburger-line.is-active span::before, .c-hamburger-line.is-active span::after{
    transition-delay: 0s, 0.3s;
}

#menu{
    width: 300px;
    margin-left: -204;
    background: orange;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all ease 1s;
    z-index: 9999;
}

.container{
    width: 80%;
    min-width: 1000px;
    margin: 30px auto;
    text-align: center;
}

.body-active{
    margin-left: 300px;
}

#menu.nav-active{
    margin-left: 0;
}


.pdf {
    height: 900px;
    width: 700px;
}
.contact-title{
    margin-top: 50px;
}
/* 
.contacts{
    margin: 0;
    text-align: left;
} */