﻿body {
    padding: 3rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-image: linear-gradient(to bottom right, blue, yellow, green);
    height: calc(100% - 1rem);
    overflow-y: auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, blue 0%, green 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}


/*me styles*/
table {
    width: 100%;
    margin: 0;
    background-color: transparent;
}

thead {
    margin: 0;
    color: white;
}

tr {
    height: 2.5rem;
    border-top: 0.5px solid azure;
    padding: 0.5rem;
    font-weight: bold;
    /*color: linear-gradient(to bottom right, lightgreen, lightblue);*/
}

.vertical-center {
    margin: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    display: block;
}

.navbar-nav {
    margin: 0;
    display: inline-block;
}

.navbar-nav li {
    position: relative;
    float: left;
    padding-left: 1rem;
    display: block;
}

h1 {
    color:white;
}

.about {
    direction:rtl;
    margin-right:12rem;

}