* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body#weid {
        background-color: #fff;
        
        
}
    
header {
    margin-top: 70px;
    
    
}    

.header-border {
    
    padding-bottom: 20px;
    
    
}

.we {
   float: right;
}

section h3 {
    font-family: Arial;
    font-weight: 500;
    font-size: 22px;
}

section#content h2{
    font-size:24px;
    font-family: PT Sans;
}


.table-row-center {
    
}

.table-text-one {
    line-height: 40px;
}

#content .table-text-one {
    margin-top:99px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 25px;
    font-weight: 500;
}

#content .table-text-two {
    margin-top:30px;
    
    text-align: center;
    font-family: Arial;
    font-size: 29px;
    font-weight: 600;
    color: #e2521d;
}

#content .table-text-three {
    margin-top:30px;
    
    text-align: center;
    font-family: Arial;
    font-size: 29px;
    font-weight: 500;
    color: #000;
}

#content .table-img-one {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    
}


#content .table-text1-one {
    margin-top:30px;
    
    text-align: center;
    font-family: Arial;
    
    font-weight: 500;
    color: #000;
}

#content .table-img1-one {
   margin-right: auto;
    margin-left: auto;
}


#content .link-one {
    text-align: center;
    margin-top: 50px;
}

#content .link-one a {
    color: #fff;
    text-decoration: none;
    font-family: Passion One;
    font-weight: 500;
    font-size: 25px;
    border:1px solid #f57e20;
    padding: 10px;
    background-color: #f57e20;
}

#content .link-one a:hover {
    background-color: #fff;
    color: #f57e20;
    border: none;
}

#content table td {
    border-color: #000;
}

footer {
    background-color: #222;
    color: #fff;
}

footer h3, p {
    text-align: center;
    
}

footer h3 {
    margin-top: 50px;
}

footer h3:hover {
    color: #f57e20;
}

footer p {
    font-size: 20px;
   
}