body {
    background: url("") no-repeat center center;
    background-attachment: fixed;
    background-position: 53% 50%;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    top:0;

}

div.menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

div.logo {
    display: block;
    align-content: center;
    height: 50%;
    top: 25%;
    position: relative;
}

img.logo {
    width: 430px;
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 60px;
}


h1.logo {
    font-family: Roboto;
    color: white;
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top:0;
    margin-top:0;
    width: 99.8%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    height:100%;

}

h2.logo {
    font-family: Roboto;
    color: white;
    font-size: 27px;
    letter-spacing: 13px;
    font-weight: 100;
    text-align: center;
    position: relative;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
}

h3 {
    color: white;
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

li.menu {
    color: white;
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 25px;
    margin-left: 3%;
    margin-right: 3%;
    background:transparent;
}

a {
    color: white;
    display: inline;
    text-align: center;
    text-decoration: none !important;
}

ul.menu {
    display: block;
    max-width: 100%;
    padding-left: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    text-align: center;
}

hr.logo {
    width: 0;
    display: none;
}

div.gallery {
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: 140px;
    display: block;
    width:90%;
}

img.gallery {
    width: 400px;
    position: relative;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

fieldset {
    border: 1px solid white;
    margin-bottom: 150px;
}

legend {
    font-family: Roboto;
    color: white;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

div.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

img.overlay {
    position: relative;
    display: block;
    width: 600px;
    margin: auto;
    margin-top: 200px;
    margin-left: 100px;
}

#x {
    position: fixed;
    display: block;
    top: 50px;
    right: 50px;
    width: 50px;
    cursor: pointer;
}

div.info {
    display: block;
    position: fixed;
    width: 650px;
    margin: auto;
    margin-top: 200px;
    margin-left: 730px;
    text-align: center;
}

p.info {
    font-size: 50px;
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    text-decoration: none !important;
    display: block;
    margin: 0;
}

ul.info {
    display: block;
    margin-top: 40px;
    position: relative;
}

li.info {
    color: white;
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    display: block;
    text-align: left;
    position: relative;
    font-size: 25px;
    margin-bottom: 20px;
}

div.data {
    display: none;
}

#cpage {
    color: #FFA24E;
}

#menulogo {
    height: 25px;
}
div.name{
    display: none;
    width:0;
    position: relative;
    margin: auto;
    height: 60px;
    margin-bottom: 20px;
    

}
div.line{
    border-right: 1px solid white;
    display:block;
    position:absolute;
    width:99.6%;
    height:100%;
    top:0;
    margin-top: 0;
}
p.warning{
    display:none;
    position:absolute;
    bottom:0;
    margin:auto;
    width: 100%;
    text-align: center;
    color: white;
    font-family: roboto;
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top:10px;
    padding-bottom: 10px;

}
div.about{
    width: 70%;
    position: relative;
    display: block;
    margin: auto;
    top:100px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 90%;
}
div.about img{
    width:25%;
    display: block;
    position: relative;
    margin: auto;
    top:5%;
}
div.about h1{
    color: white;
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    display: block;
    text-align: center;
    position: relative;
    font-size: 3.7vw;
    top:6%;

}
@media only screen and (max-width:720px) {
    img.logo {
        width: 70%;
    }

    h1.logo {
        font-size: 11vw;
        white-space: normal;
        width: 100%;
        display: block;
        margin: auto;
        position: relative;
    }
    h2.logo {
        font-size: 6vw;
        white-space: normal;
        width: 70%;
    }
    div.name{
        height: auto;
        width: 60%;
        display:block;
        
    }
    div.line{
        display: none;
    }
    hr.logo {
        width: 30%;
        display: block;
    }
    li.menu {
        display: block;
        background: rgba(0, 0, 0, 0.5);
        margin:0;
        padding-bottom: 5px;
        padding-top:5px;
        z-index:5000;
        font-size: 4vw;
    }
    ul.menu {
        display: none;
        top: 0;
        width: 100%;
        margin:0;
        padding:0;
    }
    #menuButton {
        display: block;
    }
    div.logo{
        top:30%;
    }
    div.menu{
        width:50%;
        left:25%;
        display: block;
    }
    p.warning{
        display:block;
        position:fixed;
        
    }
    img.gallery{
        width:90%;margin:auto;
        margin-top:15px;
        margin-bottom: 15px;
        
    }
    legend{
        font-size: 6vw;
    }
}
