﻿@import url('https://fonts.googleapis.com/css?family=Atma:400,600');
@import url('https://fonts.googleapis.com/css?family=Tajawal:300,700');

body {
    font-family: 'Tajawal', sans-serif;
    /*line-height: 2;*/
    font-weight: 300;
    font-size: 1.125rem;
}
/*p, td, li, label {
    
    line-height: 2;
    font-weight: 300;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Atma', cursive;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}

.navbar-logo .navbar-tagline {
    font-size: 0.813rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.125rem;
}

/*h1 {font-size: 3.2rem;margin: 0.13rem 0 0.3rem;}
h2 {font-size: 2.6rem;margin: 0.24rem 0 0.3rem;}
h3 {font-size: 2.2rem;margin: 0.31rem 0 0.3rem;}
h4 {font-size: 1.9rem;margin: 0.49rem 0 0.3rem;}
h5 {font-size: 1.6rem;margin: 0.5rem 0 0.3rem;line-height: 1.65;}
h6 {font-size: 1.3rem;margin: 0.6rem 0 0.3rem;font-weight: bold;line-height: 1.9;}
p {margin:0.45rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4.8rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .display h1 {font-size: 2.5rem;}
    .display p {font-size: 1.4rem;}
    h1 {font-size: 2.3rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.7rem;}
    h4 {font-size: 1.4rem;}
    h5 {font-size: 1.2rem;}
    h6 {font-size: 1rem;} 
}*/
