﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    background-color: rgba(226, 226, 226, 0.50);
    background: url("/Images/DmitriTchoulanov.JPG") no-repeat;
	background-size: cover;
    margin: 0;
    padding: 0;
    min-width: 900px;
    height:100%;
}

body {
    background-color: rgba(226, 226, 226, 0.50);
    border-top: solid 10px #000;
    color: #333;
    margin: 0;
    padding: 0;
    min-width: 850px;
    height:100%;
}

form {
    height:100%;
}

.body-content {
    min-height:95%;
}

/* unordered list */
ul {
    list-style-type: none;
    padding-left: 1em;
}
div>ul>li {
    cursor:pointer;
    margin-bottom:1em;
    font-size:large;
    background:-webkit-linear-gradient(top,rgba(0, 255, 38, 0.1),rgba(0, 255, 38, 1)) no-repeat;
    background:-moz-linear-gradient(top,rgba(0, 255, 38, 0.1),rgba(0, 255, 38, 1)) no-repeat;
    background:-o-linear-gradient(top,rgba(0, 255, 38, 0.1),rgba(0, 255, 38, 1)) no-repeat;
    background:-ms-linear-gradient(top,rgba(0, 255, 38, 0.1),rgba(0, 255, 38, 1));
    background:linear-gradient(top,rgba(0, 255, 38, 0.1),rgba(0, 255, 38, 1));
    background-repeat:no-repeat;
    background-size:0% 100%;
}
ul i {
    margin-right:1em;
}
ul i {
    float:left;
}
ul li ul {
    float:right;
}
ul li ul li {
    float:left;
}
.selected {
    outline:dotted 1px #ffffff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
