.itopplus-background {

}

@media (min-width : 768px){
  .nav.nav-tabs{
width: 38%!important;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}

.navbar {
    border-radius: 8px!important
}
  .nav.nav-tabs{
width: 32%!important;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}

.navbar {
    border-radius: 8px!important
}
  .nav.nav-tabs{
width: 32%!important;
}
}

@media only screen and (min-width :1900px) {
    .h1,h1 {font-size: 2.25em}
    .h2,h2 {font-size: 1.875em}
    .h3,h3 {font-size: 1.5em}
    .h4,h4 {font-size: 1.125em}
    .h5,h5 {font-size: .875em}
    .h6,h6 {font-size: .75em}
    p {margin: 0 0 10px}
    
.navbar {
    border-radius: 8px!important
}
}




