@font-face {
    font-family: theseasonlightitalic;
    src: url(../assets/fonts/Fontspring-DEMO-theseasons-ltit.otf);
}

@font-face {
    font-family: theseasonlight;
    src: url(../assets/fonts/Fontspring-DEMO-theseasons-lt.otf);
}

@font-face {
    font-family: latoregular;
    src: url(../assets/fonts/Lato-Regular.ttf);
}

body {
    background-color: #f1ede7;
}

.nav-logo {
    width:140px;
    height:40px;
}

.home-title {
    font-family: latoregular;
    color: #000000;
    font-size: 2rem;
    text-align: right;
    letter-spacing: 5px;
}

.home-link {
    font-family: latoregular;
    color: #000000;
    text-decoration: none;
    letter-spacing: 5px;
}

.home-link:hover {
    color: #000000;
    text-decoration: none;;
}

.home-img-container {
    border: 15px solid #ede1ce;
    height: 300px;
}


.aboutus-img-container {
    padding-top: 24px;
    padding-left: 24px;
}

.aboutus-img-container::before,
.aboutus-img-container::after {
  position: absolute;
  width: 20%;
  height: 50%;
  content: "";
}

.aboutus-img-container::before {
    left: 0;
    top: 0;
    border-left: 25px solid #908b74;
    border-top: 25px solid #908b74;
}

.aboutus-img1-box {
    border: 13px solid #ede1ce;
    height: 470px;
}

.aboutus-img1-box img {
    width: 100%;
    height: 100%;
}

.aboutus-img1-box2 {
    border: 13px solid #908b74;
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    left: 220px;
    height: 300px;
}

.aboutus-img1-box2 img {
    width: 100%;
    height: 100%;
}

.aboutus-logo-container {
    text-align: right; 
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

.aboutus-logo {
    width:140px;
    height:40px;
}

.aboutus-title {
    font-family: theseasonlightitalic;
    color: #000000;
    font-size: 3.8rem;
}

.aboutus-title2 {
    font-family: theseasonlight;
    color: #000000;
    font-size: 3.8rem;
}

.aboutus-content {
    font-family: latoregular;
    color: #000000;
} 


.services-logo-container {
    text-align: right; 
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

.services-title {
    font-family: theseasonlightitalic;
    color: #000000;
    font-size: 3.8rem;
}

.services-col-1 {
    border-right: 1px solid #000000;
}

.services-col-2 {
    border-right: 1px solid #000000;
}

.services-content-title {
    font-family: theseasonlight;
    color: #000000;
    text-align: center;
}

.services-content {
    font-family: latoregular;
    color: #000000;
    text-align: center;
}

.services-img-container {
    border: 13px solid #ede1ce;
    margin: auto;
    height: 160px;
    vertical-align: bottom;
}

.services-img-container img {
    width: 100%;
    height: 100%;
}


.contactus-img-container {
    border: 25px solid #ede1ce;
}

.contactus-title {
    font-family: theseasonlightitalic;
    color: #000000;
    font-size: 2.5rem;
}

.contactus-content {
    font-family: latoregular;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: 3;
}



/* media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .home-title {
        font-size: 1.5rem;
    }
    
    .home-link {
        font-size: 0.5rem;
    }
    
    .home-img-container {
        height: 200px;
    }

    .home-container2 {
        margin-top: 30px;
    }

    
    .aboutus-img-container {
        display: none;
    }

    .aboutus-logo-container {
        border: none;
    }


    .services-logo-row {
        margin-bottom: 10px;
    }

    .services-logo-container {
        border:none;
    }
    
    .services-title {
        font-size: 2.5rem;
    }
    
    .services-col-1 {
        border:none;
        margin-bottom: 30px;
    }
    
    .services-col-2 {
        border:none;
        margin-bottom: 30px;
    }
    
    .services-content-title {
        font-size: 1.6rem;
    }

    .services-img-container {
        height: 180px;
    }
    
}
  
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
    .services-logo-container {
        border:none;
    }
    
    .services-title {
        font-size: 3rem;
    }
    
    .services-col-1 {
        border:none;
        margin-bottom: 30px;
    }
    
    .services-col-2 {
        border:none;
        margin-bottom: 30px;
    }
    
    .services-content-title {
        font-size: 1.6rem;
    }

    .services-img-container {
        height: 180px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .home-title {
        font-size: 1.7rem;
    }
    
    .home-link {
        font-size: 0.4rem;
    }


    .aboutus-img-container {
        padding-top: 19px;
        padding-left: 19px;
    }
    
    .aboutus-img-container::before,
    .aboutus-img-container::after {
      width: 25%;
    }
    
    .aboutus-img-container::before {
        border-left: 20px solid #908b74;
        border-top: 20px solid #908b74;
    }
    
    .aboutus-img1-box {
        height: 520px;
        width: 85%;
    }
    
    .aboutus-img1-box2 {
        top: 55%;
        left: 160px;
        height: 300px;
        width: 27%;
    }
    
    .aboutus-title {
        font-size: 3.5rem;
    }
    
    .aboutus-title2 {
        font-size: 3.5rem;
    }


    .services-logo-container {
        border-bottom: 1px solid #000000;
    }
    
    .services-title {
        font-size: 2.9rem;
    }
    
    .services-col-1 {
        border-right: 1px solid #000000;
    }
    
    .services-col-2 {
        border-right: 1px solid #000000;
    }
    
    .services-img-container {
        height: 160px;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .home-link {
        font-size: 0.7rem;
    }
    
    .aboutus-img-container::before,
    .aboutus-img-container::after {
      width: 25%;
    }
    
    .aboutus-img-container::before {
        border-left: 20px solid #908b74;
        border-top: 20px solid #908b74;
    }
    
    .aboutus-img1-box {
        height: 460px;
        width: 78%;
    }
    
    .aboutus-img1-box2 {
        top: 55%;
        left: 200px;
        height: 250px;
        width: 25%;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .home-link {
        font-size: 1rem;
    }

    .aboutus-img1-box2 {
        top: 60%;
        left: 280px;
        height: 250px;
        width: 22%;
    }
}