h1{
    color: black;
    font-family: serif;
    font-weight: bold;
    font-size: 96px;
    
}
footer .contact-box{
    background-color:aliceblue;
    padding: 30px;
    border-radius: 10px;
}

h2{
    font-size: 27px;
    line-height: 2;
    color: #272142;
}
.hero p{
    font-size: 42px;
    font-weight: bold;
    font-family: sans-serif;
}

.header{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0;
    text-decoration: none;

}
.logo{
    height: 40px;
}
nav li{
    display: inline;
    list-style: none;
    line-height: 42px;
    margin-left: 15px;
}
nav ul{
    padding: 0;
    margin: 0;
}
nav{
    padding: 20px 0;
}
nav a{
    text-decoration: none;
    color: #272142;
    transition: all 100ms ease-in-out;
}
nav a:hover,
nav li.active a{
    color:#6c63ff
}
footer .email-link{
    text-decoration: none;
    color:black;
    font-size: 26px;
    text-align: center;
}
footer .social-links a{
    margin:0 20px;
    color:#6c63ff;
    background-color: aliceblue;
    padding: 10px 14px;
    font-size: 18px;
    border-radius: 50%;
    
}
footer .email-link:hover{
    color: #6c63ff;
}

.hero{
    background-color: #faf7fe;
    text-align: center;
    padding: 160px 20px;
    text-decoration: none;
}
.btn-primary{
    background-color: #6c63ff;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    line-height: 27px;
    padding: 12px 20px;
    text-decoration: none;

}
.about-section{
    padding:160px 20px;
}
.about-section h1{
    font-size: 64px;
    line-height: 80px;
    
}
.about-section h2{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-section content{
    margin: 30px;
}

.btn-branding-outline{
    color:#6c63ff;
    border: 5px #6c63ff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 27px;
    padding:15px 30px;

}
h2{
    font-weight: bold;
    font-size:46px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.projection-description{
    padding: 120px 60px;
}