@font-face {
    font-family: 'Bandera Pro';
    src: url('BanderaPro-BoldItalic.woff2') format('woff2'),
        url('BanderaPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

* {
    font-family: 'Bandera Pro';
}

.home-part {
    background-image: url(Mira.jpg);
    min-height: 100vh;
    height: 100%;
}

.col-md-3{
    padding: 0px;
} 

header {
    height: 100%;
}

h1 {
    color: #18443f;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 8vw;
    margin-left: 10%;
    margin-top: 5%
}

h2 {
    color: #7a6c2d;
    margin-left: 10%;
    margin-top: 40px;
    font-size: 22px;
    text-shadow: 0 0 100px #000;
    font-weight: 700
}

a {
    color: #7a6c2d
}

.box {
    width: 100%;
    height: auto
}

.logo {
    max-width: 100%;
    padding-left: 1em;
    position: absolute;
    top: 0;
}

.round {
    background-color: #eee;
    height: 40%;
    width: 40%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    transform: rotate(-30deg);
    padding: 1em
}

.partI {
    padding-top: 10%
}

.partII {
    margin-top: 50%;
    padding-left: 20%;
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 10px;
    padding-top: 20px
}

.menu {
    font-weight: 700;
    color: #696969;
    font-size: 1.5em
}

.menu:hover,
a:hover {
    text-decoration: none;
    color: #a9a9a9
}

p {
    text-align: justify;
}

.navbar-nav {
    display: block;
    height: 100%;
    min-height: 100vh;
}

nav {
    width: 100vw;
    height: 100%;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff
}

.nav-link {
    background: 0 0;
    border: none;
    display: block;
    margin: 0 auto;
    font-size: 3em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #fff !important;
    text-shadow: 0 0 100px #000
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: #fff;
    min-width: 100%;
    text-shadow: none;
    color: #7a6c2d !important
}

.navbar-collapse {
    position: fixed;
    height: 100vh;
    z-index: 10;
    width: 100%;
    top: 0;
    overflow: scroll;
}

.nav-link:first-child {
    margin-top: 1em;
}
.nav-link:last-child {
    margin-bottom: 1em;
}

.hamburger-box {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3))
}

.home-part_responsive {
    background-image: url(Mira.jpg);
    height: 150px
}

#home .home-part_responsive {
    background-color: #fff;
    background-image: none;
    height: 150px
}

.round_responsive {
    background-color: #eee;
    height: 100px;
    width: auto;
    margin: 20px 0;
    border-radius: 100%;
    transform: rotate(-30deg);
    padding: .5em
}



#home h1 {
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 8vw;
    text-shadow: 0 0 100px #000;
    margin-left: 10%;
    margin-top: 30%
}

#home h2 {
    color: #fff;
    margin-left: 10%;
    margin-top: -10px;
    font-size: 20px;
    text-shadow: 0 0 100px #000
}

#home .box {
    width: 100%;
    height: auto
}

#home .round {
    background-color: #eee;
    height: 40%;
    width: 40%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    transform: rotate(-30deg);
    padding: 1em
}

#home .partI {
    margin-top: 10%
}

#home .partII {
    position: fixed;
    bottom: 10%;
    left: -10%;
    text-align: center
}

#home .menu {
    font-weight: 700;
    color: #696969;
    font-size: 1.5em
}

#home .menu:hover,
#home a:hover {
    text-decoration: none;
    color: #a9a9a9
}

#home .cta {
    background-color: #fff;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2em;
    margin-left: 30%;
    margin-right: -15px
}

#home .cta a {
    color: #696969
}

.footer {
    background-color: #eee;
    min-width: 100%;
    padding: 1em;
    line-height: 1em;
    bottom: 0px;
}

.footer p {
    margin: 0px;
    font-size: .6em;
    text-align: right;
}

.contact {
    line-height: 1.3em;
    margin-top: 2em;
}

.story {
    background-image: url(Mira.jpg);
    height: 100%;
}

ul {
   list-style-type: none;
    padding-left: 0px;
}
li:before {
   content: '- ';
}








@media screen and (max-width:575px) {
    .col-md-3 {
        height: 10%
    }

    h1 {
        font-size: 3em
    }

    .box {
        width: 30%;
        height: auto
    }

    .round {
        padding: 0
    }

    .partII {
        margin-top: 0;
        margin-left: 50%
    }
}

@media screen and (max-width:575px) {
    .col-md-3 {
        height: 10%
    }

    h1 {
        font-size: 3em
    }

    .box {
        width: 30%;
        height: auto
    }

    .round {
        padding: 0
    }

    .partII {
        margin-top: 0;
        margin-left: 50%
    }
}

@media screen and (min-width:768px) {
    .mobile {
        display: none
    }

    .desktop {
        display: block
    }
}

@media screen and (max-width:767px) {
    .mobile {
        display: block
    }

    .desktop {
        display: none
    }

    #home .home-part {
        background-image: url(Mira.jpg);
        min-height: 80vh;
        background-repeat: no-repeat;
        background-size: cover
    }
    
    .box {
        min-width: 100%;
        min-height: auto;
        display: block;
        margin: 0 auto;
    }
}

