* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}
  
html,
body {
    height: 100%;
    background-color: white;
}

#navbar .navbar-brand:hover {
    color: #ee0000;
}

.uitricks-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: white !important;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
}
.uitricks-nav .navbar-brand {
    color: #ee0000;
}

.homepage-btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 23px;
}

.uitricks-container {
    margin-top: 60px;
}

.uitricks-main-tricks {
    font-weight: 300;
    color: #ee0000;
    padding-top: 30px;
}

.uitricks-try-btn {
    border: 1px solid #ee0000;
    color: #ee0000 !important;
    font-weight: 700;

}
.uitricks-try-btn:hover {
    color: white !important;
    background-color: #ee0000;
    cursor: pointer;
}

.uitricks-footer {
    position: relative;
    width: 100%;
}