body {
  background-image: url(images/OutsideSet1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

h1 {
  text-decoration-line: underline;
}

#Outside1 {
  width: 80%;
  padding: 5%;
}

.main {
  background-color: #BC8F8F;
  right: 50%;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 130%;
  border: double 3px #cccccc;
  border-radius: 10px;
  padding: 1.5%;
  width: 50%;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5%;
}

.flex2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5%;
}

#set1 {
  width: 140%;
  transition: 0.5s;
}

#set1:hover {
  border-radius: 15%;
}

#set2 {
  width: 70%;
  padding: 17%;
  transition: 0.5s;
}

#set2:hover {
  border-radius: 30%;
}

#youtube {
  width: 5%;
  padding: 0.1%;
  padding-left: 47%;
}

#insta {
  width: 5%;
  padding: 0.1%;
  padding-left: 47%;
}

h2 {
  text-align: center;
}

p {
  font-size: 75%;
}

footer {
  background-color: #A9A9A9;
}

nav {
  position: sticky;
  top: 0;
  background-color: #DEB887;
  border-radius: 10px;
  border: 1px solid #DEB887;
  width: 400px;
}

nav 
  &.primary-navigation {
    margin: 0 auto;
    display: block;
  
    padding: 120px 0 0 0;  
    text-align: center;
    font-size: 16px;
    }

    ul li {
      list-style: none;
      margin: 0 auto;
      border-left: 2px solid #3ca0e7;
      display: inline-block;
      padding: 0 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: arvo;
    }

    li a {
      color: black;
    }

    li a:hover {
      color: #3ca0e7;
    }

    li:hover {
      cursor: pointer;
    }

    ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      padding-left: 0;
      left: 0;
      display: none;
      background: white;
    }

    ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }

    ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
    }

    ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #3ca0e7;
      transition: all 0.3s ease;
    }
  }
}

a {

    text-decoration: none;

    &:hover 
        color: #3CA0E7;
    }
 
}

 ul li ul li a { transition: all 0.5s ease; }

