body {
/*    font: 400 15px/1.8 sans-serif; */
    color: #6C7459;
}

.navbar {
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    border-radius: 0;
}

#small_logo {
    border-radius: 50%;
}

#simmagnifier_logo {
    margin: 20px auto 5px auto;
    max-width: 100px;
    height: auto;
}

#main_content {
    width: 100%;
    background-color: #D7DCCE;
    background: radial-gradient(#D7DCCE, #EBEDE6);
}

div.simmagnifier_desc {
    margin: 20px auto 20px auto;
    max-width: 1000px;
    height: 100%;
}

h3.simmagnifier_desc {
    letter-spacing: 5px;
    font-size: 3em;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.simmagnifier_desc {
    font-size: 2em;
    margin-bottom: 20px;
}

a:link, a:visited {
    text-decoration: none;
}

#release-notes-body {
    text-align: left;
}

#eula-body {
    text-align: left;
}

p.get_app {
    font-size: 0.75em;

}

a.get_app:link, a.get_app:visited {
    background-color: #3F7593;
    color: #D7E6EF;
    font-weight: bold;
    padding: 10px 25px;
    margin: 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

a.get_app:hover, a.get_app:active {
    background-color: #50819C;
}

div.screenshots {
    margin: 20px auto 20px auto;
    max-width: 1000px;
}

img.screenshots {
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    border-color: #6C7459;
}

.carousel-indicators .active {
    background-color: #6C7459 !important;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   color: #6C7459;
   text-shadow: none;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: #6C7459;
    text-shadow: none;
    font-weight: bold;
}

.fa-chevron-circle-left, .fa-chevron-circle-right {
     position: absolute;
     top: 50%;
     z-index: 5;
     display: inline-block;
}

.fa-chevron-circle-left {
     left: 50%;
}

.fa-chevron-circle-right {
     right: 50%;
}

@media screen and (min-width: 768px) {

     .fa-chevron-circle-left, .fa-chevron-circle-right {
          width: 30px;
          height: 30px;
          margin-top: -15px;
          margin-left: -15px;
          font-size: 30px;
     }

}

div.feature_desc {
    text-align: center;
    max-width: 240px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

i.feature_desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.feature_desc {
    font-size: 1.2em;
    max-width: 200px;
    margin: auto;
}

footer {
    background-color: #2d2d30;
    color: #d5d5d5;
    width: 100%;
}

p.footer {
    padding-top: 30px;
    padding-bottom: 20px;
}
