/* COLORS START */

.grey-light {
    color: #656565;
}

.pink {
    color: #D8006B;
}

.gold {
    color: #DBBB8A;
}

/* COLORS END */

h1 {
    font-size: 9.0rem;
    font-weight: bold;
}

h2 {
    font-size: 6.0rem;
    font-weight: bold;
}

h3 {
    font-size: 3.2rem;
    font-weight: bold!important;
    line-height: 4.0rem;
}

h4 {
    font-size: 2.4rem;
}

p {
    font-size: 1.6rem;
    color: #4E4E4E;
    padding-bottom: 1.0rem;
    font-weight: 600;
}

section a {
    font-size: 1.6rem;
}

.list-unstyled li{
    font-size: 10px;
}

a:focus,
button:focus,
input:focus,
:focus {
  outline: none;
}

:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
a, a:visited { 
    outline: none;
    text-decoration: none;
 }

