/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  border: none;
}


/*
 * Base structure
 */

html{ /*height:100%;*/position:relative;}
body {
  height: 100%;
  /*background-color: #333;*/
  font-family: Helvetica,Arial,sans-serif;
  color: #000;
  text-align: left;
  font-size:20px;
}
#background{
	position: absolute;
    top: 200px;
    left: -50%;
    width: 150%;
    height: 100%;
	background-image: url("../img/symbol.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        /*background-position: left top;*/
	
	
    opacity: 0.15;
    filter:alpha(opacity=15);
	z-index:-100;
}


hr{
	margin-bottom:80px;
	margin-top:130px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  /*display: table-cell;*/
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
@media (max-width: 768px) {
.inner {
  padding: 30px;
  margin-left:0%;
  margin-right:0%;
}
}
@media (min-width: 768px) {
.inner {
  padding: 30px;
  margin-left:25%;
  margin-right:20%;
}
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navlink{color: #fff;}
.navlink:focus {color: #fff;}
.navlink:hover {color: #fff;}

@media (max-width: 768px) {
nav {
	left:0px;
	width:100%;
	position:relative;
	z-index:99;
	text-align:center;
}
.masthead-nav {
	left:0px;
	position:relative;
	padding:0;
	margin:0;
	width:100%;	
  background-color: #009fe3;
}
.masthead-nav > li {
  display: inline-block;
  list-style-type:none;
  background-color: #009fe3;
  text-align:right;
  font-size:20px;
  padding-right:20px;
  padding-bottom:5px;
  padding-top:5px;
  
}
}

@media (min-width: 768px) {
nav {
	left:0px;
	top:300px;
	width:100%;
	position:fixed;
	z-index:99;
}
.masthead-nav {
	left:0px;
	position:fixed;
	padding:0;
	margin:0;
	width:20%;	
}
.masthead-nav > li {
  /*display: inline-block;*/
  list-style-type:none;
  background-color: #009fe3;
  text-align:right;
  font-size:30px;
  padding-right:10px;
  padding-bottom:5px;
  padding-top:5px;
  margin-bottom:10px;
  
}
}


/*
@media (min-width: 768px) {
  .masthead-brand {
    float: right;
  }
  .masthead-nav {
    float: left;
  }
}
*/

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.headercontainer{
	top:0px;
}
h1, body{
	color:#003063;
}

.headerwelcome{
	background-color:#003063;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:right;
	width:40%;
	padding-right:30px;
	position:relative;
	top:130px;
	z-index:10;
	float:left;
}
@media (max-width: 768px) {
	.logo{
		right:10%;
		width:50%;
		position:relative;
		text-align:left;
		z-index:10;
		float:right;
		margin-bottom:-20px;
	}
	.logo > img{
		/*height:200px;*/
		width:100%;
	}
}
@media (min-width: 768px) {
	.logo{
		right:10%;
		height:230px;
		position:relative;
		text-align:left;
		z-index:10;
		float:right;
		margin-bottom:-20px;
	}
	.logo > img{
		height:230px;
	}
}
.topimg{
	left:0;
	width:100%;
	position:relative;
	height:70%;
	z-index:0;
	overflow:hidden;
}
.topimg > img{
	/*width:100%;*/
	width:100%;
	margin-top:-10%;
	margin-bottom:-20%;
}

.row{
	margin-bottom:40px;
}
.site-wrapper-inner{top:0;}
/*
 * Footer
 */

.mastfoot {
  color: #888;
  font-size:10px;
  text-align:center;
  padding-top:20%;
}

@media (min-width: 768px) {
.lead{
	padding-top:50px;
	padding-bottom:50px;
}
}

/*
 * Affix and center
 */
/*
@media (max-width: 768px) {
	.masthead-nav > li {
  display: inline-block;
  
}
.masthead-nav > li > a{
  width:200px;
}
*/
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    /*position: fixed;*/
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
	  position:relative;
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
	
	margin-top:80px;
  }
}
/*
@media (min-width: 992px) {
  /*.masthead,
  .mastfoot,*/
  /*.cover-container{
    width: 700px;
  }
}*/
