﻿body,h1,h2,h3,h4,h5 {font-family:sans-serif}

body {font-size:16px}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 18px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: transform 0.4s ease, color 0.4s ease;
}

.navbar a:hover {
    color: #1f4f7a;
    font-weight: bold;
    transform: scale(1.125);
}

/* Small screen sidebar menu */
.navbar-sm { 
    background-color: white; 
    font-family: Arial;
}

.navbar-sm a { 
    font-size: 18px;
    color: black !important;
    transition: transform 0.4s ease, color 0.4s ease;
}

.navbar-sm a:hover {
    color: black !important;
    transform: scale(1.125);
}

/* Large Full height image header */
.bgimg-lg {
  background-position: top;
  background-size: cover;
  background-image: url("background-lg.jpg");
  min-height: 100%;
  margin-top:120px;
}

/* Samll Full height image header */
.bgimg-sm {
  background-position: top;
  background-size: cover;
  background-image: url("background-sm.jpg");
  min-height: 100%;
  margin-top:110px;
}

.about-tablet {
    display: none;
}

a {text-decoration: none}

h1 {
    font-size: 56px;
}
    
h2 {font-size: 40px}

h3 {
    font-size: 32px;
}

h4 {font-size: 24px}

.HeroText {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    text-align: center;
}

.HeroText h1 {
    margin: 25px 0 0 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.05;
	color: white;
   -webkit-text-stroke: 0.1px rgba(0,0,0,0.8);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
      
.HeroText h2 {
    margin: 15px 0 0 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    color: white;
    -webkit-text-stroke: 0.1px rgba(0,0,0,0.8);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.HeroTextSmall {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}

.HeroTextSmall h1 {
    margin: 25px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
	color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
      
.HeroTextSmall h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.25;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.brand-blue {
    background-color: #1f4f7a;
}

.w3-bar .w3-button {padding: 10px}

table {
    width: 100%;
    border-collapse: collapse;
  }

.imgHalf{
    padding-top:10px;
	padding-bottom:10px;
	display: block;
	margin: 0 auto;
	border: 0px solid #ccc; /* Optional: for visualization */
}

.txtHalf{
    font-size: 18px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto; /* Centers the row horizontally */
	text-align: left; /* Centers the text within the row */
	border: 0px solid #ccc; /* Optional: for visualization */
}

#about{background-color: #E8E8E8}

#contact {background-color: #E8E8E8}

#mySidebar {
    top: 110px;
    height: calc(100% - 110px);
}