﻿/* Place Your Custom Styles Here */
.img-top-pc{
	margin-top: 75px;
}

@media screen and (max-width: 991px){
	.img-top-pc{
		margin-top: 0px;
	}
}
#entry-btn {
    color: #fff !important;
    border: 2px solid #fff;
    background-color: #7d5642 !important;
    line-height: 20px;
    padding: 16px 34px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}
#entry-btn:hover {
    color: #7d5642 !important;
    border: 2px solid #fff;
    background-color: #fff !important;
}
