html, body {
    font-family: 'Montserrat', sans-serif;font-weight:400;
    padding-top: 100px;
}
body{
	background-image:url('/-library/images/bkd/body-bkd.png');
    background-repeat: no-repeat;
	background-color:#1F3443 !important;
	background-size:cover;
    color: #FFFFFF;
}
#main{
    height: 100vh;
}
a{
    color:#FE9313;
    font-weight: bold;
}
a:hover,a:active,a:link{
    color: #FE9313;
    text-decoration: none;
}
.description{
    padding-top: 30px;
}
h1.lead{
    font-size: 30px;
    font-weight: 600;
}
ul{
    padding: 20px 0px 0px 0px;
    margin: 0px;
}
ul li{
    list-style: none;
}
ul li a.default{
    color: #FE9313;
}
ul li a:hover.default{
    color: #FE9313;
}