@font-face {
  font-family: 'barlowblack';
  src: url('Barlow-Black-webfont.eot');
  src: url('Barlow-Black-webfont.eot?#iefix') format('embedded-opentype'),
       url('Barlow-Black-webfont.woff2') format('woff2'),
       url('Barlow-Black-webfont.woff') format('woff'),
       url('Barlow-Black-webfont.ttf') format('truetype'),
       url('Barlow-Black-webfont.svg#barlowblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'barlowregular';
  src: url('Barlow-Regular-webfont.eot');
  src: url('Barlow-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('Barlow-Regular-webfont.woff2') format('woff2'),
       url('Barlow-Regular-webfont.woff') format('woff'),
       url('Barlow-Regular-webfont.ttf') format('truetype'),
       url('Barlow-Regular-webfont.svg#barlowregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

.ccaweb {
  height: 100%;
  background-color: black;
}

body {
  font-family: 'barlowregular';
  margin: 0;
  background-color: black;
}

/* Site Div */
html {
        background-color: #000;   

}

/* SECTION 1: Navigation */
#primenavbanner {
    display: flex;
    justify-content: space-evenly;
    background-color: #236E94;
    align-items: center;    
    flex-wrap: wrap;
    max-height: auto;
}

#logobox {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
}

#flexnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;


}

.sitebody1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  font-size: 30px;
  text-shadow: 2px 4px black;
}

.sitebody2 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    max-height: auto;
    flex-wrap: wrap column;

}

.bodybox, .bodyboxinq {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

.bodyboxinq {
    width: 500px;
    height: 500px;
}

.trinavbanner {
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    flex-direction: row;
    align-items: center;
    max-height: auto;
    flex-wrap: wrap;
    gap: 200px;
    margin-top: 50px;

}

.trinavtext {
  display: flex;
  flex-direction: column;
  max-width: cover;
  width: auto;
  font-style: italic;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color:white;
  font-family: Arial, Helvetica, sans-serif
}

.trinavlink {
  display: flex;
  color: whitesmoke;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  width: auto;
  justify-content: space-evenly;
  align-items: center;
  height: 30px;
}

.trinavlink:hover {
  color: #00C6E6;

}

.trinavlink:active {
  color: #236E94;
}

#trinavlinkbox {
  display: flex;
  justify-content: center;
  gap: 65px;
  font-weight: bolder;
}

#trinavlogo {
  display: flex;
  justify-content: center;
  max-width: 100%;
  max-height: 100px;
}

.menu-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: auto;

}
.menu-area a { 
  display: flex;
  max-width: auto;
  flex-wrap: column;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #236E94;
  height: 60px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

.menu-area a:hover{
  background: #00C6E6;
  color: #fff;
}

.menu-area ul{
  list-style: none;
  display: flex;
  
}

.menu-area li{
  position: relative;
  width: 215px;
  max-width: auto;
  text-align: center;
}

  .menu-area li:hover .dropdown-1 > li{
  Display: block;
  top: 0;
  position: relative;  

}

.dropdown-1 li{
  display: none;
  position: relative;
}

.dropdown-1{
  position: absolute;
  display: flex;
  flex-direction: column;
  width: auto;

}

#contacthome {
  color: rgb(36, 36, 36);
  border-radius: 5%;
  text-decoration: none;
}

#contacthome:hover {
  color: gray;
  border-radius: 5%;
}

.contactbuttons {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

#phonecontactbtn, #emailcontactbtn {
  display: flex;
  width: auto;
  height: 100%;

}

#phonecontactbtn {
  background-image: url(phone2.svg);
  width: auto;
}

#narrative {
  font-size: 12px;
}

.mainbodytextdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #fff;
  height: auto;
  max-height: 800px;
  
}
#mainbodytext {
  max-width: 700px;
}

.headerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.wordbox {
  display: flex;
  text-align: left;
  width: auto;
  height: auto;
}

/* test */

.emailbanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: auto;


}
.emailbanner a { 
  display: flex;
  max-width: auto;
  flex-wrap: column;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #E86F0E;
  height: 60px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  width: 175px;
}

.emailbanner a:hover{
  background: #d36711; 
  color: #fff;
}