* {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.head-margin {
    margin-top: 3rem;
}

.main-title {
    margin-top: 6rem;
}

.bg-texture {
    background: url("../images/texture3.svg");
    background-repeat: repeat-x;
    background-position: 0px -133px;
    background-size: 616px 400px;
}

.menu-bar {
    /*height: 250px;*/
    
}

.card-deck {
    margin-top: 1rem;
}

.card {
    border: none !important;
}

.footer {
    /*height: 132px;
    padding-top: 2rem;*/
    height: 59px;
}
body {
    margin-bottom: 60px;
}

.jumbotron h1 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.jumbotron p {
    font-family: 'Open Sans', sans-serif;
}

.sqt-main {
    margin-bottom: 1rem;
}

.example img {
    width: 100%;
}

@media (max-width: 576px) {
    .container {
        width: 100%;
    }
}
