@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('file:///C:\Git\Repos\MasteringMathsDifficulties\web\MasteringMathsDifficulties\wwwroot\css\site.css');


html, body {
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font: 18px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
}

h1 {
    color: #EF8C79
}

h4 {
    color: #EF8C79
}

.portrait {
    width: 50%;
    height: auto;
}

.contact {
    padding-bottom: 3%;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    background-color: #FFF1F1;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #EF8C79;
    margin-bottom: 5px;
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
color: #000;
background: #FFF1F1;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 8px;
    font: 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: -5px;
}

.fullDot {
    background-color: #EF8C79;
}

.emptyDot {
    border: 2px solid #EF8C79;
    background-color: white;
}

.sectionHeader {
    text-align:center;
    padding-top:5px;
    width:100%;
}

.orangeBox {
    color: #EF8C79;
    border: 1px solid #EF8C79;
    border-radius: 25px;
    padding:10px;
}


.abacus {
    padding-left: 5px;
    padding-bottom: 5px;
}

.bullet {
    text-align: center
}


.footer {
   background:#FFF1F1;
}

.company {
    color: #EF8C79;
    text-align: center;
    font-style: italic;
}

.triangle {
    border-bottom: 50px solid #FFF1F1;
    border-left: 50px solid transparent;
    width: 0px;
    padding:0px
}

.copyright {
    float:left;
    padding:10px;
       
}

.email {
    float: right;
    padding:10px;
}

.telephone {
    text-align: center;
    margin: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    padding:10px;
}

.nav-item a {
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-text{
    font-weight:bold;
    padding:5px;
    font-size: medium;
}

.nav-item1 {
    color: #A2D1DE;
}

.nav-item2 {
    color: #F9BE86;
}

.nav-item3 {
    color: #EF8C79;
}

.nav-item4 {
    color: #E0D994;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
    font-weight:bolder
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: black;
}

.content {
    padding-top: 15px;
    padding-left:20px;
    padding-right:20px;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}
