.scrollable-menu {
    height: auto;
    max-height: 200px;
    margin: auto;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #ff252c;
    width: 100%;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;

}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
{
    background-color: #ff252c;
    border-color: #ff252c;
}

.btn-primary
{
    background-color: #ff252c;
    border-color: #ff252c;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
{
    background-color: #ff252c;
    border-color: #ff252c;
}

.btn-primary.focus, .btn-primary:focus
{
    background-color: #ff252c;
    border-color: #ff252c;
}

.btn-primary:hover, .btn-primary:visited
{
    background-color: #ff252c;
    border-color: #ff252c;
}
body *:not(header, footer)
{
    margin: 0px 15px;
}

h3.g-head
{
    color: #2a88bd;
}

.dropdown-menu {
    background-color: #ff252c;
    width:100%;
}

p.g-para
{
    -webkit-box-shadow: -3px 10px 10px 1px #aaaaaa;
    box-shadow: -3px 10px 10px 1px #aaaaaa;
    padding: 10px;
}

p.g-para > i
{
    margin-right: 10px;
}


header
{
    margin: 0px;
}
button.dropdown-toggle
{
    padding: 10px;
}

#email-link
{
    color: darkorange;
    font: normal 110% 'Catamaran' , sans-serif;
}


#footer-reserved
{
    padding: 20px;
    background-color: #8eb4cb;
    font: normal 50% 'Catamaran' , sans-serif;

}


.menu-list > li
{
    font: normal 130% 'Catamaran' , sans-serif;
    

}

.menu-list > li > a
{
    font: normal 110% 'Catamaran' , sans-serif;
    color: white;
}


.menu-header
{
    font: normal 200% 'Cookie', cursive;
}

.home-head
{
    color: #2a88bd;
    margin: 10px;
}

.home-header
{
    border-bottom: 1px solid #8c8c8c;
}

#fb-likes
{
    margin-top: 5px;
}

h3
{

    font: normal 180% 'Secular One', sans-serif;
}

h5
{
    font: normal 120% 'Secular One', sans-serif;
}
p
{
    font: normal 130% 'Catamaran' , sans-serif;

}

main{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

#moto
{
    padding: 2%;
    background-color: #a3c4bf;
    font-size: 130%;
    box-shadow: 10px 10px 5px #888888;
}

.image-rotate{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


