.landing-header{
	background: #D39307;
}
.landing-body{
    background:#000;
	/*background-image: url('../images/g1.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.landing-page-title{
	font-family: 'Volkhov';
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    padding-top: 200px;
}
.landing-section{
	margin: 20px 0px 100px 0px;
}
.landing-section a{
    color: #f1eaeb;
    text-align: center;
    position: relative;
    display: block;
    top: 30%;
    font-family: 'Volkhov';
    font-size: 4vw;
    font-weight: bold;
    background: #D39307;
    /*width: 60%;*/
    padding: 30px 20px;
    border: 6px solid #f1eaeb;
    margin-top:20px;
    line-height: 36px;
    transition: 0.4s
}
.sec-left{
	/*left: 38%;*/
}
.sec-right{
/*	right: -5%;*/
}
.landing-section a:hover{
	color: #000;
	background: #fff;
	border: 6px solid #D39307;
}
/*.logo{
	padding-top: 20px;
    width: 300px;
    display: block;
    position: relative;
    margin: 0px auto;
}*/
.Glen-Waverley{
    margin-left:31%;
}
#popup .modal-content{
    background:transparent;
}
#popup .modal-body{
    padding:0px;
}
#popup .modal-body a{
    margin:20px auto;
}

@media (max-width: 768px) {
    .landing-body {
        background: #000;
        padding-bottom: 50px;
    }
	.landing-page-title{
		font-family: 'Volkhov';
	    font-size: 60px;
	    font-weight: bold;
	    color: #fff;
	    padding-top: 150px;
	}
	.landing-section{
		margin: 10px 0px 60px 0px;
	}	
	.landing-section a {
	    color: #f1eaeb;
	    text-align: center;
	    position: relative;
	    display: inline-block;
	    left: 5%!important;
	    font-family: 'Volkhov';
	    font-size: 40px;
	    font-weight: bold;
	    background: #D39307;
	    width: 90%;
	    padding: 20px;
	    border: 6px solid #f1eaeb;
	    line-height: 36px;
	}
	.sec-left{
		top: 30%!important;
	}
	.sec-right{
		top: 0%!important;
		right: 0%;
	}
	.Glen-Waverley{
        margin-left:0%;
    }
    #popup .modal-body {
        padding: 0px;
    }
    #popup .responsive{
        width:100%;
        height:auto;
    }
    #popup .modal-dialog {
        margin-top: 180px;
        width: auto;
    }

}