@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    box-sizing: border-box;
    text-decoration: none
}

a {color:#555555;}

body {
    color:#656565;
	height: 100%;
    padding:0px 0px 0px 0px;
    margin: 0px;
    font-family: 'Barlow', sans-serif;

}

html {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.img-responsive 
{
display: block;
max-width: 100%;
height: auto;
}


.logo-responsive {height:80px;}


nav {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.btn-cta-1  {
    color: #000000;
    font-weight: bolder !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff200;
    text-decoration: none;
}

.btn-cta-1:hover {
    color: #000000;
    background: #ffe900;
}


		

