
h1 {
    color: rgb(57, 117, 183);
}

h2 {
    color: rgb(57, 117, 183);
}

h3 {
    color: rgb(57, 117, 183);
}

p {
  font-family: "open sans regular";
}

.company_links:link {
    color: black;
    text-decoration: none;
}

.company_links:visted {
    color: black;
    text-decoration: none;
}

.company_links:active {
    color: black;
    text-decoration: none;
}

.company_links:hover {
    color: white;
    text-decoration: none;
}

.link_button {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 29px; 
    padding: 1 0px;
    color: white;
    font: bold 1rem open sans regular;
    text-decoration: none;
    text-align: center;
    vertical-align: center;
    background-color: #EEEEEE;
    background-color: #1F3A60;
    border-radius: 10px;
    border: 0;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.link_button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(57, 117, 183);
}

.link_button:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

a.styled_button:link {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

a.styled_button:visited {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

a.styled_button:active {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

a.styled_button:hover {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.blue_link:link {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.blue_link:visited {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.blue_link:active {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.blue_link:hover {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.show_button {
    margin: 0 auto;
    color: rgb(57, 117, 183);
    font: bold 1rem open sans regular;
    text-decoration: none;
    text-align: center;
    vertical-align: center;
    background: none;
    border: 0;
}

.show_button:link {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.show_button:visited {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.show_button:active {
    color: rgb(57, 117, 183);
    text-decoration: none;
}

.show_button:hover {
    color: rgb(57, 117, 183);
    text-decoration: none;
}
