@font-face{
    font-family: Roboto;
    src:url('Roboto-Regular.ttf');
}

body {
    font-family: Roboto;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
header {
    background: #333;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #bbb 1px solid;
}
header A {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#menu A {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 20px;
}
.main-header {
    text-align: center;
}
.main-header h1 {
    margin: 0;
}
.gallery img {
    width: 30%;
    height: auto;
    border: #bbb 1px solid;
    margin-bottom: 10px;
}
.description {
    margin: 20px 0;
}
.description h2 {
    color: #333;
}
.description p {
    text-align: justify;
}
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.zoomed {
    transform: scale(2.4);
    transition: transform 0.3s;
    z-index: 2;
    position:fixed;
    height: 100%;
    left: 35%;
    top: 29%;
}

.photozoom {
    z-index: 2;
    position:fixed;
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);;
}

#zoomed {
  width: 100%;
}