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

.maintest {
	position: absolute;
    width: 100%;
	height: 100%;
    left: 0;
	background-image: url("../Images/Bob_Grey.png");
 	 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
	margin-bottom: 0rem !important;
	color: #fff;
}



.obamatest {
	position: absolute;
    width: 100%;
	height: 100%;
    left: 0;
	background-color: #130f10;
		background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
	margin-bottom: 0rem !important;
	color: #fff;
}

.jumbotron {
	background: none !important;
}

.maincopy {
	max-width: 50%;
	Font-Family: 'Old Standard TT', Serif;
	font-size: 24px
}

@media only screen and (max-width: 900px) {
  body {
    background-color: #130f10 !important;
	background-image: none !important;
	
  }
	.maincopy {
	max-width: 100%;
	}
}

.text-left {
	padding-left: 15px;
}

.display-4 {
	Font-Family: 'Old Standard TT', Serif;
	font-style: italic;
}

@media only screen and (max-width: 1050px) and (min-width: 900px) {
	.bobface {
		display: none !important;
	}
}

.scicon {
	padding-right: 10px;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.portlink {
	color: #22a7f0!important;
	/*color: #AD282B !important;*/
	text-rendering: optimizeLegibility;
	cursor: pointer; 
}

a:hover { 
  text-decoration: none !important;
}

a {
	color: #22a7f0 !important;
}