.contact-box{
    position: relative;
    border-radius: 5px;
    height: auto;
}
#contact-table{
    position: relative;
    width: 1000px;
    border-radius: 5px;
    left: 16%;
}
#contact-table h3{
    margin-left: 25px;
    margin-right: 25px;
}
#contact-table tr{
    border: 1px solid black;
}
#contact-table th{
    border: 1px solid black;
    width: 400px;
    height: 400px; 
    font-weight: 600;
    position: relative;
}
.con-about{
    background: rgba(255,0,0,0.9);
    color: white;
    position: relative;
    height: auto;
}
.con-about h2{
    position: relative;
    top: 10px;
}
.con-about img{
    position: relative;
    width: 80%;
    height: 80%;
    top: 0px;
}
.con-about h3{
    position: relative;
    top: 0px;
}
.con-addresses{
    background: rgba(128,0,128,0.9);
    color: white;
}
.con-addresses a{
    text-decoration: none;
    color: white;
}
.con-locate{
    background: rgba(255,255,0,0.7);
    color: black;
}
.con-locate img{
    position: relative;
    width: 90%;
    height: 75%;
}
.con-fb{
    background: rgba(0,0,255,0.9);
    height: auto;
    width: auto;
}
.con-fb button{
    position: relative;
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 20px;
    border: 5px solid white;
    background-color: rgba(0,0,255,0.9);
    color: white;
}
.con-fb button:hover{
    background-color: lightsteelblue;
    cursor: pointer;
    color: black;
}
.con-fb a{
    color: white;
    text-decoration: none;
}
.con-fb a:hover{
    color: black;
}