        /*T A B L E T S*/
* {
    margin: 0;
    padding-top: 0;
    -moz-box-sizing: border_box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
  font-family: testFont;
  src: url('20542252197.ttf');
}

a:link {
    color: #d2650a;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 12px;
}

a:link img, a:visited img {
   text-decoration: none;
    border: none;
}

a:visited {
  color: #d2650a;
  text-decoration: none;
}

a:hover {
  -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px 0 10px #9e9e9e;
  text-shadow: 2px 0 6px black;
}

a:current {
  -webkit-text-fill-color: #726f6f; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px 0 10px #ffffff;
  text-shadow: 2px 0 6px #d2640ad2;
  letter-spacing: 0.1em;
}

.pad-left {
  padding-left: 100px;
}

.right {
  padding-right: 20px;
  text-align: right;
  font-size: 110%;
}

h1 {
    font-family: testFont;
    font-size: 1.7em;
    text-align: right;
    padding-right: 20px;
}

.bullet:before {
  content: "- "
}

h2 {
  font-size: 1.1em;
  text-align: right;
  padding-right: 20px;
}

h3 {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 60px;
}

h4 {
  font-family: testFont;
  padding: 10px 20px 10px 0;
  font-size: 130%;
  text-align: right;
}

h5 {
  font-family: testFont;
  font-size: 1.3em;
  text-align: end;
  color: #d2650a;
}

h6 {
  font-size: 1.4em;
  padding-left: 0.3em;
}

.bullet {
  font-family: testFont;
  font-size: 1.1em;
  padding: 0 10px 10px 50px;
}

.margin-right {
  margin: 0 auto 20px auto;
  font-family: testFont;
  text-align: justify;
  font-size: 1.1em;
}

.margin-three {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1.1em;
  line-height: 24px;
}

#page-nav {
    width: 100%;
    /* If you want the navigation bar to stick on top*/
    position: sticky;
    top: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  /* Hide Hamburger */
  #page-nav label, #hamburger {
    display: none;
  }
  
  /* Menu Items */
  #page-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #page-nav ul li {
    display: block;
    min-height: 50px;
    line-height: 28px;
    vertical-align: middle;
    margin: auto 20px auto 20px;
    background-color: rgba(255, 255, 255, 0.808);
  }
  #page-nav ul li a {
    color: #d2650a;
  }
  .angle-right {
  transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  width: 80%;
  }

  .angle-left {
  transform: rotate(358deg);
  -ms-transform: rotate(358deg);
  -moz-transform: rotate(358deg);
  -webkit-transform: rotate(358deg);
  -o-transform: rotate(358deg);
  width: 80%;
  }

  .img-middle-1 {
    display: table-cell;
    width: 40%;
  }

  .img-middle-2 {
    display: table-cell;
    width: 60%;
  }

  .where {
    font-family: testFont;
    font-size: 12px;
    margin-left: 17px;
    margin-top: 7px;
    }


                                /* [T A B L E T S] */

                                /* [T A B L E T S] */

                                /* [T A B L E T S] */

  @media screen and (min-width: 666px) and (max-width: 1025px){


    a:hover .menu{
      display: list-item;
      width: 100%;
      font-weight: normal;
      -webkit-text-fill-color: black; /* Will override color (regardless of order) */
      -webkit-text-stroke: none;
      text-shadow: none;
      text-decoration: none;
      background-image: linear-gradient(to bottom, #ffffff42 10%, #ffffffb2 50%, #ffffff9a 90%);
      }

    li current {
      display: none;
    }

    .wrapper {
      width: 100%;
      background-image: url(images/bg-5.png);
      background-size: auto;
      background-repeat: repeat-y;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

#container-simple{
        width: 100%;
        min-height: 790px;
      }
        
#logo-field-wrapper {
      display: block;
      position: fixed;
      width: 100%;
      min-height: 150px;
    }

.logo-field{
      width: 100%;
      top: 0;
      position: fixed;
    }

.menu{
        display: none;
        font-size: 90%;
        color: black;
        line-height: 16px;
        justify-content: left;
        padding-left: 30px;
      }
  
/* this is only for the hamburger symbol */
#page-nav label {
        display: inline-block;
        color: #d2650a;
        font-size: 3em;
        margin-top: 8px;
        margin-left: 10px;
        padding-bottom: 5px;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.486);
      }
    
