

body {
    font-family: 'roboto',sans-serif;
    font-weight: 300;

    padding: 0px;
    margin: 0px;
}

.main {
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: 800px;

    color: #34495e;

    margin-top: 110px;

    min-height: 70%;
}

.main .slide {
    height: 320px;
}

.header {

    position: fixed;
    width: 100%;
    top: 0;

    margin: 0px;

    background-color: #34495e;
    color: #bdc3c7;
    border-color: #101010;

    height: 60px;
}

.menu {
    margin-top: 13px;
    float: right;

    margin-right: 150px;
}

.menu a{
    display: inline-block;

    width: 80px;
    height: 30px;

    text-align: center;
    vertical-align: middle;
    cursor: pointer;

    border-radius: 4px;

    padding: 4px 4px 0px 4px;

}

a, a:visited, a:active {
    text-decoration: none;
    color: #bdc3c7;
}

.menu div{
    vertical-align: middle;
}

.menu a:hover {
    color: white;
}

.menu a.active {
    background-color: #2c3e50;
}

.btn {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #adadad;
    outline: none;
    font-weight: 400;
    padding: 6px 12px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.solutions img {
    float: left;
    margin: 10px;
    margin-right: 40px;
}

h3 {
    font-weight: 500px;
    font-size: 24px;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;

    margin-bottom: 40px;
}

.footer {

    margin-top: 70px;

    background-color: #34495e;
    color: #fff;
    border-color: #101010;

    width: 100%;

    height: 50px;
}

.footer a {
    display: inline-block;
    width: 33%;
    text-align: center;

    cursor: pointer;
}

.footer-info {
    margin-left: auto;
    margin-right: auto;
    display: block;

    width: 800px;

    padding: 0px;
}

.copyright {
    margin-left: auto;
    margin-right: auto;

    height: 90%;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */

    width: 800px;

    text-align: center;

    font-size: 14px;
}
