@import "animate.css";
body {
    /*background-image: url(../images/base/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    font-family: 'Sriracha', cursive;
}
.background {
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../images/base/background.jpg);
    /*opacity:0.9;*/
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:-1;
}

hr {
    border: 0;
    height: 3px;
    margin: 0;
    width: 100%;
    background: linear-gradient(to right, transparent 5%, white 25%, yellow, white 75%, transparent 95%);
}
.outer {
    text-align: center;
}
.inner {
    width: 100%;
    display: inline-block;
    padding-top: 15%;
    text-align: center;

}
.title,
.message {
    text-shadow: -5px -5px 30px midnightblue, 5px -5px 30px midnightblue, 5px 5px 30px midnightblue, -5px 5px 30px midnightblue;
}

.title {                
    margin: 0 auto;
    padding: 0 auto;
    font-size: 5rem;
    color: yellow;
}
.message {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 6rem; 
    color: white;
}
.address{
    margin: 0 auto;
    padding: 0 auto;
    font-size: 2rem; 
}

.main-logo {
    width: 600px;
    filter:drop-shadow(-5px -5px 20px midnightblue) drop-shadow(5px -5px 20px midnightblue) drop-shadow(5px 5px 20px midnightblue) drop-shadow(-5px 5px 20px midnightblue);
}
}

#get  {
	font-size: 3rem;
	border-style: none;
	border-radius: 10px; 
	margin-bottom: 1rem;
	color: #FFFFFF; 
	background-color: #FF00FF;
}
#get:hover {
	background-color: #FF66FF;
}
#map-canvas {
	margin:auto; 
	width: 90%; 
	height: 30vh;
	display:none;
}
@media screen and (max-width:1024px){
    .inner img {
        width: 80%;
    }
    .title {
        font-size: 3.5rem;
    }
    .message {
        font-size: 4.5rem;
    }
    #get  {
	font-size: 2.5rem;
    }
    .address {
	font-size: 1.8rem;
    }
    #map-canvas {
	width: 94%;
    }
}
@media screen and (max-width:720px){
    .inner img {
        width: 90%;
    }
    .title{
        font-size: 3.2rem;
    }
    .message {
        font-size: 4rem;
    }
    #get  {
	font-size: 2rem;
    }
    .address {
	font-size: 1.5rem;
    }
    #map-canvas {
	width: 98%;
    }
}
@media screen and (max-width:540px){
    .title {
        font-size: 2.3rem;
    }
    .message {
        font-size: 3.3rem;
    }
    #get  {
	font-size: 1.8rem;
    }
    .address {
	font-size: 1.2rem;
}