@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Expletus+Sans:700italic,400italic);
/* CSS Document */
/*Colors
  001b29 darkest green
  143242 dark blue
  0099B8 light blue
  004d76 grey blue accent
  286585 grey blue
*/
/****************************Text*******************************/
body {
  font-family: -apple-system, BlinkMacSystemFont, 
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
  "Fira Sans", "Droid Sans", "Helvetica Neue", 
  sans-serif;
  background-color:#000;
  background-image:url(../img/diagmonds.png);
  color: #001b29;
  font-weight: 400;
}

a {
  text-decoration:none;
  font-weight:normal;
  color: #004d76;
}
h1, h2, h3 {
  color:#001b29;
  font-weight: 400;
}
a:hover {
  text-decoration:none;
  color:#286585;
}
h1.title{
  font-family: 'Expletus Sans', 'Open Sans', sans-serif;
  font-weight: 700;
  color: #0099B8;
  padding: 10px 0 0 5%;
  margin: 0px;
}
h3.title{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 5px;
}
.subtitle{
  font-family: 'Expletus Sans', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #0099B8;
  padding: 0 0 10px 5%;
}
.homeLink{
  color: #004d76;
  text-decoration:none;
}
/*resume*/
.boldTitle {
  font-weight:700;
  margin-bottom:0;
  font-size:18px;
}
.center{
  text-align: center;
}
.smallCaps{
  font-variant:small-caps;
  font-size:20px;
}
ul {
  margin:0;
  padding:0;
}
li {
  margin-left:10px;
  padding-left:0px;
  list-style-type:square;
}

