@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.0.9/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Assistant', sans-serif;
}










/* MAIN NAV */
.main-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
    border-bottom: #0B5B86;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: white;
}
.main-nav img{
    display: block;
    height: 100px;
}
.c-menu{
    align-self: flex-end;
}
.c-menu ul{
    display: flex;
}
.c-menu li{
    padding-left: 10px;
    font-size: 18px;
    font-weight:300;
}
.c-menu ul a:hover{
    padding-bottom: 2px;
    border-bottom: #0B5B86;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.c-menu ul{
    list-style-type: none;
}
.c-menu a{
    color: #0B5B86;
    text-decoration: none;
    text-transform: capitalize;
}
.m-menu{
    display: none;
    justify-content: right;
    margin-right: 100px;
    margin-top: 25px;
    margin-bottom: 0px;
    background-color: white;
}
.m-menu ul{
    list-style-type: none;
}
.m-menu li{
    text-align: right;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}
.m-menu a{
    color: #0B5B86;
    text-decoration: none;
    text-transform: capitalize;
}
.fa-bars{
    font-size: 25px;
    color: #0B5B86;
}
/* END MAIN NAV */










/* LEAD IMAGE */
.lead-image{
    display: flex;
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    border-bottom:#0B5B86;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.lead-image h1{
    color: rgb(26, 50, 76);
    background-color: rgb(255,255,2550, 0.6);
    font-size: 34px;
    font-weight: lighter;
    text-align: center;
    padding: 10px 25px;
    margin: 25px;
}
/* END LEAD IMAGE */










/* BLURB FOR EACH PAGE */
.brief{
    max-width: 1150px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: auto;
    padding: 100px 50px;
}
/* END BLURB FOR EACH PAGE */










/* PIC-MENU */
pic-menu{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    /* padding-bottom: 110px;  */
}
pic-menu item{    
    width: 362px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-style: solid;
    border-color: #1A324C;
    border-width: 1px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
pic-menu item.item-1{
    background-image: url("../img/pic-menu/upholstery-1.jpg");
}
pic-menu item.item-2{
    background-image: url("../img/pic-menu/soft-furnishings-1.jpg");
}
pic-menu item.item-3{
    background-image: url("../img/pic-menu/cushions-1.jpg");
}
pic-menu item.item-4{
    background-image: url("../img/pic-menu/testimonials-1.jpg");
}
pic-menu item.item-5{
    background-image: url("../img/pic-menu/contact-1.jpg");
}
pic-menu a{
    text-decoration: none;
}
.frank{
    color: rgb(26, 50, 76);
    background-color: rgb(255,255,2550, 0.6);
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    padding: 10px 25px;
    margin: 25px;
}
/* END PIC-MENU */










/* TESTIMONIALS */
testimonials-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 50px 10px;
	max-width: 1250px;
	margin: auto;
}

.testimonial {
	/* background-color: white; */
    color: #073F5C;
    background-color: #F7FBFD; 
	border: 1px solid #ddd;
	/* border-radius: 5px; */
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 20px;
	width: 300px;
	text-align: center;
}

.testimonial img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	object-fit: cover;
}

.testimonial h3 {
	margin-top: 10px;
	font-size: 1.2em;
}

@media screen and (max-width: 768px) {
	.testimonial {
		width: 80%;
	}
}
/* END TESTIMONIALS */










/* BUTTON LOGO AT BOTTOM OF PAGES*/
.brand {
	width: 100%;
	text-align: center;
    padding: 30px 0px;
}
.brand img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	object-fit: cover;
}
/* END BUTTON LOGO */










/* CONTACT INFORMATION */
.tagline{
    font-size: 30px;
    padding-bottom: 10px;
}
.phone-number{
    font-size: 30px;
    padding-bottom: 10px;
}
.phone-number a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.email-address{
    padding-bottom: 10px;
}
.email-address a{
    color: black;
    text-decoration: none;
}
.business-address{
    padding-bottom: 10px;
}
.view-on-map{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
/* END CONTACT INFORMATION */










/* CALL-BAR */
.call-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:#0B5B86;
    border-top-style: solid;
    border-width: 1px;
}
.call-bar h2{
    color: rgb(26, 50, 76);
    background-color: rgb(255,255,2550, 0.6);
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
    margin: 25px 25px 25px 25px;
    border:#0B5B86;
    border-style: solid;
    border-width: 1px;
}
.call-bar a{
    color: rgb(26, 50, 76);
    text-decoration: none;
}
.call-bar-bg{
    background-image: url("");
}
/* END CALL-BAR */










/* FOOTER */
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1A324C;
}
.footer a{
    color: white;
    text-decoration: none;
}
.f-menu{
    text-align: center;
    padding: 15px;
}
.f-menu ul{
    list-style-type: none;
}
.f-menu li{
    padding-top: 3px;
}
.f-menu li a{
    font-size: 15px;
    text-transform: capitalize;
}
.sm-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px 15px 15px;
}
.sm-menu li{
    display: inline;
    padding-left: 10px;
}
.sm-menu li a{
    font-size: 35px;
}
.address-link{
    text-align: center;
    padding: 10px;
}
.address-link a{
    font-size: 15px;
}
.copyright-info{
    color: white;
    font-size: 13px;
    padding: 5px 10px 20px 10px;
}
/* END FOOTER */










/* MEDIA QUERIES */
@media screen and (max-width: 1500px) {
    .main-nav{
        padding: 10px 25px;
    }
    .m-menu{
        margin-right: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .main-nav img{
        height: 90px;
    }
    .lead-image{
        height: 300px;
    }
    .lead-image h1{
        font-size: 32px;
    }
}
@media screen and (max-width: 1100px) {
    .c-menu{
        display: none;
    }
    .icon{
        display: inline;
    }
}
@media screen and (min-width: 1100px) {
    .c-menu{
        display: flex;
    }
    .icon{
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .main-nav img{
        height: 80px;
    }
}
@media screen and (max-width: 600px) {
    .brief{
        padding: 50px 30px;
        text-align: left;
    }
}
@media screen and (max-width: 450px) {
    .main-nav img{
        height: 70px;
    }
}
/* END QUERIES */









