﻿html {
    background-color:#111;
    cursor:default;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #f5f5f5;
    background-color:transparent;
    padding:0px;
    width:calc(100vw - 30px);
    height:200px;
    max-width:1230px;
    display:block;
    height:auto;
    border:none;
}

a {
    outline: none;
    color:#ffa6b6;
}

.watermark {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:url(/images/amenpics_watermark.png);
    background-color:transparent;
    background-position:left 10px bottom 30px;
    background-repeat:no-repeat;
    z-index: 1100;
}

#maincontainer {
    width: 100%;
    height: 100%;
    background:url(/images/main_bg.jpg) no-repeat center center;
}

.topDIV {
    height:50px;
    display:block;
    margin-top:20px;
}

.searchDIV {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

    .searchDIV .mag {
        width: 30px;
        border-radius: 0px 5px 5px 0px;
        background-color: #222;
        height: 25px;
        border: 1px solid #555;
        border-left: none;
        outline: none;
        padding: 5px;
        display:inline-block;
        vertical-align:top;
        background-image:url(/images/search.png);
        background-position:center center;
        background-repeat:no-repeat;
        background-size: 22px;
    }

.inputSearch {
    width: 300px;
    border-radius:5px 0px 0px 5px;
    background:#222;
    color:#f5f5f5;
    height:25px;
    border:1px solid #555;
    border-right:none;
    outline:none;
    padding:5px;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:500;
    display:inline;
}



.logoDIV {
    display: inline-block;
}

    .logoDIV img {
        width: 250px;
        margin-right: 50px;
    }

.navbar {
    margin-top:20px;
    vertical-align:middle;
    text-align:left;
    line-height:35px;
    padding-left:0px;
    display:block;
}

    .navbar .navitem {
        height:30px;
        display:inline-block;
        padding:2px 15px 2px 15px;
        font-size:15px;
        font-weight:400;
        color:#fff;
        text-align:center;
        text-transform:uppercase;
        margin-right:20px;
        vertical-align:middle;
        border-bottom:1px solid #111;
        transition:ease-in-out border-bottom .25s;
    }

    .navbar .navitem:hover {
        border-bottom:1px solid #e775fc;
    }

.font12 {
    font-size:12px;
    color: rgb(198, 198, 198);
    font-weight:400;
    transition:ease-in-out color .25s;
}

    .font12:hover {
        color: #fff;
    }

.font10 {
    font-size:10px;
    color: rgb(198, 198, 198);
    font-weight:400;
    transition:ease-in-out color .25s;
}

    .font12:hover {
        color: #fff;
    }

.joystick {
    background-image:url(/images/joystick.png);
    background-repeat:no-repeat;
    background-position:15px 3px;
    background-size:32px;
    padding-left:52px!important;
}

.blinkred {
    content: ' ';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation: blinker 1s linear infinite;
    background: red;
    float: left;
    margin: 10px 5px 0px 0px;
}

.sectionbar {
    font-weight: 500;
    font-size: 18px;
    margin: 5px 0px 10px 0px;
    text-transform:uppercase;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#changingword {
    margin: 15px auto 25px auto; 
    width:100%;
    text-align:center;
    display:block;
    font-weight:500;
    font-size:15px;
    text-transform:uppercase;
    height:15px;
}

    #changingword span {
        color: white;
    }

    #changingword a {
        text-decoration: none;
        color:yellow;
    }

#footerDIV {
    display:block;
}

#amenlogo {
    height: 20px;
    float:left;
    opacity:.5;
    transition:ease-in-out opacity .25s;
    margin-right:5px;
}

    #amenlogo:hover {
        opacity: 1;
    }

.labels {
    float: left;
}

    .labels a {
        color: #fff;
        opacity: .5;
        transition: ease-in-out opacity .25s;
        margin-left:10px;
        text-decoration:none;
    }

        .labels a:hover {
            opacity: 1;
        }

.smallbuttons {
    height:20px;
    padding:2px 15px 2px 15px;
}

@media only screen and (max-width: 500px) {
  .navbar {
    margin-top:50px;
    text-align:center;
  }

    .topDIV {
        margin: 20px auto;
        text-align:center;
    }

    .logoDIV img {
        width: 250px;
        margin-right:0px;
    }

    #changingword {
        display: none;
    }
}

