/* * {
   outline: 1px solid red;
  } */

body {
  background-color: black;
}

#bodyContainer  {
  
}

#logo-image {
  max-width: 25%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
    /* Adjust max-width for screens smaller than 768 pixels (typical mobile devices) */
    #logo-image {
      max-width: 45%; /* You can adjust this value based on your preference */
    }
}

#section1 {
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 15px;
}


h1 {
  font-size: 40px;
  color: #FFF;
  font-family: 'Kanit', sans-serif;
  margin: 0 0 15px 0;
}

#media-types {
  font-size: 18px;
  color: #DDD;
  font-family: 'Bangers', cursive;
}

#harry-photo {
  max-height: 366px;
  max-height: 208px;
  margin: auto;
}

#phone, #email {
  font-family: 'Rambla', sans-serif;
}

.phone, .phone-note {
  color: #DDD;
  font-size: 20px;
  padding: 0 0 15px 0;
}

.phone-note {
  color: #DAA520;
  font-size: 15px;
}

#email, #email:hover {
  padding: 10px 0 0 0;
  color: #007;
  font-size: 20px;
  text-decoration: none;
}

#agency-details p {
  margin: 20px 0 0 0;
}

#atlas-link {
  text-decoration: none;
}

#atlas_logo {
  padding: 5px 0 0 0;
  max-height: 110px;
  max-height: 147px;
  margin: auto;
}

#section2 {
  margin: auto;
  margin: 8px 0 8px 0;
}

#section2-left-content { 
  text-align: center;
  line-height: 15px;
  padding: auto;
}

#section2-left-content p { 
  font-size: 15px;
  color: #FFF;
  margin: 15px 0 0 0;
}

#section2-right-content {
  margin-top: 16px;
  background: lightgrey;
  border-radius: 10px;
  line-height: 15px;
  font-family: 'Rambla', sans-serif;
}

#section2-right-header {
  font-family: 'Rambla', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 15px;
}

#demos-container span {
  padding-left: 20px;
  margin: 0 0 0 0;
}

#demos-container hr {
  border-color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 0;
  line-height: 2px;
  max-width: 88%;
}

#section2-right-content ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#section2-right-content li {
  margin: 8px 0 0 0;
  font-size: 20px;
}

#section2-right-content ul li a {
  text-decoration: none;
  color: #00F;
}

#section2-right-content ul li a:hover {
  color: #F00;
}

#demos-right-col, #demos-left-col {
  margin: 0 0 0 0;
}

#video-div-container {
  padding: 20px 0 5px 0;
}

#radio-one-video {
  margin: 20px 0 0 0;
}

#benztown-logo-container {
  padding: 20px 0 10px 0;
}

#benztown_logo {
  padding: 5px 0 0 0;
  max-height: 155px;
  margin: auto;
}

footer {
  margin: 0 0 0 0;
}
.copyright {
  padding: 15px 0 15px 0;
  color: #FFF;
}

.social-container {
  font-size: 30px;
  color: grey;
}
.social-container li {
  list-style-type: none;
  display: inline-block;
}

.circle-icon {
    border: solid 2px grey;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
}

.circle-icon:hover {
    background: #000;
    border: solid 2px #FFF;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
}

#atlas2019 {
  height: 167px;
  width: 214px;
  background-image: url(/img/atlas_sprites.png);
  background-position: -125px 0px;
}

#youtube {
  color: #F00;
}

#facebook {
  color: #00F;
}

#instagram {
  color: #FFF;
}
