#header_left {
	min-height: 90px;
}

@media(max-width:768px) {
    #header_left {
		min-height: 130px;
	}
}

@media(max-width:384px) {
    #header_left {
		min-height: 135px;
	}
}
		
p {
	text-align: justify;
}

.title{
	position: relative;
	vertical-align: center;
	color: #D4A516;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

@media(max-width:768px) {
    .title {
        font-size: 20px;
    }
}

@media(max-width:384px) {
    .title {
        font-size: 16px;
    }
}


#header-logo{
	width: 130px;
	height: 65px;
}

#nsf-logo{
	width: 60px;
	height: 60px;
}

.footer{
	align-content: center;
	text-align: center;
	background: #F2F2F2;
}

@media(min-width:768px) {
	.footer{
		margin-left: 225px;
	}
}

.apply-btn {
	background-color: black;
	border: none;
	color: #D4A516;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	text-align: center;
}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}
