﻿
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

h4 {
    color: #622599 !important;
}
h6{
    margin-bottom:0px;
}

#menu {
    border-radius: 15px;
    position: fixed;
    width: 400px;
    top: 80px;
    left: 20px;
    background-color: #622599;
    /*border-right: 35px solid #622599;*/
    z-index: 10;
    color: white;
    display: none;
    
}

.btn-primary {
    //background-color: #622599;
}

.highlighted {
    background-color: #f6ecff;
    padding: 15px;
    border-radius: 15px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

.flags {
    position: fixed;
    /*width: 100px;*/
    top: 10px;
    right: 10px;
    width: 30px;
    z-index: 10;
}

    .flags img {
        /*width:24px;*/
    }

#sights {
    position: fixed;
    background-color: white;
    top: 80px;
    width: 200px;
    height: 200px;
    right: -165px;
    transition: right .5s;
    -webkit-transition: right .5s;
    z-index: 100;
}

    #sights:hover {
        right: 0px;
        transition: right .5s;
        -webkit-transition: right .5s;
    }

#content {
    margin-left: 400px;
    display: none;
    padding: 15px;
}

.fa-check-circle {
    color: #622599;
}

#thumbs img {
    width: 240px;
    margin-bottom: 5px;
}
hr{ margin-top: 5px; margin-bottom:15px; !important; padding: 0px !important;}