#email {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    justify-content: center;
    vertical-align: center;
    background-image: url("../images/contact/backgroundShrunk.png");
}

.text {
    color: #d3d3d3;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-left: 10%;
}

@media (max-width: 420px) {
    .text {
        font-size: 18px;
    }
}

/*--- Contact Form ---*/

#containerForm {
    height: 100%;
    padding-top: 120px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}


@media (max-width: 839px) {
    #containerForm{
        padding-top: 70px;
    }
}

#fcf-form {
    display:block;
}

.form-group {
    margin-bottom: 1rem;
}

.input {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 80%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 80%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

/*--- Social Media ---*/
#bottomBar {
	width: 100%;
	height: 80px;;
	background-color: black !important;
	position: absolute;
    left: 0px;
    bottom: 0px;
    margin-top: 45px;
	
}

@media (max-height: 840px) and (min-width: 840px) {
    #bottomBar {
        position: relative;
    }
}

@media (max-height: 680px) and (max-width: 839) {
    #bottomBar {
        position: relative;
    }
}

.socialMedia {
	position: relative;
	display: inline-block;
	width: 31%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-width: 50px;
}

.button {
	background-color: #171516;
	border: none;
	color: white;
	padding: 50%;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-left: auto;
	border-radius: 50%;
	transition-property: all;
	transition-duration: 0.2s;
  }

  .button:hover {
	  transform: scale(1.2);
  }

  .background-image {
	overflow: hidden;
	height: 100%;
	width: 100%;
	transition: 0.25s;
	background-repeat: no-repeat;
    background-size: cover;
}

#container {
	width: 42%;
	height: 100%;
	min-width: 235px;
}