body {
    font-family: 'Raleway', sans-serif;
}

.sg-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/sg-loader.gif) center no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 50px;
}

.primary-color {
    background-color: #588b8b;
}

.secondary-color {
    background-color: #FFD5C2;
}


/* fonts */

.font-m {
    font-size: 16px;
}

div.error {
    color: red;
}

.title-text {
    font-size: 32px;
    font-weight: bold;
}


/* SideNav */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111111;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 3px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(249, 162, 62, 1);
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 85px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .title-text {
        font-size: 20px;
        font-weight: bold;
    }
}