main h1 {
    color: #194062;
}

main h2 {
    color: #83b1de;
}

img { /*wasn't this going to be .circle-img*/
    display: block;
    margin: 0 auto;
    padding-top: 200px;
}

.hover-gif {
    height: 100px;
    position: absolute;
    right: -110px;
    top: -7px;
}

.div-border {
    position: relative;
    margin: 0 auto;
    width: 625px;
    height: 825px;
}

.circle-heading {
    text-align: center;
    position: absolute;
    left: 135px;
    font-size: 2.4em;
}

.nd-light-blue {
    color: #83b1de;
    color: rgba(131,177,222,1);
    color: hsla(210, 58%, 69%, 1);
}

.nd-dark-blue {
    color: #194062;
    color: rgba(25, 64, 98, 1);
    color: hsla(208, 59%, 24%, 1);
}

.h1-big {
    font-size: 1.65em;
}

.dm-hover {
    background-image: url(images/dm-icon_blue-min.png);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: 204px;
    left: 16px;
}

.em-hover {
    background-image: url(images/em-icon_blue-min.png);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: 203px;
    right: 16px;
}

.collab-hover {
    background-image: url(images/collab-icon_blue-min.png);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    bottom: 28px;
    left: 14px;
}

.gov-hover {
    background-image: url(images/gov-icon_blue-min.png);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    bottom: 28px;
    right: 16px;
}

#dm-box {
    height: inherit;
    width: inherit;
    visibility: hidden;
    position: inherit;
}

#em-box {
    height: inherit;
    width: inherit;
    visibility: hidden;
    position: inherit;
}

#collab-box {
    height: inherit;
    width: inherit;
    visibility: hidden;
    position: inherit;
}

#gov-box {
    height: inherit;
    width: inherit;
    visibility: hidden;
    position: inherit;
}

.content-box {
    position: absolute;
    top: 335px;
    left: 150px;
    height: 330px;
    width: 330px;
    text-align: center;
}

.grow {
    transition: all .2s ease-in-out;
}

.ease {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.2);
}