body {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
    overflow-x:hidden;
    margin:0;
    padding:0;
    position: relative;
}

div.main {
    margin:0;
    padding:0;
    background-color: #fff;
    position:relative;
}

div.title img {
    max-height:80px
}

li {
    display:inline-block;
    padding: 15px;
}

ul.menu {
    list-style-type: none;
    display:inline-block;
    padding: 0;
}

ul.menu li a {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color:rgb(119, 119, 119)
}

ul.menu li:nth-child(1) a:after {
    content: "Home";
}

ul.menu li:nth-child(2) a:after {
    content: "About us";
}

ul.menu li:nth-child(3) a:after {
    content: "Contact";
}

ul.menu li a:hover {
    color:rgb(51, 51, 51)
}

.connect-button {
    top:25%;
    left:15%;
    position:absolute;
}


@media (min-width: 992px) {
    .connect-button {
        top:50%;
        left:15%;
        position:absolute;
    }
}

.connected {
    display:inline-block;
    width: 300px;
    position:absolute;
    top: 210px;
    right:0;
    margin:10px;
    height: 22px;
    background-color: #eee;
    padding: 10px;
}

@media (min-width: 992px) {
    .connected {
        display:inline-block;
        width: 300px;
        position:absolute;
        top:0;
        right:0;
        margin:10px;
        height: 50px;
        background-color: #eee;
        padding: 10px;
    }
}

.connected .name {
    font-style: italic;
}

.button-dark {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 14px 45px 14px 65px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    background-image: url('trustme.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 20px;
    background-position-y: 50%;
}

.button-dark:hover {
    background:#fff;
    background-image: url('trustme-r.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 20px;
    background-position-y: 50%;
    color:#000;
}

div.title {
    text-align:center;
    margin:0;
    padding:0;
}

div.menu-title {
    text-align:center;
    margin:0;
    padding:0;
}

div.body-img {
    background-color:#000;
    margin:0;
    text-align:right;
}

div.body-img img {
    padding: 150px 150px 0 0;
    object-fit:inside;
    max-width:100%;
}


.alert {
    position: absolute;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 94%;
    top: 8%;
    left: 2%
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

span.badge {
    border: solid 2px;
    border-radius: 8px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.6);
}

.button2 {
    display: none !important;
}

.button3 {
    display: none !important;
}

div.panel {
    display: none !important;
}