@import url('/stylesheets/containerstyle.css');

#herologo{
    width: 4.8vw;
    margin: 0;
    padding: 0;
    transition: fill 0.3s ease;
}

#navtoggle{
    all: unset;
    margin-right: 1vw;
}

#navmenuicon{
    width: 1.8vw;
    height: 1.8vw;
    transition: stroke 0.3s ease;
}

#navmenuicon.scrolled path {
    stroke: #FFF;
    transition: stroke 0.3s ease;
}

#herologo.scrolled path{
    fill: #FFF;
    transition: fill 0.3s ease;
}

#heroimg{
    position: absolute;
    z-index: 0;
    width: 30.76vw;
    object-fit: cover;
    height: 27.7vw;
    margin-left: 3.5vw;
}

#heroimg2{
    position: absolute;
    z-index: 1;
    width: 23.13vw;
    object-fit: cover;
    height: 31vw;
    margin-left: 18.08vw;
    margin-top: 2.71vw;
}

#heroheader{
    width: 15vw;
    font-size: 3vw;
    font-weight: 800;
    margin-left: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#herosub{
    width: 31vw;
    text-align: justify;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1vw;
}

a{
    all: unset;
}

.latestbtn {
    background-color: #A0723F;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size:1.1vw;
    font-weight: 500;
    padding: 1vw 3vw;
    border: none;
    margin: 0;
    border-radius: 0.35vw;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.latestbtn:hover {
    background-color: #000000;
    transition: background-color 0.3s ease;
}

#byline img{
    object-fit: cover;
    clip-path: circle(50%);
    width: 2vw;
    height: 2vw;
}

#post-title{
    margin: 0;
    font-size: 1.8vw;
    font-weight: 700;
}

#postcontent{
    margin-top: 2vw;
    font-size: 1vw;
}

.postdetail{
    font-size: 1vw;
    font-weight: 300;
}

#byline h5{
    margin-left: 24vw;
}

#byline h4{
    margin-left: 0.5vw;
}

#postimg{
    width: 35vw;
    height: 25vw;
    object-fit: cover;
}

#readmorebtn{
    margin-top: 1vw;
    padding: 1vw 2vw;
}

#footerlogo{
    width: 4vw;
    height: auto;
}

footer p{
    margin-right: 3vw;
}

/* TABLET INTERFACE */

@media screen and (max-width: 1000px) 
{

#herologo{
    width: 7vw;
    margin: 0;
    padding: 0;
    transition: fill 0.3s ease;
}

#navtoggle{
    all: unset;
    margin-right: 1vw;
}

#navmenuicon{
    width: 2.5vw;
    height: 2.5vw;
    transition: stroke 0.3s ease;
}

#navmenuicon.scrolled path {
    stroke: #FFF;
    transition: stroke 0.3s ease;
}

#herologo.scrolled path{
    fill: #FFF;
    transition: fill 0.3s ease;
}

#hero p{
    display: none;
}

#heroheader{
    font-size: 5vw;
    text-align: center;
    width: 30vw;
}

#heroimg{
    width: 40vw;
    height: 30vw;
    margin-top: 7vw;
    margin-left: 5vw;
}

#heroimg2{
    width: 25vw;
    height: 30vw;
    margin-left: -5vw;
    margin-top: 2.71vw;
}

.latestbtn {
    font-size: 1.7vw;
    font-weight: 500;
    padding: 1vw 3vw;
    border: none;
    margin: 0;
    border-radius: 0.35vw;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

#post-title{
    margin: 0;
    font-size: 2.2vw;
    font-weight: 700;
}

#postcontent{
    margin-top: 2vw;
    font-size: 1.5vw;
}

.postdetail{
    font-size: 1.3vw;
    font-weight: 300;
    width: 10vw;
}

#byline h5{
    margin-left: 15vw;
}

#byline h4{
    margin-left: 1vw;
}

}

@media screen and (max-width: 500px) {

#herologo{
    width: 13vw;
    margin: 0;
    padding: 0;
    transition: fill 0.3s ease;
}

#navtoggle{
    all: unset;
    margin-right: 1vw;
}

#navmenuicon{
    width: 4.5vw;
    height: 4.5vw;
    transition: stroke 0.3s ease;
}

#navmenuicon.scrolled path {
    stroke: #FFF;
    transition: stroke 0.3s ease;
}

#herologo.scrolled path{
    fill: #FFF;
    transition: fill 0.3s ease;
}

#hero p{
    display: none;
}

#heroheader{
    font-size: 9vw;
    text-align: center;
    width: 50vw;
}

#heroimg{
    width: 60vw;
    height: 80vw;
    margin-top: 7vw;
    margin-left: -50vw;
}

#heroimg2{
    width: 50vw;
    height: 70vw;
    margin-left: 30vw;
    margin-top: 30vw;
}

.latestbtn {
    font-size: 4vw;
    font-weight: 500;
    padding: 2vw 7vw;
    border: none;
    margin: 0;
    border-radius: 0.8vw;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

#post-title{
    margin: 0;
    font-size: 4vw;
    font-weight: 700;
}

#postcontent{
    margin-top: 2vw;
    font-size: 3.5vw;
    width: 100%;
}

.postdetail{
    font-size: 3.5vw;
    font-weight: 300;
    width: 30vw;
}

#byline h5{
    margin-left: 15vw;
}

#byline h4{
    margin-left: 1vw;
}

#postimg{
    width: 70vw;
    height: 50vw;
}

#byline img{
    width: 6vw;
    height: 5vw;
}

#footerlogo{
    width: 10vw;
    height: auto;
}

#readmorebtn{
    padding: 2vw 5vw;
}

}