html, body {
  margin: 0;
  font-family: Open Sans, Arial, Helvetics, helv, sans-serif;
  background: #1b284e;
}

/*
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}
*/

h1 {
  text-align: center;
  font-family: Philosopher;
  font-size: 56pt;
  margin-top: 60px;
  font-weight: normal;
}

h2 {
  text-align: left;
  font-family: Philosopher;
  font-size: 30pt;
  margin-top: 60px;
  font-weight: normal;
}

h3 {
  text-align: center;
  font-family: Philosopher;
  padding: 0;
  font-size: 24pt;
  margin-bottom: 50px;
  font-weight: normal;
}

a {
  color: #008fde;
}

a:hover {
  color: #33aaff
}

.p_works_link {
  text-align: center;
  font-size: 16pt;
}

.p_images_text {
  font-family: Philosopher;
  font-size: 16pt;
}

.p_images_subtext {
  font-size: 10pt;
  margin-top: -20px;
}

.worksIMG {
  border: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px transparent;
  min-width: 200px;
}

.worksIMG:hover {
  border: solid 4px #008fde;
  box-shadow: 0px 0px 4px 4px #008fde;
}

.works_link_text {
  font-family: Philosopher;
  text-decoration: none;
}

.navStyle {
  font-family: Philosopher;
  width: 200px;
  float: left;
  display: none;
  margin-top: 10px;
  
 /* margin-left: auto; margin-right: auto;*/
}

#main-container {
  color: #e1e1e1;
}

.grid-container {
  font-family: Open Sans, Arial, Helvetics, helv, sans-serif;
  /*background: #1b284e;*/
  background: transparent;
  /*background: #141b45;*/
  display:table;
  position:relative;
  width:92%;
  max-width:1100px;
  margin:0 auto;
  z-index:2;
}

.grid-col {
  vertical-align:top;
  position:relative;
  box-sizing:border-box;
  width:50%;
  float: left;
  border: solid 0px #0000ff;
  padding: 0px;
}


.blogcontainer {
  background: #1b284e;
  /*background: #141b45;*/
  display:table;
  position:relative;
  width:92%;
  max-width:1100px;
  margin:0 auto;
  z-index:2;
}

.blogitem {
  color: #ffffff;
  background: #141b45;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  width:100%;
  border: solid 4px #363d67;
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  margin-top: 20px;
 /* cursor: pointer;*/
}

.blogitem:hover {
  
  
  /*box-shadow: 0px 0px 4px 4px #363d67;*/
  
  
/*  background: #ffffff;*/
 //*color: #141b45;*/
 /*
 background-image: url("../graphics/paper_background.jpg");
 background-repeat: repeat-y;
 background-position: center center;
  background-size: 200%;
  */
}

.blogHeading {
  font-size: 16pt;
}

.blogSubheading {
  font-size: 10pt;
}

.blogTextHidden {
  display: none;
}

button.blogitem_BTN {
  font-size: 10pt;
  width: 60px;
  height: 20px;
  cursor: pointer;
}

.grid-txt {
  font-family: Open Sans, Arial, Helvetics, helv, sans-serif;
  padding: 10px;
  font-size: 12pt;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.padding-top-100 {
  padding-top: 100px;
}

#main-menu {
  background: transparent;
  width: 100%;
}

.sm-blue a {
  background: transparent;
  color: #e1e1e1;
}

.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
  /*background: #141b45;*/
  background: transparent;
  color: #008fde;
  font-family: Philosopher;
}

.sm-blue ul li a:hover {
  background: #141b45;
  color: #008fde;
  font-family: Philosopher;
}
.sm-blue ul ul li {
  background: #141b45;
  color: #e1e1e1;
}

button {
  width: 200px;
  height: 50px;
  background: #4e5e89;
  color: #cccccc;
  border: 0;
  border-radius: 10px;
  font-size: 14pt;
}

button:hover {
  background: #5f6f9a;
  color: #ffffff;
}

.moreBTN {
  font-family: Philosopher;
  
}

.footer {
  font-size: 8pt;
  text-align: center;
  color: #999999;
}

.contactInput {
   background: #4e5e89;
   padding: 6px;
   color: #e1e1e1;
   border: 0;
   border-radius: 4px;
}




.auxMenu {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0px;
}

/*
.auxMenu a {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8pt;
  color: #ffffff;
  text-decoration: none;
  background: #444444;
  border-left: solid 1px #666666;
  border-top: solid 1px  #666666;
  border-right: solid 1px  #222222;
  border-bottom: solid 1px  #222222;
  border-radius: 2px;
}
*/

.auxMenu a {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8pt;
  color: #ffffff;
  text-decoration: none;
  background: #141b45;
  /*
  border-left: solid 1px #363d67;
  border-top: solid 1px  #363d67;
  border-right: solid 1px  #000000;
  border-bottom: solid 1px  #000000;
  */
  border-radius: 4px;
}

.auxMenu a:hover {
  color: #008fde;
  background:#252c56;
}



.arrowBTNCLASS_L {
  margin-bottom: -4px; 
  margin-right: 0px; 
  cursor: pointer;
}

.arrowBTNCLASS_R {
  margin-bottom: -4px; 
  margin-left: 0px; 
  cursor: pointer;
}

.instructions {
  text-align: center;
  font-size: 8pt;
}

.jumpToTop {
  text-decoration: none;
  color: #8b8fde;
  background: #1b284e;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  
}

.jumpToTop:hover {
  color: #008fde;
  background: #1b386c;
}






  @media (min-width: 768px) {
    /* Switch to desktop layout */
  .navStyle {
    float: right;
    width: 450px;
    display: block;
  }
  
  #menuicon {
    display: none;
  }
  
  #smallMenu {
    display: none;
  }
  
  .li1 {
    margin: 0;
    padding: 0;
  }
  
  .li2 {
    margin: 0;
    padding: 0;
  }
}

  @media (max-width: 767px) {
    #menuicon {
      display: block;
    }
    
    .grid-col {
      vertical-align:top;
      position:relative;
      box-sizing:border-box;
      width:100%;
      float: none;
      padding: 0px;
    }
    
    .blogitem {
      vertical-align:top;
      position:relative;
      box-sizing:border-box;
      width:100%;
      float: none;
      padding: 20px;
      padding-top: 0px;
      padding-bottom: 0px;
    }
    
    ul li, ul ul li {
      background: #141b45;
    }
  }