﻿.Contact-Section {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.head {
    height: 100px;
}

.contact-top {
    height: 600px;
}

.contact-bottom {
    padding-bottom: 100px;
}

.button-content {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 85%;
}

.contact-content {
    padding-bottom: 100px;
}

.Section-Contact-Content p {
    /*font-size: 100% !important;*/
    font-size: 100% !important;
    margin-bottom: 0;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-left: 1px solid #fff;
    background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
}

.section-tabs button {
    width: 100%;
}

.section-center {
    text-align: center;
}

.tablinks {
    border: 1px solid #000;
    position: relative;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: grey;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: grey;
}

/* Style the tab content */
.section-tabs button {
    width: 100%;
}

.section-tabs .btn {
    text-align: left;
}

.section-center {
    text-align: center;
}

.contact-header {
    width: 100%;
    text-align: center;
    font-size: 270%;
    color: white;
    /*background-color: rgba(0,0,0,0.5);*/
    font-weight: bold;
}

.button-size {
    width: 20%;
}

.contact-pto-title {
    background-color: #454E57;
    text-align: center;
    padding-top: 75px;
}

.area-text-border {
    border-right: 1px solid #000;
}

.content-bottom {
    position:absolute;
    bottom: 5px;
}

.test div div:first-child {
    padding-bottom: 100px;
}