* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fafafa;
    color: #1a1a1a;
    line-height: 1.5;
}


.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background-color: #1a1a1a;
    padding: 30px 20px;
}

.logo {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #404040;
}

.logo h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.logo small {
    color: #808080;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu a {
    display: block;
    color: #b3b3b3;
    text-decoration: none;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #2a2a2a;
    transition: color 0.2s;
}

.menu a:hover {
    color: #fff;
}

.office {
    position: absolute;
    bottom: 30px;
    color: #666;
    font-size: 11px;
}

.office p {
    margin: 4px 0;
}


.main {
    margin-left: 240px;
}

.bigimg {
    background-color: #2a2a2a;
    padding: 30px;
    text-align: center;
    border-bottom: 3px solid #1a1a1a;
}

.mainlogo {
    width: 420px;
    border: 2px solid #404040;
    display: block;
    margin: 0 auto 40px auto;
}



.alltrips {
    padding: 70px 50px;
    background-color: #fff;
}

.trip {
    margin-bottom: 80px;
    overflow: hidden;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.trip.last {
    border-bottom: none;
}

.pic {
    width: 50%;
    float: left;
    margin-right: 0;
    padding-right: 40px;
}

.trip.right .pic {
    float: right;
    padding-right: 0;
    padding-left: 40px;
}

.pic img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border: 1px solid #d0d0d0;
}

.words {
    padding-top: 20px;
}

.tag {
    background-color: #1a1a1a;
    color: #fff;
    padding: 6px 14px;
    font-size: 9px;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.words h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
}

.words p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.linkk {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 3px;
    font-size: 15px;
    display: inline-block;
}

.linkk:hover {
    border-bottom-color: #666;
}


.yellowthing {
    background-color: #f0f0f0;
    padding: 70px 50px;
    text-align: center;
    clear: both;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.yellowthing h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.bigbtn {
    background-color: #1a1a1a;
    color: #fff;
    padding: 16px 45px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border: 2px solid #1a1a1a;
    transition: all 0.2s;
}

.bigbtn:hover {
    background-color: #fff;
    color: #1a1a1a;
}


.bottom {
    background-color: #404040;
    color: #808080;
    padding: 40px;
    text-align: center;
    font-size: 12px;
}


.pagetop {
    background-color: #2a2a2a;
    color: #fff;
    padding: 60px 50px;
    border-bottom: 3px solid #1a1a1a;
}

.pagetop h1 {
    font-size: 44px;
    margin-bottom: 12px;
    font-weight: normal;
}

.pagetop p {
    color: #b3b3b3;
    font-size: 18px;
}


.places {
    padding: 60px 50px;
    background-color: #fff;
}

.allplaces {
    overflow: hidden;
}

.place {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.place.right {
    margin-right: 0;
}

.place img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.placetxt {
    padding: 30px;
    border-top: 2px solid #1a1a1a;
}

.placetxt h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: normal;
}

.placetxt p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}


.aboutstuff {
    padding: 60px 50px;
    background-color: #fff;
}

.aboutrow {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 60px;
}

.aboutpic {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.aboutpic img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border: 1px solid #d0d0d0;
}

.abouttext h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: normal;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 15px;
    display: inline-block;
}

.abouttext p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.servs {
    padding: 60px 50px;
    background-color: #fff;
}

.allservs {
    overflow: hidden;
    margin-top: 50px;
}

.serv {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 40px;
    background-color: #fafafa;
    padding: 35px;
    border: 1px solid #d0d0d0;
}

.serv.right {
    margin-right: 0;
}

.serv .emoji {
    font-size: 42px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.serv h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: normal;
}

.serv p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}


.pics {
    padding: 60px 50px;
    background-color: #fff;
}

.allpics {
    overflow: hidden;
    margin-top: 50px;
}

.allpics img {
    width: 23%;
    height: 240px;
    float: left;
    margin-right: 2.66%;
    margin-bottom: 25px;
    object-fit: cover;
    border: 1px solid #d0d0d0;
    display: block;
}

.allpics img.right {
    margin-right: 0;
}


.contactstuff {
    background-color: #fff;
}

.contacttop {
    padding: 50px;
    background-color: #fafafa;
    border-bottom: 1px solid #d0d0d0;
}

.contacttop h2 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: normal;
}

.contacttop p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.twosides {
    display: table;
    width: 100%;
}

.leftside {
    display: table-cell;
    width: 60%;
    background-color: #fff;
    padding: 60px 50px;
    vertical-align: top;
}

.leftside h3 {
    font-size: 24px;
    margin-bottom: 35px;
    color: #1a1a1a;
    font-weight: normal;
}

.rightside {
    display: table-cell;
    width: 40%;
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 50px;
    vertical-align: top;
}

.rightside h3 {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: normal;
    color: #fff;
}

.info {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #2a2a2a;
}

.info.last {
    border-bottom: none;
}

.info strong {
    display: block;
    font-size: 11px;
    margin-bottom: 12px;
    color: #666;
    letter-spacing: 1px;
}

.info span {
    font-size: 16px;
    line-height: 1.6;
    color: #d0d0d0;
    display: block;
}

.row {
    margin-bottom: 25px;
}

.row label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-weight: normal;
}

.row input, .row textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    background-color: #fafafa;
}

.row input:focus, .row textarea:focus {
    outline: none;
    border-color: #808080;
    background-color: #fff;
}

.row textarea {
    height: 150px;
    resize: vertical;
}

.sendbtn {
    background-color: #1a1a1a;
    color: #fff;
    padding: 16px 45px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s;
}

.sendbtn:hover {
    background-color: #2a2a2a;
}


@media (max-width: 768px) {
    .menu {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .main {
        margin-left: 0;
    }
    
    .bigimg {
        padding: 40px 30px;
    }
    
    .mainlogo {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    .alltrips {
        padding: 50px 30px;
    }
    
    .pic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        padding-right: 0;
    }
    
    .trip.right .pic {
        float: none;
        margin: 0 0 30px 0;
        padding-left: 0;
    }
    
    .places, .aboutstuff, .servs, 
    .pics, .contactstuff {
        padding: 50px 30px;
    }
    
    .place, .serv {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .aboutpic {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    
    .allpics img {
        width: 48%;
        margin-right: 4%;
    }
    
    .allpics img.right {
        margin-right: 0;
    }
    
    .rightside {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    
    .leftside {
        width: 100%;
    }
}