/*****************************Navigation*************************/
nav {
  height: 40px;
  margin-bottom: -3px;
  /*gradient background*/
  background-color: #001b29;
  background: -moz-linear-gradient(top, #001b29 0%, #004d76);
  background: -webkit-gradient(linear, left top, left bottom, from(#001b29), to(#004d76));
  /*Ufilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001b29, endColorstr=#004d76);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#001b29, endColorstr=#004d76)";*/

}
.navItem{
  margin: 0;
  padding: 8px 0px;
  height:40px;
  /*rounded top of buttons*/
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: solid 1px #143242;
  border-bottom: none;
  /*shadow on text*/
  text-shadow: 0px 0px 0px rgba(000,000,000,.5),
         1px 1px 0px rgba(0,0,0,.5);
  Ufilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aeaeae, endColorstr=#999);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aeaeae, endColorstr=#999)";
  /*transitions*/
  transition: background 1s;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;

  /*gradient background*/
  background: -moz-linear-gradient(top, #143242 0%, #286585);
  background: -webkit-gradient(linear, left top, left bottom, from(#143242), to(#286585));
  background: -ms-linear-gradient(#143242, #286585);
  background: -o-linear-gradient(#143242, #286585);
  background: linear-gradient(#143242, #286585);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#143242', endColorstr='#286585');
  zoom: 1;

  -webkit-background-size: 100% 200%;
  -moz-background-size: 100% 200%;
  background-size: 100% 200%;
  /*transitions*/
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}
.navItem:hover {
  background-position: 0 -30px;
}
nav a {
  font-size:16px;
  text-align: center;
  text-decoration: none;
  font-weight:normal;
  width: 23%;
  margin-left: 1%;
  margin-bottom: 10px;
  display: inline-block;
  color: #0099B8;
}
nav a:hover {
  font-weight:700;
  text-decoration:none;
  color: #0099B8;
}
.current {
  background-position: 0 -30px;
  font-weight:700;
}

/**********************************Boxes****************************/
.container {
  background-color:rgba(255,255,255,.5);
  padding-bottom:15px;
  min-height:100vh;
}
header {
  background: #001b29;
  border-bottom: 10px solid #286585;
  width: 100%;
}
article {
  padding: 3%;
  min-height:calc(100vh - 180px);
}
aside {
  color: #cc0099B8f;
  padding: 1%;
    margin-top: 2px;
    min-height:10px;
}
article, aside {
  background-color:rgba(255,255,255,.5);
}

article, aside, header {
  -webkit-box-shadow: 0px 5px 5px #143242;
  -moz-box-shadow: 0px 5px 5px #143242;
  box-shadow: 0px 5px 5px #143242;
}

.galleryItem {
  min-height:330px;
  margin-bottom:5px;
}
ul.ui-tabs-nav {
  border-bottom:3px #286585 solid;
}
li.ui-state-hover > a, .ui-state-active > a {
  background-color:#286585;
}
li.ui-state-hover > a > h3, .ui-state-active > a > h3 {
  color: #ccc;
}
li.ui-state-default > a > h3 {
  padding:0;
  margin:0;
  border:0;
  height:100%;
}
li.ui-state-default{
  padding:0;
  margin:0;
  border:0;
}
.loader {
  float:left;
}
.btn-default, .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
/****************************Images*******************************/
img {
  max-width: 100%;
}
.icon {
  margin-bottom:20px;
  margin-left:10px;
  margin-right:10px;
}
.homeIcon div {
  width: 128px;
  height: 128px;
}
.homeIcon:nth-child(1) div {
  background: url('../img/icon_browser.png') no-repeat;
}
  .homeIcon:nth-child(1):hover div {
    background: url('../img/icon_browser_h.png') no-repeat;
  }
  .homeIcon:nth-child(1):hover h2 {
    color:#286585;
  }
.homeIcon:nth-child(2) div {
  background: url('../img/icon_magazine.png') no-repeat;
}
  .homeIcon:nth-child(2):hover div {
    background: url('../img/icon_magazine_h.png') no-repeat;
  }
  .homeIcon:nth-child(2):hover h2 {
    color:#286585;
  }
.homeIcon:nth-child(3) div {
  background: url('../img/icon_video.png') no-repeat;
}
  .homeIcon:nth-child(3):hover div {
    background: url('../img/icon_video_h.png') no-repeat;
  }
  .homeIcon:nth-child(3):hover h2 {
    color:#286585;
  }
.homeIcon:nth-child(4) div {
  background: url('../img/icon_pencil.png') no-repeat;
}
  .homeIcon:nth-child(4):hover div {
    background: url('../img/icon_pencil_h.png') no-repeat;
  }
  .homeIcon:nth-child(4):hover h2 {
    color:#286585;
  }
.close {
  font-size: 80px;
  margin:30px -43px -20px 100px;
}
@media only screen and (min-width: 768px) {
  /*****************************Navigation*************************/
  nav {
    height: 50px;
    margin-bottom: -2px;
    /*gradient background*/
    background-color: #001b29;
    background: -moz-linear-gradient(top, #001b29 0%, #004d76);
    background: -webkit-gradient(linear, left top, left bottom, from(#001b29), to(#004d76));
    Ufilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001b29, endColorstr=#004d76);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001b29, endColorstr=#004d76);
  }
  .navItem{
    height:50px;
    margin: 0;
    padding: 10px 0px;
    /*rounded top of buttons*/
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: solid 1px #143242;
    border-bottom: none;
    /*shadow on text*/
    text-shadow: 0px 0px 0px rgba(000,000,000,.5),
           1px 1px 0px rgba(0,0,0,.5);
    Ufilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aeaeae, endColorstr=#999);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aeaeae, endColorstr=#999)";
    /*transitions*/
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
  
    /*gradient background*/
    background: -moz-linear-gradient(top, #143242 0%, #286585);
    background: -webkit-gradient(linear, left top, left bottom, from(#004d76), to(#286585));
    background: -ms-linear-gradient(#143242, #286585);
    background: -o-linear-gradient(#143242, #286585);
    background: linear-gradient(#143242, #286585);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#143242', endColorstr='#286585');
    zoom: 1;
  
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 200%;
    background-size: 100% 200%;
    /*transitions*/
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
  }
  .navItem:hover {
    background-position: 0 -45px;
  }
  nav a {
    font-size:20px;
    text-align: center;
    text-decoration: none;
    font-weight:normal;
    width: 22%;
    margin-left: 2%;
    margin-bottom: 3px;
    display: inline-block;
    color: #0099B8;
  }
  nav a:hover {
    font-weight:700;
    text-decoration:none;
    color: #0099B8;
  }
  .current {
    background-position: 0 -45px;
    font-weight:700;
  }
  aside{
    float: right;
    width: 30%;
    margin: 0px;
  }
  article.twoThirds{
    float: left;
    width: 70%;
  }
  li.ui-state-default>a>h3{
    font-size:20px;
  }
  /****************************Images*******************************/
  .homeIcon {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  header {
    padding-top: 15px;
  }
  aside {
    padding: 1%;
    margin-top: 0px;
    min-height:300px;
  }
}
@media only screen and (min-width: 1200px) {

}
/**********************Modal Video player********************/
 .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background:transparent;
  border:none;
  outline:none;
}
.modal-content iframe {
  border:none;
  padding:0;
  margin:0;
}
.close {
  font-size: 80px;
  margin:-20px 0 0 0;
}
 @media only screen and (max-width: 641px) {
  .modal-body {
    height:100px;
    padding:0;
    margin: 0;
  }
  .modal-content {
    padding:0;
    margin: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 15px;
  }
  .close {
    margin:-12px 0 0 0;
  }
}