@charset "UTF-8";
/* CSS Document */

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
  background-color: rgb(1, 0, 57);
}

/* header styling - fixed menu position*/
header {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}

body {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding: 5.5em;
}

footer {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 5em;
}

/* global site default heading and paragrpah settings. */

h1 {
  /*display: block;*/
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgb(138, 236, 249);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.325em;
  margin: 1em 1em 1em 1em;
  padding: 0em 0em 0em 0em;

  /* margin-top: 2em;
  margin-bottom: 3em;
  /*text-align: center;*/
  background-color: transparent;
}

h2 {
  font-weight: 100;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: whitesmoke;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.325em;
  background-color: transparent;
  margin: 1em 0.5em 0.25em 0.5em;
  padding: 1em 0.5em 0.25em 0.5em;
}

h3 {
  font-weight: 100;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: whitesmoke;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.325em;
  background-color: transparent;
  margin: 1em 0.5em 0.25em 0.5em;
  padding: 1em 0.5em 0.25em 0.5em;
  opacity: 0.75;
}

h4 {
  display: block;
  font-size: 1em;
  font-weight: 100;
  line-height: 1;
  /*padding: 4em;*/
  margin: 1em 0.5em 0.25em 0.5em;
  padding: 1em 0.5em 0.25em 0.5em;
  /*text-align: center;*/
  color: whitesmoke;
  background-color: transparent;
  /*border-left-style: solid;
	border-left-color: #92a8d1;*/
}

h5 {
  display: block;
  font-size: 1em;
  font-weight: 100;
  line-height: 1;
  /*padding: 1em; */
  margin: 1em 0.5em 0.25em 0.5em;
  padding: 1em 0.5em 0.25em 0.5em;
  /*text-align: center;*/
  color: whitesmoke;
  background-color: transparent;
  /*border-left-style: solid;
	border-left-color: #92a8d1;*/
}

h6 {
  display: block;
  font-size: 1em;
  font-weight: 100;
  line-height: 1;
  /* padding: 4em;*/
  margin: 1em 0.5em 0.25em 0.5em;
  padding: 1em 0.5em 0.25em 0.5em;
  /*text-align: center;*/
  color: whitesmoke;
  background-color: transparent;
  /*border-left-style: solid;
	border-left-color: #92a8d1;*/
}

/* Global site paragraph styles */
p {
  display: block;
  color: rgb(148, 144, 144);
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  background-color: transparent;
}

.footer-text {
  display: block;
  color: rgb(138, 236, 249);
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  background-color: transparent;
  text-align: center;
  opacity: 0.75;
}

.footer-text-right {
  display: block;
  color: rgb(138, 236, 249);
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  background-color: transparent;
  text-align: center;
  opacity: 0.75;
}

/* Content paragraph box for columns styles */
.info-box {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  background-color: transparent;
  text-align: left;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 100;
}

.img2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  opacity: 0.6;
  padding: 0em 1em 0em 1em;
}

/* Bullet styling used in about page */
ul.bullet {
  list-style-type: disc;
  color: rgb(148, 144, 144);
  position: center;
  margin: 1px;
  padding: 0em;
  background-color: transparent;
  font-size: 1em;
}

.hero-image {
  background-image: url("IMAGES");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* column styles settings area */
.col {
  width: 100%;
}

.row {
  height: auto;
}

/*ckear the reactive row settings after the row*/
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

/* list style type indicating text only */
.style-nav ul {
  list-style-type: none;
}
/* Menu Items font and layout */
.style-nav ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
}

/* Navigation Menu Roll over effects when visiting links */
/* unvisited link */
.style-nav a:link {
  color: whitesmoke;
}

/* visited link */
.style-nav a:visited {
  color: whitesmoke;
}

/* mouse over link */
.style-nav a:hover {
  color: rgb(138, 236, 249);
}

/* selected link */
.style-nav a:active {
  color: rgb(138, 236, 249);
}

/* Set navigationb menu active page color style. 
	To be applied in html <li> element to set this color*/
#active {
  color: rgb(138, 236, 249);
}

/* Tablet break point settings  */

@media (min-width: 768px) {
  h1 {
    /*display: block;*/
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    color: whitesmoke;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.325em;
    margin: 1em 0em 1em 0em;
    padding: 2em 0.5em 0.25em 3em;

    /* margin-top: 2em;
    margin-bottom: 3em;
    /*text-align: center;*/
    background-color: transparent;
  }

  img {
    width: 90%;
  }
  .img2 {
    width: 50%;
  }

  footer {
    padding-top: 20em;
  }

  /* Navigation Menu*/
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
  .style-nav ul li a {
    font-size: 14px;
    padding: 8px;
  }
  .col-md-one-half {
    width: 50%;
  }

  /* Create two equal columns that floats next to each other */
  .column-one-half {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
  }

  ul.bullet {
    list-style-type: disc;
    color: rgb(148, 144, 144);
    position: center;
    margin: 10px;
    padding: 0.1em 1em 1em 3em;
    background-color: transparent;
    font-size: 1.2em;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row:before,
  .row:after {
    content: "";
    display: table;
  }
  .row:after {
    clear: both;
  }
}

/* Desktop View Break Point Settings Settings */

@media (min-width: 1024px) {
  .img2 {
    width: 40%;
  }

  footer {
    padding-top: 10em;
  }

  .style-nav {
    float: right;
  }

  .style-nav ul li a {
    font-size: 16px;
    padding: 10px;
  }

  .col-md-one-half {
    width: 50%;
  }

  h1 {
    /*display: block;*/
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    color: whitesmoke;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.325em;
    margin: 1em 0em 1em 0em;
    padding: 2em 0.5em 0.25em 3em;

    /* margin-top: 2em;
    margin-bottom: 3em;
    /*text-align: center;*/
    background-color: transparent;
  }
}
