*{
	margin: 0;
	padding: 0;
}

.header{
	height: 90vh;
}
.navabar-style{
	box-shadow: 0 5px 10px #efefef;
	text-transform: uppercase;
}

.navbar ul li.active {
    background: darkorange;
}

.navbar ul li a:hover {
    border-bottom: 3px #FFF solid;
}

.logo{
	height: 48px;
	padding: 2px 10px;
}
.icon-bar{
	background: darkorange;
}
li a{
	color: #FFF;
	font-family: 'Allerta Stencil', Sans-serif;
}

/* Dropdown */

.navbar li .dropdown-menu {
	font-size: 15px;
	margin-top:0px;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #FFF;
}
.navbar li .dropdown-menu a{
    color: red !important;
}

/*ggogle text*/

.big-text{
	font-size: 52px;
	margin: 20px 0;
	color:darkorange;
	font-family: 'Allerta Stencil', Sans-serif;
	line-height: 90%;
}
.big-text1{
	font-size: 52px;
	margin: 20px 0;
	color: #fff;
	font-family: 'Allerta Stencil', Sans-serif;
	line-height: 90%;
	padding-top: 15%;
	text-align: center;
}
.mid-text{
	font-size: 25px;
	margin: 10px 0;
	color:#FFF;
	font-family: 'Monda', Sans-serif;
	font-style: italic;
	line-height: normal;
}
.big-2text{
	font-size: 30px;
	margin: 20px 0;
	color:darkorange;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-style: underline;
	line-height: 70%;
}
.small-text{
	font-size: 18px;
	margin: 22px 0;
	color:#FFF;
	font-family:'Courier New', Courier, monospace;
}
.bio-small-text{
	font-size: 18px;
	margin: 22px 0;
	color: darkorange;
	font-family:'Courier New', Courier, monospace;
}
bio-text{
		font-size: 18px;
	margin: 22px 0;
	color: black;
	font-family:'Courier New', Courier, monospace;
}
.sign-text{
	font-size: 29px;
	margin: 10px 0;
	font-family: 'Tangerine', serif;
	color: darkorange;
	padding-right: 40px;
}
.side-text{
	font-size: 25px;
	margin: 10px 0;
	color: darkorange;
	font-family: 'Monda', Sans-serif;
	font-style: italic;
	line-height: normal;
}

/*table styles*/
.table-text{
	font-size: 16px;
	margin: 22px 0;
	color: darkorange;
	font-family:'Courier New', Courier, monospace;
}
.table-hover> tbody> tr> td:hover{
    background-color: #ffddcc;
}
tr:hover {
	background-color: #282828;
}

body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.image{
	height: 350px;
	width: 350px;
	display: flex;
	transition: 1s;
	cursor: zoom-in;

}
.image:hover{
	background-size: 150%;
	background-position: center;

}

/*Button design*/

.btn{
	margin: 0px 10px;
	width: 150px;
	padding: 10px;
	border-radius: 20px;
}
a.btn-first{
	background-color: darkorange;
	border: 1px solid #0099e6;
	color: #fff;
	font-size: 18px;
}
a.btn-second{
	background:  #0099e6;
	border: 1px solid darkorange;
	color: #fff;
	font-size: 18px;
}
a.btn-lincoln{
	background: transparent;
	border: 2px solid #0099e6;
	color: #fff;
	font-size: 18px;
	width: 180px;
	text-align: center;
}
a.btn-moreinfo{
	background: transparent;
	border: 1px solid darkorange;
	color: #fff;
	font-size: 18px;
	width: 168px;
	text-align: center;
}
a.btn-more{
	background-color: darkorange;
	border: 1px solid #0099e6;
	color: #fff;
	font-size: 18px;
	width: 168px;
	text-align: center;

}

a.btn-first:hover{
	background: #0099e6;
	border: none;
	color: #fff;
	box-shadow: 5px 5px 10px #999;
	transition: 0.3s;
}
a.btn-bibliography:hover{
	background: #0099e6;
	border: none;
	color: #fff;
	box-shadow: 5px 5px 10px #999;
	transition: 0.3s;
}
a.btn-second:hover{
	background: darkorange;
	border: none;
	color: #fff;
	box-shadow: 5px 5px 10px #999;
	transition: 0.3s;
}
a.btn-lincoln:hover{
		background: #1abc9c;
		border: none;
		color: #fff;
		box-shadow: 5px 5px 10px #999;
		transition: 0.3s;
	}
a.btn-moreinfo:hover{
	background: darkorange;
	border: none;
	color: #fff;
	box-shadow: 5px 5px 10px #999;
	transition: 0.3s;
}

/*social menu*/

.social-menu ul{
	position: absolute;
	top: 50%;
	left: 0%;
	padding-top: 5%;
	margin: 0;
	transform: translate(0%,0%);
	display: flex;
}
.social-menu li{
	list-style: none;
	margin: 0 15px;
}
.social-menu ul li .fa{
	font-size: 30px;
	line-height: 60px;
	transition: .6s;
	color: #000;
}
.social-menu ul li .fa:hover{
	color:#fff;
}
.social-menu ul li a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	transition: .3s;
	box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover{
	transform: translate(0,-10px);
}
.social-menu ul li:nth-child(1) a:hover{
	background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover{
	background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover{
	background-color: #dd4b39;
}
.social-menu ul li:nth-child(4) a:hover{
	background-color: #0077B5;
}
.social-menu ul li:nth-child(5) a:hover{
	background-color: #c9510c;
}
.marquee-text{
	font-size: 18px;
	margin: 22px 0;
	color:darkorange;
	top:80px;
	font-family:'Courier New', Courier, monospace;
}
.footer{
	position: absolute;
	float: right;
    top:100px;
    left:170px;
	}
.resp-iframe {
    position: absolute;
    width: 100%;
    height: auto;
    border: 10;
	padding-left: 0px;
	padding-top: 100px;
	padding-bottom: 80px;
}
.post-title-line {
  background-color: darkorange;
  height: 3px;
  position: relative;
}
.border {
  border: 5px solid darkorange;
	padding-top: 80px;
}

.thumbnail:hover {
background-color: red;
opacity: 0.5;
}
