html{
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
*{
    box-sizing: border-box;
}
section{
    padding: 1% 5%;
}
img{
    width: 100%;
}
.flex{
    display:flex;
}
#sec1-content{
    align-items: center;
    justify-content: center;
}
#logo{
    padding: 3%;
}
#first{
    background-image: url('firstbg.png');
    position: relative;
}
.nav{
    padding: 1% 1.5%;
    font-size: 1.75rem;
    text-align: center;
    width: 70%;
}
#fifth > .flex{
background-color: rgba(244, 81, 30, 0.25);
padding: 1rem;
}

.navbar{
    border-bottom: 0.1rem solid white;
    align-items: center;
}
#left-text{
    font-size: 2.5rem;
    color: white;
    width: 50%;
    padding: 3%;
    font-weight: bold;
}
#chooser{
    margin-left: 6%;
}
.nav a{
color: white;
text-decoration: none;
font-weight: bold;
}
.nav a:hover{
    font-size: 1.8rem;
    text-decoration: underline;
}
select{
    outline: none;
    font-size: 1.5rem;
    border-right: 0.1rem solid gray;
    font-family: cursive;
}
.row-prop, .row{
    width: 100%;
    padding: 2% 0%;
    gap: 2.5rem;
}
.perk{
    border-radius: 0.5rem;
    width: auto;
    height: 60%;
    display: block; 
    box-shadow: 0.2rem 0.2rem 0 0.2rem gray;
    padding: 3% 5%;
}
#perks{
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin: auto;
}
.perks > div{
    width: 33%;
    padding: 1%;
}
.perk-text{
    font-size: 1.4rem;
    font-weight: bold;
}
#third{
    background-color: rgba(211,211,211,0.25)
}
.property{
    border-radius: 0.8rem;
    width: 30%;
}
.property-desc{
    background-color: white;
    border-radius:  0.8rem;
    border: 0.1rem solid gray;
    margin-top: -1rem;
}
.address{
    font-weight: bold;
    font-size: 1.4rem;
    padding: 3% 2%;
    margin-top: 0;
}
.type{
    font-weight: lighter;
    padding: 0 2%;
}
.price{
    font-size: 1.3rem;
    color: #f4511e;
    font-weight: bold;
    padding: 0 2%;
}
.prop{
    width: 50%;
    padding: 5%;
}
.pro{
    font-weight: bold;
    text-align: center;
}
.page{
    background-color: white;
    border: 0.2rem solid gray;
    width: 30%;
    margin: auto;
    border-radius: 0.5rem;
    justify-content: center;
}
input[type="file"]{
    opacity: 0;
    height:0;
}
#input-form{
text-align: center;
}
.property-feats{
    background-color: white;
    justify-content: center;
    border-radius: 0.8rem;
    padding: 2%;
    border: 0.2rem solid gray;
}
.property-feats > div{
    padding: 1%;
}
.property-feats :last-child{
    border-right: none;
}
.page a{
    color: #f4511e;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    border-right: 0.2rem solid gray;
}
a.active{
    background-color: #f4511e;
    color: white;
}
.feat{
    color: white;
    font-weight: bold;
    background-repeat: no-repeat; 
    background-size: 100%;  
    border-radius: 3%;
}
.bold{
    font-weight: bold;
    font-size: 1.5rem;
}
button{
    outline: none;
    border: none;
}
#orangeul{
    border-bottom: 0.3rem solid #f4511e;
    color: black;
    border-radius: 0.25rem;
}
#features{
    width: 35%;
}
.hamburger span{
    width: 100%;
    background-color: white;
    height: 0.5rem;
    border-radius: 0.3rem;
    margin: 7%;
    display: block;
}
.feat{
    position: relative;
}
.feat img{
    padding: 0.25rem;
}
.feat p{
    position: absolute;
    top: 5%;
    text-align: center;
    z-index: 3;
    left: 50%;
    width: 10rem;
    margin-left: -5rem;
}
.link-menu{
    padding: 0.4rem;
    width: 100%;
    background-color: blue;
    border-radius: 1rem;
    display: none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    transition: height 2s;
    font-size: 3rem;
}
.shown{
    display: block;
   
}
.blue a{
    font-size: 1.5rem;
}
#close{
    text-align: right;
    display: block;
    padding: 0.3rem;
    color: white;
    font-weight: bold;
}
.link-menu a{
    text-align: center;
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
    
}
.hamburger{
    height: 100%;
    width: 5%;
    flex-direction: column;
    align-items: center;
    margin: auto;  
    display: none;

}
#feat-wrap-2{
    padding-top: 15%;
}
.feat-wrap{
    padding: 2%;
    display: flex;
    flex-direction: column ;
    width: 50%;
}
#button0{
    display: block;
}
#button1{
    display: none;
}
#experiment > p{
    line-height: 1.6rem;
}
#experiment{
    width: 50%;
}
#imgholder-2{
    width: 40%;
}
input, textarea{
    display: block;
    width: 100%;
    font-size: 2rem;
    background-color: rgba(190,190,190,0.25);
    outline: none;
    border: 0.2rem solid;
    border-color: rgba(190,190,190,0.25);
    border-radius: 0.5rem;
}
.center{
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
span{
    color: #f4511e;
}
label{
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0.75rem;
}
.column{
    padding: 0.5% 2%;
    width: 30%;
}
form{
    padding: 2% 3%;
    border: 0.15rem solid;
    box-shadow: 0.3rem 0.3rem rgba(190,190,190,0.25);
    border-color: rgba(190,190,190,0.25);
    margin: 1rem 0;
    border-radius: 0.75rem;
}
@media screen and (max-width: 768px){
    .nav{
        display: none;
    }
    .navbar{
        position: relative;
    }
    .hamburger{
        position: absolute;
        right: 0;
        top: 33%;
        width: 10%;
        display: block;
    }
    html{
        font-size: 10px;
    }
    .change{
        flex-direction: column;
    }
    #left-text{
        width: 100%;
        text-align: center;
    }
    #perks{
        margin: 0.95rem 0;
        width: 100%;
        justify-content: space-between;
    }
    #imgholder-2{
        width: 100%;
    }
    .row-prop{
        flex-direction: column;
    }   
    .property{
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    .column{width: 100%;}
    #third > header{
        margin-bottom: 1.0rem;
    }
    #four{
        flex-direction: column-reverse;
    }
    #experiment{
        width: 100%;
        text-align: center;
    }
    #button0{
        display: none;
    }
    #button1{
        display: block;
        margin: auto;
        width: 40%;
    }
    #features{
        width: 100%;
        flex-direction: column;
    }
    .feat-wrap{
    flex-direction: row;
    margin: auto;
    width: 65%;
    }
    #feat-wrap-2{
        padding-top: 0;
    }
    .feat-wrap p{
        width: 7.5rem;
        margin-left: -3.75rem;
    }
    #lorem, iframe, .page{
        width: 100%;
    }
    .blue > a{
        display: block;
        width: 100%;
        text-align: center;

    }
    .blue{
        padding: 1rem 0
    }
}