html, body {
    background-color: #E9EAEE;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

#hdr {
    background-color: white;
    border-radius: 20px;
    height: auto;
    margin: 1%;
}

#ftr {
    background-color: white;
    border-radius: 20px;
    height: 70px;
    margin: 1% 1% 0 1%;
    text-align: center;
    font-size: x-small;
    bottom: 0px;
    width: 98%;
}

#logo {
    float: left;
    height: inherit;
    width: auto;
    margin: 0 0 0 15%;
    color: orange;
}

#imglogo {
    height: 100px;
    width: 250px;
}

#dsc {
    margin: -20px 0 5px -15px;
    font-style: italic;
    font-weight: bold;
}

#navigation {
    height: 20px;
    color: grey;
    margin-left: 20%;
}

.empty {
    clear: both;
}

a:link {
    color: inherit;
    width: inherit;
    height: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    width: inherit;
    height: inherit;
    text-decoration: none;
}

.choice {
    float: left;
    margin: 35px 0 0 80px;
    font-size: 20px;
    height: auto;
}

#fb:hover {
    color: rgb(0, 119, 255);
}

.choice:hover {
    color: orange;
    cursor: pointer;
}

#icon {
    float: left;
    height: 29px;
    width: 30px;
    margin: 10px 0 0 80px;
    font-size: 25px;
}

#icon:hover {
    color: rgb(0, 132, 255);
}

.btn {
    width: 20%;
    font-size: small;
    margin-left: 40%;
    line-height: 200%;
    color: white;
    background-image: linear-gradient(rgb(206, 134, 0), brown);
    border-radius: 10%;
    
}

.btn:hover {
    background-image: linear-gradient(rgb(159, 103, 0), rgb(132, 34, 34));
}

#cnt {
    background-color: rgb(244, 244, 244);
    width: auto;
    height: auto;
    border-radius: 20px;
    margin: 1%;
    overflow: auto;
    min-height: 700px;
}

h1 {
    font-size: 50px;
    color: rgb(100, 100, 100);
}

h3 {
    font-size: 40px;
    color: rgb(100, 100, 100);
}

#cnt > .opt:first-child {
    margin-left: 19%;
}

.opt {
    height: 400px;
    width: 400px;
    float: left;
    margin: 8% 0 0 0;
    text-align: center;
}

.opt > p {
    font-size: 110%;
}

a > .opto > img {
    border-radius: 50%;
    height: 50%;
    width: 50%; 
    transition: transform 0.2s ease-in-out;
}

a > .opto > img:hover {
    transform: scale(1.2);
}

.link {
    width: auto;
    height: 70px;
    text-align: center;
    font-size: 150%;
    margin-top: 1%;
}

.link > img {
    width: 100%;
    height: 100%;
}

.link:hover {
    transform: scale(1.1);
}

.off {
    width: 40%;
    height: auto;
    text-align: center;
    margin: 1% 0 0 12%;
    float: left;
    text-align: left;
    font-size: 110%;
    line-height: 150%;
}

.offs {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 1% 0 0 5%;
    float: left;
    text-align: left;
    font-size: 110%;
    line-height: 150%;
}

.off > a {
    font-weight: bold; 
    color: orange;
}

#off1 {
    margin-top: 5%;
}

#prz {
    border: 5px solid grey;
    border-radius: 10px;
    height: auto;
    width: 90%;
    text-align: center;
    margin: 3% 5% 0 5%;
    padding: 3% 0 3% 0;
    font-size: 140%;
    font-weight: bold;
    color: rgb(89, 89, 89);
    text-decoration: none;
}

#prz:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.fsc {
    transition:transform 0.25s ease; 
}

.fsc:hover {
    transform:scale(2.2);
}

#img-box {
    height: 550px;
    width: 35%;
    margin: 4% 5% 0 10%;
    float: left;
}

#img-box > img {
    width: 100%;
    height: 100%;
}

#info {
    float: left;
    width: 40%;
    height: auto;
    text-align: justify;
    font-size: 95%;
    margin: 2% 0 0 0;
}
#info > h1 {
    text-align: left;
}


#info > a {
    font-weight: bold; 
    color: orange;
}

#info > a:hover {
    text-decoration: underline;
}

.place-info {
    float: left;
    width: 35%;
    height: 50%;
    margin: 0 5% 0 20%;
    line-height: 1.8;
    font-size: 15px;
}

#pi-img {
    float: left;
    transform: scale(90%);
    margin-bottom: -5%;
}

.photo {
    float: left;
    height: 400px;
    width: 20%;
    margin: 0 0 0 50px;
}

.photo > img {
    height: 100%;
    width: 100%;
}

.photo:first-child:hover {
    transform: scale(1.1);
}

#ph1 {
    margin-left: 12%;
}

#ph2 {
    width: 30%;
}

.contact {
    float: left;
    width: 35%;
    height: 50%;
    margin: 100px 0 0 20%;
    line-height: 1.6;
}

#contact-photo {
    float: left;
    width: 20%;
    height: 350px;
    margin: 180px 0 0 5%;
}

#contact-photo > img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #cnt > .opt:first-child {
        margin-left: 0;
        width: 90%;
        margin: 5% 5% 20% 5%;
    }

    #cnt > .opt {
        margin-left: 0;
        width: 90%;
        margin: 0 5% 20% 5%;
    }

    .opto > img{
        transform: scale(0.9);
    }

    #hdr {
        text-align: center;
    }

    #logo {
        width: 100%;
        margin: 0;
    }

    #navigation {
        margin: 1%;
    }

    .choice {
        width: 100%;
        margin: 5% 0 0 0;
    }

    #fb {
        margin-bottom: 5%;
    }

    #img-box {
        width: 90%;
        height: auto;
        margin: 4% 5% 0 5%;
    }

    #img-box > img {
        height: 70%;
    }

    #info {
        width: 90%;
        margin: 0 5% 0 5%;
    }
    
    .off {
        width: 90%;
        margin: 0 5% 5% 5%;
    }

    .offs {
        width: 90%;
        margin: 0 5% 5% 5%;
    }

    .place-info {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    #pi-img {
        float: left;
        width: 90%;
        margin: 5%;
    }

    #pi-img > img {
        width: 100%;
    }

    .photo {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    #ph1 {
        width: 60%;
        margin: 0 20% 5% 20%;
    }

    #ph2 {
        width: 80%;
        margin: 0 10% 5% 10%;
    }

    #ph3 {
        width: 60%;
        margin: 0 20% 10% 20%;
    }

    .fsc:hover {
        transform:scale(1.2);
    }

    .contact {
        width: 90%;
        margin: 5% 5% 0 5%;
    }

    #contact-photo {
        float: left;
        width: 50%;
        height: 100%;
        margin: 5% 25% 5% 25%;
    }
}
