.sc-primary {
	background-image: url('../images/photo-bkground.jpg');
	background-blend-mode: overlay;
	opacity: 0.8;
	padding-bottom:1px;
	background-size: cover
}

.shi-primary {
	display: flex;
	align-items: center;
}

.headertext {
	display: inline;
	font-size: x-large;
	margin-left: 40px;
}


footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footext {
	display: inline;
	text-align: left;
}

.fooimg {
	display: inline;
}

.foocpy {
	display: inline;
	text-align: center;
	font-size: smaller;
}

#animedtext {
	white-space: nowrap;
	display: inline;
}

.cursor {
	display: inline;
	animation: blink 1s steps(1) infinite;
}

@keyframes blink {
	50% { opacity: 0; }
}

.pdf-logo {
    margin-right: 30px;
    margin-left: 10px;
}

.dl-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dl-button {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

.dl-button .dl-a {
    display: block;
    height: 50px;
    /* width: 200px; */
    color: white;
    font: 17px/50px sans-serif,Helvetica;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #355C7D; 
    padding-right: 20px;
}

.dl-button .dl-p {
    background: #6C5B7B;
    display: block;
    height: 40px;
    width: 305px;
    margin: -50px 0 0 10px;
    text-align: center;
    font: 14px/45px sans-serif,Helvetica;
    color: #eee;
    position: absolute;
    z-index: -1;
    -webkit-transition: margin 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    -moz-transition: margin 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    -o-transition: margin 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    -ms-transition: margin 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    transition: margin 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}


.dl-button .dl-a, .dl-p {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 13px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.dl-button:hover .bottom { 
	margin: -10px 0 0 10px 
}

.dl-button:hover .top {
    margin: -80px 0 0 10px;
    line-height: 35px;
}

.center-detail {
	display: flex;
	align-items: center;
	justify-content: center;

}
