/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*_________________ FONTS _______________*/

h1, .h1, h2, .h2, h3, .h3{
    font-family: 'HarlowDuoSerif';
    line-height: 1.2 !important;
}
h1, .h1{
    line-height: 1 !important;
}
h4, .h4{
    font-family: 'HarlowDuoScript';
}
h5, .h5{
    font-family: 'BrandonText-Medium';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
h6, .h6{
    font-family: 'BrandonText-Regular';
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
@font-face {
    font-family: 'HarlowDuoSerif';
    src: url('fonts/HarlowDuoSerif-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HarlowDuoScript';
    src: url('fonts/HarlowDuoScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonText-Regular';
    src: url('fonts/BrandonText-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonText-Medium';
    src: url('fonts/BrandonText-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/*_________________ BUTTONS _______________*/
a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-link{
    font-family: 'BrandonText-Medium';
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.custom-link:hover .fa{
    margin-left: 20px !important;
}
/*_________________ START _______________*/

.row_welcome h1{
    padding-top: 20px;
    padding-bottom: 26px;
}
.row_welcome h3{
    max-width:80%;
}


