/*
Theme Name: Aakira_academy
Author: Sarah.
Description: Custom Bootstrap 4.1.2 based theme for Aakira Academy.
Version: 1.0
Text Domain: Sarah
Tags: custom-header, custom-menu, custom-logo, featured-images, theme-options, responsive-design
*/

/* ==================================================
   1.0 Base Styles
   ================================================== */

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

/* ==================================================
   2.0 Typography
   ================================================== */

h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* Utility font sizes */
.f-large {
  font-size: 20px;
}
.f-medium {
  font-size: 16px;
}
.f-small {
  font-size: 12px;
}

/* ==================================================
   3.0 Alignment Helpers (WordPress Default)
   ================================================== */

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ==================================================
   4.0 Forms
   ================================================== */

label {
  font-weight: 600;
  display: block;
}

::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* Remove ugly focus outline only if necessary */
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}

/* ==================================================
   5.0 Images
   ================================================== */

/* Let Bootstrap control responsive images */
img {
  width: 100%;
  max-width: 100%;
}

/* Optional content image styling */
.entry-content img {
  max-height: 350px;
  object-fit: contain;
}

/* ==================================================
   6.0 Tables
   ================================================== */

/* Bootstrap handles tables, only minor customization */
table {
  margin-bottom: 1.5rem;
}

/* ==================================================
   7.0 Links
   ================================================== */

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  list-style: none;
}
/* ==================================================
   8.0 Custom Theme Sections (Add Below This Line)
   ================================================== */
