
.welcome-section {
	position: relative;
    text-align: center;
}

.welcome-section div{
	position: absolute;
    margin: 0 auto;
}

.menu-section {
	position: relative;
    text-align: center;
}

.menu-section div {
	position: absolute;
    margin: 0 auto;
}

.menu-section div p{
	font-size: 1.5vw;
    color: aliceblue;
    margin:auto;
}

.img-style {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.nav-item {
    padding: 0px 20px 0px 20px;
}

.line {
    width: 50px;
    height: 0px;
    border-bottom: 2px solid #696969;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px)  {
    .welcome-section h1{
        font-size: 5vw;
    }

    .welcome-section h3{
        font-size: 4vw;
    }

    .welcome-section div{
		margin: 0 !important;
    }

    .welcome-section a.btn-lg{
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
        margin-top: 0 !important; 
    }

    .menu-section div p{
        font-size: 3.5vw;
        color: aliceblue;
    }

    .menu-section div{
		margin: 0 !important;
    }

    .menu-section .btn-lg{
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
        margin-top: 0 !important; 
    }

}


/**/
/* Style all font awesome icons */
.fa {
    color: black;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
}

/* Hover effect */
.location-section a {
    color: black;
    text-decoration: none;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-instagram:hover {
    background-color: #e95950;
}

.fa-snapchat:hover {
    background-color: #fffc00;
}

.fa-yelp:hover {
    background-color: #d32323;
}

/* Specific color for each brand */
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #f3f3f3;
}

.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #f3f3f3;
}

.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #f3f3f3;
}

.fa-snapchat {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #f3f3f3;
}

.fa-yelp {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #f3f3f3;
}

body {
    background-color: #f3f3f3;
}

.contact-section {
    background-color: burlywood;
		height: 700px;
}

.contact-section h3 {
    padding-top: 50px;
}
