@import url("https://kenprimo.website/creo/css/style.css");

@font-face {
font-family: queens;
src: url(../fonts/queens.woff);
}
@font-face {
font-family: mystyle;
src: url(../fonts/400.woff);
font-weight:400;
}
@font-face {
font-family: mystyle;
src: url(../fonts/500.woff);
font-weight:500;
}
@font-face {
font-family: mystyle;
src: url(../fonts/600.woff);
font-weight:600;
}
body{
    padding: 0;
    margin: 0;
    color: #221d23;
    background-color: #ffffff;
font-family: mystyle;
    overflow-x: hidden;
    overflow-y: scroll;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.alt-font{
font-family:queens;
}
.banner h1{
    font-size: 65px;
    font-family: queens;
}
footer .catlinks a{
position: relative;
    color: #ccc;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'queens';

	    text-align: center;
}

.adcover .head h1{	
font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
	font-family:queens;
}

.adcover .mainhead{
    font-size: 36px;
    text-align: center;
    padding: 70px 0px 70px 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: queens;
}
.adcover .graphs .item h5{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'queens';
}
.adcover .connect h1{
	    font-family: queens;
    font-size: 40px;
	margin:0;
	margin-bottom:40px;
	letter-spacing:2px;
}
.adcover .connect p{
		    font-family: queens;
}
