/* ------Adelaide Stone & Plaster - Secondary Pages Styling------*/

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', Arial, sans-serif;
}

li {
  font-size: 15px;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  font-family: 'Montserrat', Arial, sans-serif;
}

span {
  font-family: 'Montserrat', Arial, sans-serif;
}

.w3-container {
  width: 95vw;
  margin: auto;
  background-color: #ffffff;
}

.w3-container p {
  margin-bottom: 10px;
  font-size: 15px;
}

.w3-row-padding {
  width: 95vw;
  margin: auto;
}

.w3-bar-item {
  line-height: 0.9;
}

.w3-light-grey {
  margin-top: 25px;
  padding: 16px 16px;
  border-radius: 5px;
}

.w3-main {
  background-color: #ffffff;
  float: right;
  width: 70%;
}

@media (max-width:992px) {
  .w3-main {
    margin auto;
    width: 100%;
  }
  .w3-sidebar {
    width: 30%;
  }
}

@media (max-width:680px) {
  .w3-sidebar {
    width: 60vw;
  }
}

.navcontainer {
  width: 90vw;
}

.navbar {
  background-color: #3b5998;
  overflow: hidden;
  height: 90px;
  margin: auto;
  background-color: #576a78
}

.menu-icon {
  margin-top: 13px;
  margin-left: 10px;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 22px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar ul {
  margin: 8px 0 0 0;
  list-style: none;
}

.navbar a:hover {
  background-color: #eee;
  color: #000;
}

.small-logo {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(0.9);
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a {
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #fff;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar-img img {
  width: 100%;
}

.sweet {
  display: none;
  visibility: hidden;
}

footer {
  color: #ffffff;
  height: auto;
  padding: 10px;
  background: rgb(87, 106, 120);
  background: -moz-linear-gradient(top, rgba(87, 106, 120, 0.7), rgba(87, 106, 120, 1));
  background: -webkit-linear-gradient(top, rgba(87, 106, 120, 0.7), rgba(87, 106, 120, 1));
  background: linear-gradient(to bottom, rgba(87, 106, 120, 0.7), rgba(87, 106, 120, 1));
}

footer p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
font-family: 'Montserrat', Arial, sans-serif;
  margin: 0 auto;
}

footer span a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
font-family: 'Montserrat', Arial, sans-serif;
}

.footerLhs, .footerRhs {
  text-align: center;
}

.footerLhs h3, .footerRhs h3 {
font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 3px;
  font-stretch: expanded;
}

.footerLhs a {
font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.footerLhs span {
font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-left: 15px;
}

.footerLhs span a, .footerLhs span i {
  line-height: 1.8;
  color: #ffffff;
  font-size: 15px;
font-family: 'Montserrat', Arial, sans-serif;
}

.footerLhs .desktop span {
  line-height: 1.8;
  color: #ffffff;
  font-size: 15px;
font-family: 'Montserrat', Arial, sans-serif;
}

.footerLhs .mobile span {
  line-height: 1.8;
  color: #ffffff;
  font-size: 15px;
font-family: 'Montserrat', Arial, sans-serif;
}

.footerRhs p:nth-child(1) {
  margin-top: 15px;
}

.footerRhs p:nth-child(4) {
  margin-bottom: 15px;
}

.footer-copyright {
  margin-bottom: 15px;
}

.footer-copyright p {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.desktop span {
  display: none;
}

.desktop i {
  display: none;
}

.mobile span {
  display: inline;
}

.mobile i {
  display: inline;
}

@media screen and (max-width:1229px) {
  .navbar-nav {
    display: none;
  }
}

@media screen and (min-width:1230px){
  .open-slide {
    display: none;
  }
}

 @media screen and (min-width:568px){
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footerLhs, .footerRhs {
    text-align: left;
    margin-left: 50px;
  }
  .footerLhs h3, .footerRhs h3 {
    margin: 10px auto;
    font-size: 18px;
    border-bottom: 1px solid white;
    letter-spacing: 2px;
  }
  .footer-copyright {
    margin: 50px auto;
    line-spacing: 2;
    text-align: center;
  }
  .mobile span {
    display: none;
  }
  .mobile i {
    display: none;
  }
  .desktop span {
    display: inline;
  }
  .desktop i {
    display: inline;
  }
}
