@font-face {
    font-family: Light; 
    src: url(../assets/Majesti-Banner-Light.otf);
    font-style: normal;
} 

@font-face {
    font-family: Heavy; 
    src: url(../assets/Majesti-Banner-Heavy.otf);
    font-style: normal;
} 

html {
    min-width: 550px;
    position: relative;
}

body{
    background: url(../images/background.jpg) no-repeat center center fixed;
}

/* Style the content */
.mainLogo {
    background: url(../images/logo_white.png) no-repeat center center fixed;
    background-size: 600px;
    height: 280px
}

h1{
    text-align: center;
    font-family: 'Light';
    color: white;
    padding: 50px
}

h2{
    font-family: 'Heavy';
    color: white;
    margin-left: 50px;
    padding-top: 50px;
}

h3{
    text-align: center;
    font-family: 'Heavy';
    color: white;
    font-size: 50px;
    margin-top: 50px;
}

.content{
    text-align: center;
    color: whitesmoke;
    font-family: 'Light';
    font-size: 20px;
    margin-left: 250px;
    margin-right: 250px
}

.mission_content{
    color: whitesmoke;
    font-family: 'Light';
    font-size: 20px;
    margin-left: 100px;
    margin-right: 20px
}

.address{
    text-align: center;
    color: whitesmoke;
    font-family: 'Light';
    font-size: 20px;
}

.menu_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.menu_card * {
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.menu_card img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    height: 400px
}

.menu_card figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.menu_card figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #700877;
    content: '';
    background: linear-gradient(90deg, #f39c12 0%, #ff2759 100%, #ff2759 100%);
    opacity: 0.8;
    z-index: -1;
}

.menu_card .price {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

.menu_card .price span {
    display: block;
    line-height: 14px;
}

.menu_card .price .month {
    font-size: 11px;
}

.menu_card h3,
.menu_card p {
    margin: 0;
    padding: 0;
}

.menu_card h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}

.menu_card p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.menu_card a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.menu_card:hover img,
.menu_card.hover img {
    transform: scale(1.1);
}

.navigation_bar {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.navigation_bar * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
.navigation_bar li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1.5em;
    padding: 0;
}
.navigation_bar a {
    padding: 0.4em 0;
    color: rgba(255, 255, 255, 1);
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.navigation_bar a:before {
    position: absolute;
    content: '';
    transition: all 0.35s ease;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-top: 3px solid #DC143C;
    border-bottom: 3px solid #DC143C;
}
.navigation_bar a:hover,
.navigation_bar .current a {
    color: #ffffff;
}
.navigation_bar a:hover:before,
.navigation_bar .current a:before {
    opacity: 1;
    top: 0;
    bottom: 0;
}

body {
    padding: 50px 0;
}