
body{
  /*background-color:#000;*/
}


#mainH1{
  margin-left: 10px;
  font-size: 30px;
  text-decoration: none;
  color:#9ee9eb;
}

#mainLink{
  text-decoration: none;
}

#mainLinkSpan a{
  text-decoration: none;
}

#mainLinkSpan a:hover{
  text-decoration: none;
}

nav{
  margin-top: -17px;
  background-color: #2B2B2B !important;
  background-image: linear-gradient(#2B2B2B, #2B2B2B 60%, #2B2B2B) !important;
  height: 43px;
  padding:5px;
}

nav ul{
  margin-left: 100px;

}

nav ul li{
    list-style: none;
    display: inline;
}


nav li a{
  text-decoration: none;
  color: #91e3e4;
  padding: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

nav li a:visited{
  color: #91e3e4;
}


nav li a:hover{
  text-decoration: none;
  background-color: #202024 !important;
  color: #fff;
}


@font-face {
  font-family: Oswalkd53;
  src:url(../fonts/Oswalk_v53.woff2);
}

/*Bold Script*/
@font-face {
  font-family: AmandaBlack;
  src:url(../fonts/Ananda-Black.ttf);
}

/*Lite Script*/
@font-face {
  font-family: Cherolina;
  src:url(../fonts/Cherolina.ttf);
}

/**/
@font-face {
  font-family: Uroob;
  src:url(../fonts/Uroob-Regular.ttf);
}


h1 {
  font-family: Oswalkd53;
  color:#06dbd8;
  text-transform: uppercase;
}

h2 {
  font-family: Oswalkd53;
  color: #FFF;
  text-transform: uppercase;
}


h3 {
  color: #d31145;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
}

#logo_div{
  text-align: right;
  /*max-width: 200px;*/
  right: 5px;
  /*height:100px;*/
}

/*DESIGN*/
header{
  background-image: url("../img/banners/guinn-tech_banner1.jpg");
}

footer{
  background-image: url("../img/bgs/tactile_noise.png");
  height:150px;
}

footer section{
  border:0px;
}

/*
#mobile_main_menu{
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
  height:40px;
}


#mobile_main_menu h1{
  margin-top: -17px;
}
*/

#app_crumb_div{
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
}

#app_crumb{
  margin-left:110px;
}

#main_header_section .column{
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
  border:#000;
}


.odd-section {
    height: auto;
    padding-top: 100px;
    background: #000000;
    color: #fff;
    background-image: url(../img/bgs/metal-fiber1.png) !important;
    padding-left: 10%;
    padding-right:10%;
    font-family: Arial;
}

.odd-section a{
  color: #06dbd8;
}

.odd-section a:hover{
  color: #06dbd8;
}

.even-section {
    height: auto;
    /* height: 100%; */
    padding-top: 100px;
    background: #232323;
    color: #fff;
    background-image: url(../img/bgs/transparent-bg.png) !important;
    padding-left: 10%;
    padding-right:10%;
    font-family: Arial;
}

.even-section a{
  color: #06dbd8;
}

.even-section a:hover{
  color: #06dbd8;
}

.leftAlign{
  text-align: left;
}