/* Break down menu items into vertical */
      
#page-nav ul li {
        display: block;
        margin-bottom: 2px;
        font-size: 160%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 80px;
      }
  
  
/* Toggle show/hide menu on checkbox click */
#page-nav ul {
        display: none;
      }

#page-nav input:checked ~ ul {
        width: 70%;
        display: block;
        padding-top: 80px;
        padding-left: 80px;
      }
    

#second-row {
    width: 100%;
    top: -50px;
    position: relative;
    min-height: 140px;
    background-image: url(images/2020_colour_city_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.middle {
  width: 88%;
  max-height: 605px;
  position: relative;
  margin: 0 auto;
  font-family: testFont;
  font-style: italic;
  font-size: 14px;
  background-image: none;
  border-right-width: 4px;
  border-left-width: 4px;
  border-style: solid;
  border-image: linear-gradient(
    to bottom, 
    #d2650a,
    #290a59
    ) 1 100%;

}


.parent {
    display: grid;
    width: auto;
    max-height: 600px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    }
    
    .div3 { grid-area: 1 / 1 / 2 / 4;
      background-color: rgba(255, 255, 255, 0.486);
      color: #d2650a;
      font-size: 120%;
   }
    .div4 { grid-area: 2 / 1 / 3 / 2;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
      }
    .div5 { grid-area: 2 / 2 / 3 / 3;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
    }
    .div6 { grid-area: 2 / 3 / 3 / 4;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
    }
    .div7 { grid-area: 3 / 1 / 4 / 2;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}        

    .div8 { grid-area: 3 / 2 / 4 / 3;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}
    .div9 { grid-area: 3 / 3 / 4 / 4;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}
    .div10 { grid-area: 4 / 1 / 5 / 2;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}
    .div11 { grid-area: 4 / 2 / 5 / 3;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}
    .div12 { grid-area: 4 / 3 / 5 / 4;
        background-color: rgba(255, 255, 255, 0.171);
        padding-top: 20%;
        padding-bottom: 8%;
}
    .div13 { grid-area: 5 / 1 / 6 / 4;
        background-color: rgba(255, 255, 255, 0.486);
        color: #d2650a;
        padding-top: 2em;
 }
    
#scroller {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#small {
    display: none;
  }

.small-content-wrapper {
  display: none;
}  

.small-container {
  display: none;
}

#content-wrapper {
  width: 88%;
  height: 600px;
  margin: 0 auto;
  position: relative;
  overflow: scroll;
  border-right-width: 4px;
  border-left-width: 4px;
  border-style: solid;
  border-image: linear-gradient(
    to bottom, 
    #d2650a,
    #290a59
    ) 1 100%;
}

.grid-container {
  width: 100%;
  height: 600px;
  display: grid;
  grid-template: auto / 30% 70%;
  grid-gap: 5px;
  padding: 0 10px 0 0;
}

.grid-container > div {
  display: table-cell;
  background-color: rgba(255, 255, 255, 0.459);
  text-align: justify;
  padding: 5px 5px 5px 5px;
  font-family: testFont;
  font-size: 16px;
  color: black;
}



.content {
  width: 100%;
  position: relative;
  padding-top: 100px;
  z-index: 5;
  margin: 0 auto;
}

.content h2 {
  padding: 10px 20px 0;
  font-family: testFont;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.788);
  float: right;
}

.content p {
  padding: 0 20px 10px;
  font-family: testFont;
  font-size: 14px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.788);
  text-align: justify;
  float: right;
}

.makeover-mob {
display: block;
}


.img-logo {
  padding-top: 10px;
  padding-left: 36%;
  width: 70%;
}

.img-me {
  width: 100%;
  padding-top: 40%;
}

