@charset "UTF-8";
#menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: hsla(0,0%,100%,1.00);
    background-image: url(url);
}
#logo {
    text-align: center;
}
#menuicon {
}
#contact {
    padding-top: 28px;
    text-align: right;
}
#contacticon .img-fluid {
    margin-right: 5px;
}
#contacticon {
    text-align: right;
    text-transform: uppercase;
    color: #4E443D;
    font-size: small;
}
#popupmenu {
    height: 100vh;
    background-color: #993333;
    z-index: 1;
    position: absolute;
    width: 25%;
    color: hsla(0,0%,100%,1.00);
    text-transform: uppercase;
    font-size: large;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
}
#popupmenu a {
    color: hsla(0,0%,100%,1.00);
    text-transform: uppercase;
    font-size: 2em;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}
#popupmenu a:hover {
    text-decoration: none;
}
#closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width:575px){
#popupmenu {
    width: 100%;
    display: none;
}
#popupmenu a {
    font-size: small;
}
#contacticon {
    display: none;
}
#logo {
    position: relative;
    text-align: left;
}
#menuicon {
    position: absolute;
    text-align: right;
    right: 0%;
}
}
.project {
}
#menu_icon {
    cursor: pointer;
}
#contact_icon {
    cursor: pointer;
}
#logo_icon {
    cursor: pointer;
}
#altmenuicon {
    display: none;
}
#altcontacticon {
    display: none;
}
#altlogo {
    display: none;
}
