@charset "utf-8";

.app:hover {
    content: url(../img/appOn.png);
}

.place:hover {
    content: url(../img/plaOn.png);
}

/*******************************************/

#content {
    width: 1280px;
    margin: 0 auto;
}

#text h1 {
    position: relative;
    font-size: 36px;
    color: #faf3e2;
}

#text > p {
    float: right;
    margin-top: -20px;
    font-size: 16px;
    color: #7e7e7e;
}

#line {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    color: rgb(250, 243, 226, 60%);
    margin-top: 10px;
}

#inside {
    margin-bottom: 140px;
}

#maintext {
    color: #ddd;
    font-weight: 400;
    font-size: 18px;
}

#subtext {
    font-weight: 300;
    color: #aaa;
}
