.header {
    height: 225px;
    text-align: center;
 
}

.header .logo-holder {
    height: 300px;
    top: 25px;
}

.header .logo-holder .logo {
    width: 85%;
}

.header .title-holder {
    height: 300px;
    
}

.header .title-holder .title {
    font-size: 46px;
    font-weight: 400;
    top: 100px;  
    left: 0;
}

.header .title-holder .tag-line {
    font-size: 26px;
    font-weight: 300;
    top: 110px;
   
}

.header .title-holder a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    top: 125px; 
}

.header .title-holder a:hover {
    color: #e16036;
}


.section {
    top: 700px;
}

.section2 {
    top: 1250px;
}

.code {
    left: 0;
}

.info {
    height: 350px;
    top: 20px;
    text-align: center;
}

.info p {
    font-size: 22px;
    font-weight: 300;
    width: 75%;
    top: 25px;  
}

.info h1 {
    color: #e16036;
    text-transform: uppercase;
    font-size: 26px;
}


.footer {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 400px;
    left: 0;
    background-color: #1F1F1F;
    
}
.contact {
    height: 100%;
     width: 50%;
    float: left;
}

.contact-list {
    list-style: none;
    width: 50%;
    height: 100%;
    float: left;
    top: 0;
    left: 20px;
}
.contact-list .list{
    width: 75%;
    left: 0;
    top: 125px;
    margin-top: 20px;
}
.contact-list .list a {
    text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    transition: 0.8s
}
.list a:hover::after{
     display: block;
    width: 50%;
    height: 2px;
    background-color: #c20114;
    content: "";
    margin-top: -2px;
    margin-left: 0px;
    transition: 0.8s
}

.contact .nav {
    list-style: none;
    width: 50%;
    height: 100%;
    top: 10px;
    float: left;
}

.nav .nav-link{
    width: 50%;
    margin-top: 20px;
    display: block;
    float: left;
    top: 120px;
    
}

.nav .nav-link a {
    text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
    transition: 0.8s
}
.nav-link a:hover::after{
     display: block;
    width: 50%;
    height: 2px;
    background-color: #c20114;
    content: "";
    margin-top: -2px;
    margin-left: 0px;
    transition: 0.8s
}


.address {
    height: 100%;
    width: 25%;
    float: left;
    text-align: left;
    left: 50px;
    top: 10px;
}
.address p {
    font-size: 20px;
    font-family: sans-serif;
    top: 130px;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: 2px;
}

.social {
    width: 25%;
    height: 100%;
    float: right;
    float: left;
}
.social h1 {
    font-size: 18px;
    font-weight: 200;
    font-family: sans-serif;
    bottom: 90px;
    right: 110px;
    position: absolute;
    letter-spacing: 3px;
}
.social .social-list{
    list-style: none;
    width: 400px;
    float: right;
    bottom: 20px;
    right: 20px;
    position: absolute;

}
.social-list .social-link{
   display: inline-block;
    width: 50px;
    height: auto;
    float: right;
    cursor: pointer;
}
.social-link:nth-child(2n){
    right: 10px;
}

.social-link:nth-child(3n){
    right: 20px;
}

.social-link:nth-child(4n){
    right:30px;
}

.social-link img{
    width: 90%;
    filter: invert(100%);
}


.footer2 {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 1300px;
    left: 0;
    background-color: #1F1F1F;
    
}

.social2 {
    top: 100px;
    height: 150px;
    text-align: center;
}

.social2 h1 {
    font-size: 24px;
    font-weight: 200;
    font-family: sans-serif;
    top: 35px;
    letter-spacing: 3px;
}


.social2 .social-list2{
    list-style: none;
    width: 400px;
    float: left;
    bottom: 20px;
    left: 395px;
    position: absolute;

}
.social-list2 .social-link{
   display: inline-block;
    width: 50px;
    height: auto;
    float: right;
    cursor: pointer;
}
.social-link:nth-child(2n){
    right: 10px;
}

.social-link:nth-child(3n){
    right: 20px;
}

.social-link:nth-child(4n){
    right:30px;
}

.social-link img{
    width: 90%;
    filter: invert(100%);
}

.contacts {
    height: 50px;
    width: 60%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.contacts .contacts_list{
    display: inline;
    padding: 4px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: 2px;
}


.address_list {
    height: 50px;
    width: 40%;
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

.address_list .addresss {
    display: inline;
    padding: 4px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    
}

