html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  padding-bottom: 2em;
  min-height: 100%;
}
.mobile{
    display: none;
}
#main_logo{
    font-size: 2.5em;
    text-align: center;
    font-family: 'Alice', serif;
    text-transform: uppercase;
    /*margin: 1rem 0;*/
}
#main_logo a{
    color: #222;
    border-bottom: 2px solid #222;
}
#main_logo a span{
    font-size: 1.6em;
}
#main_logo a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}
nav{
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
nav a:hover{
    color:blueviolet;
}
.index_content{
    background-image: url('../images/background.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    padding-bottom: 10em;
}
.index_content .container-fluid .row .wideView{
    margin-top: 12%;
}
.index_content .container-fluid .row .wideView .row{
    background-color: #fff;
    margin-bottom: 1px;
    text-align: left;
    text-transform: capitalize; 
}
.index_content .container-fluid .row .wideView .row div a h5{
    font-weight: 300;
    font-size: 1.15em;
}
.index_content .container-fluid .row .wideView .row div a i{
    font-size: 1.2em;
    color: blueviolet;
    font-weight: bolder;
    margin-top: 0.6em;
}
.index_content .container-fluid .row .wideView .row div a:hover{
    color: blueviolet;
    font-weight: 500;
}
.index_content .container-fluid .row .col-md-offset-1{
    /*background: #000;
    opacity: 0.7;*/
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 2.2em;
    margin-top: 8%;
    text-align: center;
}
.index_content .container-fluid .row .col-md-offset-1 h3{
    text-transform: uppercase;
    text-align: center;
    /*opacity: 1;*/
    color: #ffffff;
    letter-spacing: 2px;
}
/*.index_content .container-fluid .row .col-md-offset-1 h3 span{
    border-bottom: 2px solid blueviolet;
    opacity: 1;
    color: blueviolet;
    color: #ffffff;
}*/
.index_content .container-fluid .row .col-md-offset-1 p{
    text-align: center;
    letter-spacing: 2px;
    /*opacity: 1;*/
    font-size: 1.1em;
    color: #ffffff;
}
.index_content .container-fluid .row .col-md-offset-1 a{
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    /*opacity: 1;*/
    font-size: 1.2em;
    padding: 1em 1.5em;
    color: #ffffff;
    margin-bottom: 2em;
}
.index_content .container-fluid .row .col-md-offset-1 a:hover{
    border-color: blueviolet;
    /*color: blueviolet;*/
    /*opacity: 1;*/
}
footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 1em;
    background: #fff;
}
footer p{
        margin: 0;
        padding: 0;
}
footer p span{
    color:blueviolet;
    font-size: 1.1em;
}
footer #location p{
    font-size: 1.3em;
}
#navbar_search .modal-body{
    text-align: center;
}
#navbar_search .modal-body input{
    height: 2em;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid blueviolet;
    font-size: 1.3em;
}
/*small device*/
@media only screen and (max-width: 768px){
    .wideView{
        display: none;
    }
    .mobile{
        display: block;
    }
    #main_logo{
        font-size: 1.5em;
        text-align: left;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #main_logo a{
         border: none;
     }
     #main_logo a span{
         font-size: 1em;
     }
    nav{
        font-size: 1em;
    }
    .fa-navicon{
        position: fixed;
        top: 1.35em;
        right: 1em;
        font-size: 1.4em;
    }
    .mobile.navigation ul{
        margin-top: 2em;
    }
    .mobile.navigation{
        position: fixed;
        top: 0;
        right: 0;
        width: 40%;
        height: 100vh;
        background: #222;
        opacity: 0.8;
        transform: translateX(100%);
    }
    .wrapper{
        transform: translateX(0);
        transition: transform 0.6s ease;
        -webkit-transition: transform 0.6s ease;
    }
    .wrapper.open{
        transform: translateX(-40%);
    }
    .outer_wrapper{
        overflow: hidden;
    }
    .index_content{
    background-image: url('../images/background_mobile.jpg');
    background-size: cover;
    height: 76vh;
    width: 100%;
    }
    .index_content .container-fluid .row .col-md-offset-1 {
       width: 95%;
       margin-top: 2rem;
       margin-left: 2.5vw;
       margin-bottom: 6rem;
    }
    .index_content .container-fluid .row .col-md-offset-1 h3{
        font-size: 1.3em;
    }
    .index_content .container-fluid .row .col-md-offset-1 p,a{
        font-size: 1em;
    }
    .index_content .container-fluid .row .col-md-offset-1 a{
        font-size: 1em;
        padding: 0.5em 0.8em;
        color: blueviolet;
        border-color: blueviolet;
        background: #ddd;
    }
    /*footer{
        padding: 0;
        margin: 0;
    }*/
    .panel-title a:link,a:visited,a:hover,a:active{
        text-decoration: none;
    }
    footer p{
        margin: 0;
        padding: 0;
    }
    footer #location p{
    font-size: 1.1em;
    }
    footer .disclaimer .row p{
        text-align: center;
        font-size: 0.8em;
    }
}
/*very small device*/
@media only screen and (max-width: 370px){
    .index_content{
        height: 100%;
    }
    .index_content .container-fluid .row .col-md-offset-1{
        margin-top: 1rem;
    }
    /*#main_logo{
    font-size: 0.8em;
    }*/
}
/*@media only screen and (max-width: 330px){
    .index_content{
        height: 100%;
    }
    .index_content .container-fluid .row .col-md-offset-1{
        margin-top: 1rem;
        margin-bottom: 7rem;
    }
}*/