#seal img {
    max-width:200px;
    height:auto;
}

.float-side {
    width: 25%;
    float: left;
}

.float-main {
    width: 70%;
    float: left;
    margin-left:5%;
}

@media screen and (max-width: 725px) {
    .float-side {
        width: 100%;
        float: left;
    }
    
    .float-main {
        width: 100%;
        float: left;
    }
    
}

.float-50 {
    width: 50%;
    float: left;
}

.disa-text {
    -webkit-text-stroke: 0.025em #000;
    -webkit-text-fill-color: transparent;
    color: #3700cf;
    text-shadow: 0 0.1em 0.1em #3700cf, 0 0 0 #000;
    position: relative;
    z-index: 0;
}

.redacted {
    text-decoration: line-through 9px #000;
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h3 {
    font-size: 30px;r
}

.spacer {
    margin: 15px 0px 15px 0px;
    padding: 15px 0px 15px 0px;
    height: 100px;
    width: 100%;
}

#blocker {
    background-color: #3700cf;
    width:100%;
    height:50px;
    float:left;
    text-align: center;
    padding: 0px 0px 30px 0px;
}

#blocker span {
    color: yellow;
    font-weight: bold;
}

#image-container img {
    width: 85%;
}

#menu {
    background-color: #3700cf;
    margin: 15px 15px 15px 0px;
    padding: 15px 15px 15px 0px;
    height: 500px;
    width: 100%;
}

@media screen and (max-width: 725px) {
    #menu {
        height: auto;
    }
}

#menu ul {
    list-style: none;
    color: white;
    padding: 0px 15px 0px 15px;
}

.white {
    color:#FFF
}