
* {
    font-family: 'Advent Pro', sans-serif;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 150%;
}

header {
    display: inline-block;
    padding: 2%;
    padding-bottom: 3%;
    
}

.logo-image {
    float: left;
    width: 15%;
    height: auto;
    border: 0;
}

.logo-text {
    margin-left: 30px;
    margin-right: 10%;
    float: left;
    font-size: 200%;
    font-size-adjust: auto;
    float: left;
}

.nav-bar {
    list-style-type: none;
    margin-top: 4%;
}

.nav-bar li {
    padding-right: 5%;
    display: inline-block;
    font-size: 130%;
    
}


.nav-bar li a:link,
.nav-bar li a:visited {
    margin-bottom: 40px;
    padding-bottom: 7px; 
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.7s;
    transition: border-bottom 0.7s;
}

.nav-bar li a:hover, 
.nav-bar li a:active {
    border-bottom: 2px solid orange;
}

#hss-photo {
    margin-top: 20px;
    width: 96%;
    height:100px;
    margin-left: 2%;
    background-image: url(../images/home-sea-sand.jpg);
    background-repeat: no-repeat;
    border-radius: 3px;
}

.product {
    margin:2%;
}

.product h2 {
    border-bottom: 1px solid orange;
}


.advantage {
    display:inline-grid;
    width:32%;
    padding-right: 4%;
    text-align: center;
}



.advantages-section {
    margin-top: 5%;
}

.advantage i {
    font-size: 200%;
}

.advantage p {
    font-weight: 400;
}

.nav-bar a {
    letter-spacing: 1px;
}





/*CONTACT*/
.contact-info {
    margin: 80px;
    text-align: center;
}

.contact-info i {
    font-size: 200%;
}

.contact-info a {
    margin-left:10px;
    -webkit-text-decoration-color: black;
    text-decoration-color: black;
    color:black;
}

/*company*/

.company {
    margin: 2%;
    line height: 1.6;
}

.company h2{
    border-bottom: 1px solid orange;
}