body{
    background-color:#001155;
    overflow-x: hidden;
}

.content{
    color:white;
	line-height:1.75;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3em;
    min-height: 100vh
}

a{
    color:#ffd600;
}

.resources{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.resources>li:before{
    color:#10a101;
    content: ">"
}
.resources>ul{
    list-style: decimal;
    margin-left: 1em;
    text-indent: 0px;
}

h2.large{
    border-top: white dashed 2px;
    font-size: 2.25rem
}

h1{
    text-align: center
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
  
    > .col,
    > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }