html {
    font-size: 20px;
}

body {
    font-family:  "Titillium Web", Arial, sans-serif;
    margin: 0; 
    box-sizing: border-box;
    line-height: 1.5;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

strong {
  font-weight: 600;
}


/*=== Outer container for all the content ===*/
.layout-helper {
    margin: 0 auto;
    max-width: 900px;
}
/*=== End outer container for all the content ===*/



/*======= MAIN SITE TITLE =======*/
.masthead {
    display: flex;
    align-content: space-between;
    margin-left: 10px;   
    margin-right: 10px;
}

.masthead h1 {
    margin-top: 40px;
    color: maroon;
}
.masthead-img {
    float: right;
    margin-left: auto;
    height: 100px;
    width: auto;
}
/*======= End main site title =======*/



/* ======= TOP NAVIGATION STYLING =======*/
.top-navigation {
   background-color: maroon;
   font-size: 18px;
   margin-bottom: 50px;
    
}
.top-navigation ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: maroon;      
}

.top-navigation li {     
    float: left;
}

.top-navigation li a, 
.dropbtn {    
    display: block;
    color: #fff;
    text-align: left;
    padding: 20px 16px;
    text-decoration: none;
}

.top-navigation li a:hover, 
.top-navigation li a:focus, 
.dropdown:hover 
.dropbtn {
    background-color: #e6e6e6;
    color: black;
  }

  .top-navigation li, .dropdown {
    display: inline-block;
  }
  

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(128, 0, 0);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  

  .dropdown:hover .dropdown-content {
    display: block;
  }

  /*============ Masthead styling for smaller viewports============*/
  .slide-menu-masthead {
    float: right;
    color: #ffffff;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .slide-menu-masthead p {
    margin-top: 0;
  }

  /*============ Slide nav for smaller viewport   ============*/
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #e6e6e6;
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.5s;
    text-align: left;
  }
  
  .side-nav a {
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .side-nav a:hover {
    background-color: maroon;
    color: #fff;
  }
  
  .side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 40px;
  margin-left: 50px;
  }

  .collapsible {
    padding-left: 50px;
  }  

  /*Media Query to display /not display the side menu icon or naviagtionheader when depending on screen size */
 /*If the viewport is less than 450px, then:*/
  @media screen and (max-width: 450px) {
    .masthead, 
    .main-menu {
        display: none;
    }

    .top-navigation {
        height: 30px;
        padding: 20px 10px;
        margin-bottom: 50px;
    }

    .open-slide a {
        margin-top: 20px;
        padding: 20px;
    }

    .content {
        padding: 0 18px;
        display: none;
        overflow: hidden;
      }

    main {
        padding: 0px 15px;
    }

    iframe {
      width: 100%;
      height: 300px;
    }


    .clear {
    clear: right;
  }

  .clear-left {
    clear: left;
  }
      
    .footer-sec-1 {        
        border: 1px solid #666666;
        padding-left: 10px;
    }

    .footer-sec-2 {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        border-left: 1px solid #666666;
        padding-left: 10px;
    }
    
    .footer-sec-2 p {
        margin-top: 0;
        padding-top: 18px;
    }

  }

  /*If the viewport is more than 450px, don't show the hamburger menu*/
  @media screen and (min-width: 450px) {
    .open-slide,
    .slide-menu-masthead { 
        display:none;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
      }
    
      .footer-sec-1 {
        flex: 2;
        border: 1px solid #666666;
        padding: 20px;
      }
    
      .footer-sec-2 {    
        flex: 2;
        padding: 20px;
        border: 1px solid #666666;
      }
  }

  /*======================  END OF TOP NAVIGATION STYLING ====================*/
  



  /*========================= IMAGES STYLING =========================*/
  
  /*===== Profile image styling =====*/
  /*As seen on the home page*/
  .profile-image {
    /*height: 300px;
    width: auto;*/
    border-radius: 50%;
    float: right;
    padding-bottom: 20px;
    margin-left: 20px;
  }
  /*===== End of profile image styling =====*/



  /*=====  Side-images styling  =====*/
  /*=== Right side SQUARE images styling ===*/
  .right-side-image {
    max-height: 400px;
    max-width: 100%;
    border-radius: 10px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
   /*=== End of right side square images styling ===*/


  /*=== Right side RECTANGULAR images styling ===*/
  .right-side-image-rec {
    max-height: 250px;
    max-width: 100%;
    border-radius: 10px;
    float: right;
    margin-bottom: 30px;
    margin-left: 20px;    
  }
  /*=== End of right side rectangular images styling ===*/


  /*=== Left side SQUARE  images styling ===*/
  .left-side-image {
    max-height: 400px;
    max-width: 100%;
    border-radius: 10px;
    float: left;  
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /*=== End of left side Square images styling ===*/



  /*=== Left side RECTANGULAR images styling ===*/
  .left-side-image-rec {
    max-height: 200px;
    max-width: 100%;
    border-radius: 10px;
    float: left;  
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /*=== End of left side rectangular images styling ===*/

  /*========================= END OF IMAGES STYLING =========================*/

  
  
  /*======== GENERAL STYLING FOR MAIN SECTION ==========*/
  main {
    margin: 20px;
    color: #333333 ;    
  }
  /*=== End of general styling for main section ===*/




  /*===== Styling for contact information on home page =====*/
  .focus-contact {
    font-size: 1.2em;    
    font-weight: 600;
  }
/*===== End of styling for contact information on home page =====*/



  /*=====Add white space between sections=====*/
  /*Adds space at the bottom of each HTML section tag to create white space between each section*/
  section {
    margin-bottom: 50px;
  }
  /*=====End of add white space between sections=====*/


  /*=====Link styling=====*/
  a,
  a:link,
  a:visited {
    color: lch(25.53% 61.3 38.38);
}

a:focus,
a:hover,
a:active {
    background-color: #e6e6e6;
    color: #333;
    padding: 2px;    
}
 /*=====End link styling=====*/



 /*===== Back to top link styling ======*/
 /* As seen on the Terms of Business page*/
 .back-to-top {
  text-align: right;
 }
 /*===== End of Back to top link styling ======*/




/*=====Review card styling=====*/
.review-card {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.name-lead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.name-p {
    font-weight: 600;
    margin: 0px;
}

.review-date {
    color: #515151;
    font-size: 14px;
    margin-top: 0;    
}

.five-stars {
    margin-top: 10px;
}

.review-text {
    margin-top: 10px;
}
/*===== End of review card styling=====*/


/*=====Review button settings (in home page =====*/
.review-button-container {     
    display: grid;
    place-items: center;
    margin-top: 40px;
}

.review-button {
    background-color: maroon;
    border: maroon;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 24px;
    margin-top: 40px;
    box-shadow: 5px 5px 10px #666666;
}

.review-button a {
    color: #fff;
    text-decoration: none;
    padding: 24px;
    cursor: pointer;
}

.review-button:hover {
  background-color: #e6e6e6;
  border-radius: 10px;
}

.review-button a:hover {
  color: maroon;
}
/*===== End of review button settings =====*/



/*=======Home page: Services section ======= */
.box-container {
  display: grid;  
  gap: 30px;
}

.box {  
  border-radius: 20px;
  padding: 0px 15px 10px;
  box-shadow: 10px 10px 20px 0 rgb(0, 22, 30, 15%), -5px -5px 10px rgb(0, 22, 30, 15%);
}

/*===== End of Home page: Services section =====*/





  /*=====Footer=====*/
  .footer-area {
    background-color: #333333;
    color: #bfbfbf;
    margin: 0;
    padding: 40px 40px 20px;
  }

  .footer-area a,
  .footer-area a:link {
    color: #bfbfbf;
  }  

  .footer-area a:hover, 
  .footer-area a:focus {
    color: #333333;
  }

  .copyright {
    padding: 40px 0px 30px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;    
    border-bottom: 1px solid #666666;
  }
  /*===== End of footer settings=====*/

 
  

