.header {
    height: 300px;
    text-align: center;
    border-bottom: 2px white solid;
}

.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;
   
}

.about {
    height: 200px;
    left: 100px;
    text-align: center;
}

.about .about-title {
    font-size: 24px;
    font-weight: 300;
    top: 50px;
}

.about .about-txt {
    font-size: 16px;
    font-weight: 300;
    top: 75px;
}

.link-holder {
    left:425px;
    
}

.link-holder ul {
    left: 170px;
    margin-top: 25px;
    display: inline-block;
}

.link-holder ul li {
    list-style: none;  
}

.link-holder ul h1{
    font-size: 22px;
    color: #e16036;
}

.link-holder ul li a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
   line-height: 55px; 
    transition-duration: .25s;
}

.link-holder ul li a:hover:before {
 
    display: inline-block;
    content: "•";
    color: white;
    vertical-align: top;
    top: 0;
    margin-right: 10px;
    transition-duration: .25s;
    
}
