* {

    margin: 0px !important;
    padding: 0px !important;
}

body {
    background-color: #57849b;
    color: #fff
}

h1 {
    font-family: "Arial Black", sans-serif;
    text-align: center;
    font-size: 42px;
    margin-top: 50px !important;

}

h3 {
    font-family: "Arial Bold", sans-serif;
    text-align: center;
    font-size: 24px;
    margin-top: 64px !important;
}

p {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 16px;
    margin-top: 32px !important;
    margin-bottom: 32px !important;


}

#content {
    width: 60%;
    margin-left: 20% !important;
    margin-right: 20% !important;


}

@media screen and (max-width: 800px) {
    #content {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;


    }
}

img {
    width: 100%;
    margin-top: 32px !important;
}

.footer {
    text-align: center;
    font-size: 10px;
}

.menu {

    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 150px !important;
    clear: both;
}

#resources {
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: 100 !important;
}

#contact {
    position: fixed;
    display: inline-block;
    vertical-align: bottom;
    right: 10;
    bottom: -140;
    background-color: #2b4651;
    color: #ffffff;
    width: 210px;
    border-radius: 8px;
    border: 5px double #ffffff;
}

#contact h3 {
    font-family: Arial, sans-serif !important;
    letter-spacing: -1px;

}

#contact a {
    color: #ffffff;
    margin-left: 20px !Important;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, sans-serif !important;
    letter-spacing: -1px;
    margin-left: 20px !important;
    margin-right: 0px !important;
}

#contact a:hover {
    text-decoration: underline;

}

#contact p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
}



#contact h4 {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-left: 20px !Important;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: 100 !important;

}

#contact.collapsed {
    height: 50px;
    overflow: hidden;
}

#contact {}

#contact h4.expanded {
    cursor: pointer;
}

#contact h4.collapsed {
    cursor: pointer;
}

#contact h4.expanded:before {
    content: "⚟ ";

}

#contact h4.collapsed:before {
    content: "⚞ ";

}

#contact h4.collapsed:before:hover {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

#contact h4:nth-child(1) {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    font-family: Arial, sans-serif;

}

#contact h4:nth-child(2) {
    margin-top: 20px !important;

}


#contact h3 {
    font-size: 18px !important;
    margin-left: 20px !Important;
}

#contact h3:nth-child(5) {
    margin-bottom: 20px !important;
}

#contact hr {
    width: 90%;
    border: 1px dashed #ffffff;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 5% !important;

}
