*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: verdana;
    text-decoration: none;
}
.open{
    position: relative;
    height: 500px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.op-img {
    width: 100%;
    height: inherit;
    position: absolute;
    z-index: -1;
    left: -10px;
}
.op-img img{
    height: 100%;
    width: 102%;
    object-fit: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: brightness(50%) blur(5px);
}
.open p{
    margin-top: 200px;
}
.open h1{
    font-size: 40px;
}
.locator{
    padding: 6px;
    padding-left: 80px;
    background-color: #eee;
    color: #000;
    font-size: 12px;
}
.locator a{
    color: #000;
}
.container{
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.container h1{
    border-left: 6px solid #000;
    padding-left: 20px;
}
.submaster{
    position: relative;
    height: 300px;
    margin-top: 50px;
}
.subimg{
    position: absolute;
    width: 80%;
    height: 300px;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.subimg::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 25vw 0 100px 0px #FFF;
}
.subimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%);
}
.submaster h2{
    padding: 10px;
    padding-top: 70px;
}
.submaster p{
    padding: 10px;
    width: 45%;
}
/*footer*/
.section5{
    padding-bottom: 14px;
    background-color: #2a2a2a;
}
.section5 h2{
    padding-top: 60px; 
    color: #fefcf8;
    text-align: center;
    font-size: 30px;
    padding-bottom: 70px;
}
.section5 .info{
    padding-top: 50px;
    width: 480px;
    height: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #4a4a4a;
    background-color: #282828;
    box-shadow: inset 4px 4px 10px #222;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .info a{
    color: #ccc;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .info:hover{
    color: #fefcf8;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .info a:hover{
    color: #fefcf8;
    text-shadow: 4px 4px 10px #111;;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .map{
    padding-top: 120px;
    padding-left: 70%;
}
.section5 .map .location{
    padding-top: 30px;
}
.section5 .map .location a{
    display: block;
    text-decoration: none;
    color: #ccc;
    width: 100px;
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 2px solid #ccc;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .map .location a:hover{
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    background-color: #ccc;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .copy{
    text-align: center;
    color: #aaa;
    font-size: 12px;
    font-weight: lighter;
    padding-top: 140px;
}