.img-me-wide {
  width: 100%;
  padding-top: 50px;
}

.img-map-wide {
  width: 100%;
  top: -50px;
}
.img-center {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}


#footer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: testFont;
  font-size: 12px;
  line-height: 16px;
}

#slides {
  display: none;
}

#slides-tablet {
  display: block;
  width: 100%;
  height: 100%;
}

/*contact*/

.contact-holder {
  width: 88%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  font-family: testFont;
  font-style: italic;
  font-size: 14px;
  background-image: linear-gradient(to bottom, rgba(253, 251, 251, 0) 5%, rgba(250, 249, 249, 0.459) 20%, rgba(250, 249, 249, 0.459) 80%, rgba(253, 253, 253, 0) 99%); /* Standard syntax (must be last) */
  border-right-width: 4px;
  border-left-width: 4px;
  border-style: solid;
  border-image: linear-gradient(
    to bottom, 
    #d2650a,
    #290a59
    ) 1 100%;
  
  }

  .contact-web {
    width: 80%;
    margin: 0 auto;
    display: grid;
  grid-template-columns: 25% 35% 22% 18%;
  grid-template-rows: 90px repeat(2, 40px) 100px repeat(3, 65px);
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  font-family: testFont;
    }
  
    button {
      width: 6em;
      height: 1.5em;
      font-family: testFont;
      font-style: italic;
      font-size: 1.2em;  
  }
  
  
    input[type=submit] {
      width: 6em;
      height: 1.5em;
      font-family: testFont;
      font-style: italic;
      font-size: 1.2em;  
  }
  
  
    .div100 {
       grid-area: 1 / 1 / 2 / 5;
       } 
    .div14 {     
      font-family: testFont;
      grid-area:  2 / 1 / 3 / 2;
      }
  
    .div15 { 
      grid-area: 2 / 2 / 3 / 3;
     }
    .div16 { 
      font-family: testFont;
      text-align: left;
      grid-area: 2 / 3 / 3 / 4;
     }
    .div17 { 
      font-family: testFont;
      text-align: left;
      grid-area: 2 / 4 / 3 / 5;
      }
  
    
    .div18 { font-family: testFont;
      grid-area: 3 / 1 / 4 / 5;
     }
     .div23 { 
      font-family: testFont;
      font-size: 14px;
      text-align: left;
      grid-area: 3 / 2 / 4 / 3;
      } 
    .div19 { 
      font-family: testFont;
      grid-area: 4 / 1 / 5 / 2;
     }
    .div20 { 
      text-align: left;
      font-family: testFont;
      grid-area: 4 / 2 / 6 / 4;
     }
    .div21 { 
      font-family: testFont;
      text-align: right;
      grid-area: 6 / 3 / 7 / 4;
     }
    .div30 { 
        font-family: testFont;
        text-align: left;
        grid-area: 6 / 4 / 7 / 5;
       }
    .div22 { 
      font-family: testFont;
      grid-area: 7 / 1 / 8 / 3;
     }
    .div33 {
      grid-area: 7 / 3 / 8 / 4;
      font-family: testFont;
  font-style: italic;
  font-size: 16px;
  
    } 
    .div35 {
      grid-area: 7 / 4 / 8 / 5;
    }  
   
    .div24 {
      grid-area: 7 / 1 / 8/ 2;
      font-family: testFont;
  font-style: italic;
  font-size: 16px;
    }
    .div32 {
      grid-area: 7 / 2 / 8/ 3;
    }
  
    .div25 {
        grid-area: 6 / 1 / 7 / 2;
        font-family: testFont;
  font-style: italic;
  font-size: 16px;
      }
  
    .div27 {
        grid-area: 6 / 2 / 7 / 3;
      }
    .div26 {
      grid-area: 7 / 1 / 8 / 3;
    }
    .div34 {
      grid-area: 8 / 1 / 9 / 3;
    }
    .div90 {
      grid-area: 8 / 3 / 9 / 5;
    }
  
    .div45 {
      display: none;
    }
    .div99 { 
      display: none;
     }

  
  }