body
{
    background-image: url("scbackground.jpg");
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    margin: 0 !important;

}

.wrapper
{
    width: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.header
{
    width: auto;
    padding: 40px 0;
}
#logo
{
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
.nav
{
    display: inline;
    width: auto;
    padding: 20px 80px 10px;
    background-color: #000;
    text-align: center;
    border: 1px solid #751b1b;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
}

.content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-top: 10px;
}

.sticky
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

ol
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 18px;
    height: 35px;
    line-height: 200%;
    display: inline-block;
}

ol a
{
    color: #069020;
    text-decoration: none;
    display: block;
}

ol > li
{
    float: left;
    width: 150px;
    height: 40px;
    border-right: 1px dashed #751b1b;
}

ol > li:first-child
{
    border-left: 1px dashed #751b1b;
}

ol > li:hover > a
{
    color: #b4c382;
}

ol > li > ul > li:hover > a
{
    color: #451717;
}

#conteiner
{
    background-color: #000;
    width: 100%;
    min-height: 650Px;
    margin-top: 70px;
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    border: #751b1b solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
}

#leftside
{
    float: left;
    background-color: #000;
    width: 30%;
    height: 510px;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 20px;
    border: #751b1b solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    padding-bottom: 28px;
    padding-top: 28px;
}

#content
{
    float: left;
    background-color: #000;
    width: 60%;
    margin-left: 50px;
    height: 560px;
    margin-top: 44px;
    margin-bottom: 54px;
    border: #751b1b solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    font-size: 15px;
    color: #b4c382;
    text-align: justify;
}



.style
{
    padding: 10px;
}

#midas
{
    margin-left: 25px;
    margin-top: 15px;
    color:  #069020;;
    text-decoration: none;
}

#midas:hover
{
    margin-left: 25px;
    margin-top: 15px;
    text-decoration: none;
    color: #b4c382;
}
#replay
{
    text-decoration: none;
    color: #069020;
    margin-left: 25px;
}

#replay:hover
{
    color: #b4c382;
}

.zerg
{
    padding-left: 50px;
    padding-top: 20px;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;

}

.zerg:hover
{
    opacity: .7;
    transform: scale(1.4,1.4);
    transition-timing-function: ease-out;
    transition-duration: 850ms;
    -webkit-transform: scale(1.4,1.4);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 850ms;
    -moz-transform: scale(1.4,1.4);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 850ms;
    position: relative;
    z-index: 99;
}

.first
{
    width: 250px;
    height: 250px;
    padding: 10px;
}

.image
{
    text-decoration: none;
    color: #069020;
    margin-left: 25px;
    border: none;
}

#leftside
{
    float: left;
    background-color: #000;
    width: 30%;
    height: 510px;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 20px;
    border: #751b1b solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    box-shadow: 0px 0px 10px 2px rgba(117,27,27,1);
    padding-bottom: 28px;
    padding-top: 28px;
}

h1
{
    color: #b4c382;
    padding-left: 10px;
}

ul a
{
    text-decoration: none;
    color: #069020;
}

ul a:hover
{
    color: #b4c382;
}
.footer
{
    clear: both;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    color: #b4c382;
}

#img1
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
    width: 200px;
    height: 250px;
}

#img2
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
    width: 300px;
    height: 250px;
}