*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font: 700 16px Arial;
  color: #4169E1;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

.arc-navbar header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: #C0C0C0;
  z-index: 1;
}

/* list-style: none; Prevents Dots From Showing Before Menu Items  */
.nav-menu li {
  list-style: none;
}

.nav-item a {
  color: #663399;
  text-decoration: none;
}

.nav-item a:hover {
  color: #FFF;
  text-decoration: none;
}

.nav-bar { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.nav-branding {
  font: 700 28px Arial;
  color: #663399;
  transition: color 500ms ease;
  margin-left: 0;
}

.nav-branding:hover, .nav-branding:focus {
  color: #4169E1;
}

.nav-category {
  font: 700 20px verdana;
  color: #C0C0C0;
}

.nav-menu {
  position: fixed;
  /* left: -100%; NEEDED FOR MOBILE TOGGLE */
  left: -100%;
  top: 30px;
  /* padding-left: 0; HELPS KEEP THE MOBILE MENU PROPERLY CENTER */
  padding-left: 0;
  flex-direction-OFF: row;
  background: #4169E1;
  width: 100%;
  height: 100vh;
  padding-bottom: 200px;
  font: 700 20px Arial;
  text-align: center;
  transition: 250ms;
  overflow-y: auto;
}

.nav-menu.active {
  /* left: 0; NEEDED FOR MOBILE TOGGLE */
  left: 0;
}

.nav-item {
  background: #C0C0C0;
  color: #663399;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 225px;
}

.nav-link {
  transition: 400ms ease;
}

.nav-link:hover, .nav-link:focus {
  color: #C0C0C0;

}

.arc-navbar .hamburger {
  cursor: pointer;
  margin-top: -4px;
}

.arc-navbar .hamburger .bar {
  display: block;
  background: #4169E1;
  width: 50px;
  
  /* The Next 3 Are For Way That The Hamburger Mobile Toggle Shows Up */
  height: 5px;
  margin: 3px auto;
  margin-right: 10px;

  /*    -webkit-transition: all 300ms ease;  */
  transition: all 300ms ease-in-out;
}

.arc-navbar .hamburger.active .bar:nth-child(2) {
  opacity: 0
}

.arc-navbar .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.arc-navbar .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1920px) {

.nav-menu {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    width: auto;
}

.arc-navbar .hamburger {
    display: none;
  }
}

@media (max-width: 1024px) {

.nav-menu-OFF {
    height: 100%;
    overflow-y: auto;
}
    
.contact-column-1, .contact-column-2 {
        width: 100% !important;
        border-right: 0 !important;
        border-left: 0 !important;
}
  
#questions-and-answers {
    margin-bottom: 25px;
    margin-top: 200px;
  
}
}

@media only screen and (min-width: 480px) {
    .mobile-only-arrow {
        display: none;
        visibility: hidden;
    }
}

.mobile-only-arrow {
        margin-top: 10px;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.page-id {
    padding-top: 60px;
    height: 100vh;
    font: 700 18px Arial;
}

#page-hero {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(rgba(65, 105, 225, 0.7), rgba(65, 105, 225, 0.7)), url("https://ConferenceCalls.cc/resources/img/C-C-Hero-BG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: 100vh;
}

.page-hero-name {
    font: 700 28px Arial;
    color: #663399;
    margin-top: 60px;
    text-decoration: none;
}
      
.page-hero-tagline {
    font: 700 24px Arial;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 15px;
}

.fa-grin-alt, .fa-grin {
    color: #663399;
}

.fa-grin-alt:hover, .fa-grin:hover {
    color: #FFF;
}

#questions-and-answers {
    padding-top: 40px;
    height: 100vh;
    font: 700 14px Arial;
    margin-bottom: 25px;
}

#contact-info {
    position: relative;
    padding-top: 40px;
    font: 700 18px Arial;
    height: 100vh;
}

.contact-info-phone {
    font: 700 22px Arial;
}

.contact-info-phone .fas {
    color: #663399;
}

.contact-info-phone .fas:hover {
    color: #FFF;
}

#contact-info .fas {
    color: #4169E1;
    text-decoration: none;
}

#contact-info .fas:hover {
    color: #663399;
    text-decoration: none;
}

#contact-info .fas a {
    text-decoration: none;
}


.contact-info-phone a {
    color: #663399;
    text-decoration: none;
}

.contact-info-phone a:hover {
    color: #FFF;
    text-decoration: none;
}

.c-f-i-f {
    width: 100%;
    height: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 50px;
    /* border: 3px dotted #4169E1; */
    border: none;
}

.page-footer {
    height: 100px;
    padding: 50px 0 100px 0;
    background: #C0C0C0;
}

.page-footer a {
    color: #663399;
    text-decoration: none;
}

.contact-column-1 {
    float: left;
    width: 50%;
    padding: 15px;
    height: 125px;
    text-align: center;
    background: #C0C0C0;
    margin-bottom: 10px;
    border-right: 2.5px solid #4169E1;
}

.contact-column-2 {
    float: left;
    width: 50%;
    padding: 15px;
    height: 125px;
    text-align: center;
    background: #C0C0C0;
    margin-bottom: 10px;
    border-left: 2.5px solid #4169E1;
}



/* Create two equal columns that floats next to each other */
.columns {
  float: left;
  width: 50%;
  height: 100vh;
  background: #FFF;
  text-align: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.scrolling-box-header {
   margin: 0 auto;
   width: 80%;
   height: 55px;
   font: 700 20px Arial;
   background: #4169E1;
   color: #C0C0C0;
   text-align: center;
   padding-top: 5px;
   margin-top: 60px;
   margin-bottom: 5px;
  
}

.scrolling-box {
   margin: 0 auto;
   width: 80%;
   height: 300px;
   font: 700 16px Arial;
   background: #EEE;
   color: #663399;
   border: 3px solid #C0C0C0;
   text-align: center;
   overflow-y: scroll;
   padding: 10px 5px 100px 5px;
   text-decoration: none;
}

.scrolling-box a {
   text-decoration: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columns {
    width: 100%;
}
  
.scrolling-box-header {
   margin: 0 auto;
   width: 95%;
   margin-top: 60px;
}
  
.scrolling-box {
   margin: 0 auto;
   width: 95%;
   height: 300px;
  }
}