@import url(https://fonts.googleapis.com/css?family=Ruda);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

.roboto {
    font-family: 'Roboto', sans-serif; 
}
.ruda {
    font-family: 'ruda', sans-serif; 
}

.light{
    font-weight: 100;
}
.bold{
    font-weight: 600;
}

.black {
    color: #171717;
}
.white {
    color: #ffffff;
}
.blue {
    color: #00aec7;
}
.pink {
    color: #cb063b;
}

.black-bg {
    background-color: #171717;
    color : white;
}

.pink-bg {
    background-color: #cb063b;
    color : white;
}
.blue-bg {
    background-color: #00aec7;
    color : white;
}
.white-bg {
    background-color: #ffffff;
    color : black;
}
.none-bg {
    background-color: transparent;
}

.pink-bottom {
    border-bottom: 3px solid #cb063b !important;
}
.pink-top {
        border-top: 3px solid #cb063b !important;
}
.pink-left {
    border-left: 3px solid #cb063b !important;
}
.pink-right {
        border-right: 3px solid #cb063b !important;
}
.pink-border {
    border: 3px solid #cb063b !important;
}

.blue-bottom {
    border-bottom: 3px solid #00aec7 !important;
}
.blue-top {
        border-top: 3px solid #00aec7 !important;
}
.blue-left {
    border-left: 3px solid #00aec7 !important;
}
.blue-right {
        border-right: 3px solid #00aec7 !important;
}
.blue-border {
    border: 3px solid #00aec7 !important;
}

.black-bottom {
    border-bottom: 3px solid #171717 !important;
}
.black-top {
        border-top: 3px solid #171717 !important;
}
.black-left {
    border-left: 3px solid #171717 !important;
}
.black-right {
        border-right: 3px solid #171717 !important;
}
.black-border {
        border: 3px solid #171717 !important;
}

.white-bottom {
    border-bottom: 3px solid #ffffff !important;
}
.white-top {
        border-top: 3px solid #ffffff !important;
}
.white-left {
    border-left: 3px solid #ffffff !important;
}
.white-right {
        border-right: 3px solid #ffffff !important;
}
.white-border {
        border: 3px solid #ffffff !important;
}

.tab { margin-left: 20px; }

.link-button {
    border-radius: 32px;
    padding : 10px 15px;
    border: none;
}

.link-col {
    margin : 15px 0px;
}


a.link-button i {
    font-size: 1rem;
}

a.link-button i:hover {
    font-size: 1rem;
    color : white;
}


a i {
    color : #00aec7;
}

a i:hover {
    color : gainsboro;
}

.link-text:hover {
    text-decoration: underline;
}

.link-button:hover { 
  background-color:gainsboro;
    color : black;
}


.uppercase {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

h1{
    font-size: 2.25rem;
}

.lead{
    margin-top: 30px;
    font-size:1rem;
    font-weight: 400;
}

li{
    list-style-type: none;
}

body{
    font-family: 'ruda', sans-serif;
    line-height: 1.5em;
}

body a {
    color : black;
}

body a:hover{
    text-decoration: none;
    color: #cb063b;
}