/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

span, .row {
    margin: auto;
}

.row {
    max-width: 90%;
    margin: 30px auto;
    color: #0b3a5d;
    text-align: center;
    padding: 5px
}

a {
    color: #0b3a5d;
    font-weight: 800;
    text-decoration: underline;
}

body {
    background-image: url(/images/Backgroung_Large.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #18324A;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    /*            min-height:100vh;*/
}

label {
    color: #4A4A4A;
    font-weight: 500;
}

span p {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #767679;
    margin-bottom: 0;
}

span ul li {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    color: #767679;
}

span ul {
    padding-left: 2%;
    margin: 0 0 2% 5%;
}

.navbar-custom {
    background-color: #ff5500;
}
