﻿@font-face{
font-family:headings-font;
src:url(../fonts/Roboto/Roboto-Regular.woff); 
}
@font-face{
font-family:custom-font;
src:url(../fonts/custom/Aka-AcidGR-TotallyPlain.woff2);
}
body{font-family:headings-font;margin: 0px;padding: 0px;}

/* DEFAULT STYLE FOR ALL ATTRIBUTES */
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper p, .is-wrapper td, .is-wrapper li,.is-wrapper label, .is-wrapper div,is-wrapper span,.is-wrapper a,.is-wrapper .btn-default,.is-wrapper i span,.is-wrapper ol, ul{
font-weight:normal;
letter-spacing: 0px;
text-decoration: none;
color:#333333;
font-size: 16px;
line-height: 22px;
}

/*---------*/
/* H1...H6 */
/*---------*/
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6{
margin-block-end:1em;
margin-block-start:1em;
}
.is-wrapper h1 {font-size: 25px;line-height:33px;}
.is-wrapper h2 {font-size: 22px;line-height:30px;}
.is-wrapper h3 {font-size: 21px;line-height:28px;}
.is-wrapper h4 {font-size: 19px;line-height:25px;}
.is-wrapper h5 {font-size: 19px;line-height:25px;}
.is-wrapper h6 {font-size: 19px;line-height:25px;}

@media only screen and (max-width: 990px) {
.is-wrapper h1 {}
.is-wrapper h2 {}
.is-wrapper h3 {}
.is-wrapper h4 {}
.is-wrapper h5 {}
.is-wrapper h6 {}
}

/*IMG DEFAULT SIZE*/
.row img { margin:1.4em 0 1em; }
.is-wrapper img {max-width:100%;max-height:300px;}

/*LINK DEFAULT COLORS */
.is-wrapper a {color: #333333;} 
.is-wrapper a:hover {color: inherit;transition: all 0.2s ease-in;} 

/*BUTTONS DEFAULT STYLE */
.is-wrapper .btn-default { 
background-color:#4CAF50;
color:white;
padding: 10px 40px;
margin-bottom:5px;
margin-top:5px;
box-shadow:0 5px 10px rgba(0,0,0,.5);
border-radius:10px!important;
font-size:15px;
letter-spacing:1px;
}
/* button hover */
.is-wrapper .btn-default:hover{background-color:darkorange;transition:0.5s all;}

/* ----------- */
/*   TABLES    */
/* ----------- */
.is-wrapper table td {padding:12px;}
.is-wrapper table td {padding:7px!important;};

/* ----------- */
/* ICONS SIZE */
/* ----------- */
.size-12 {font-size:12px}
.size-14 {font-size:14px}
.size-16 {font-size:16px}
.size-18 {font-size:18px}
.size-21 {font-size:21px}
.size-24 {font-size:24px}
.size-32 {font-size:32px}
.size-48 {font-size:48px}
.size-64 {font-size:64px}
.size-80 {font-size:80px}
.size-96 {font-size:96px}

@media only screen and (max-width: 990px) {
.size-12 {font-size:12px}
.size-14 {font-size:14px}
.size-16 {font-size:16px}
.size-18 {font-size:18px}
.size-21 {font-size:21px}
.size-24 {font-size:24px}
.size-32 {font-size:28px}
.size-48 {font-size:32px}
.size-64 {font-size:36px}
.size-80 {font-size:40px}
.size-96 {font-size:44px}
}

