@charset "utf-8";

/* Google Web Fonts */


/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
/* Headers */

h1,
h2,
h3,
h4 {
    /*font-family: 'Walter Turncoat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #232731;
}

h1 {
    font-weight: bold;
    padding-top: 6pt;
}

article h2 {
    clear: left
}

h2 {
    font-size: 14pt;
    font-weight: 600;
    margin-top: 1em
}

h3 {
    font-size: 13pt;
    font-weight: 600;
    margin-top: 1em
}

h4 {
    font-size: 12pt;
    font-weight: 600;
    /*margin-left: 2em;*/
    font-style: italic;
}
div.sidebar-module h4 {
  font-style: normal;
}

@media (max-width: 767px) {
    h1 {
        font-size: 18pt;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 24pt;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 30pt;
    }
}

.homepagecube {
    text-align: center;
    padding-top: 5px;
    border-radius: 10px;
}

.homepagecube hr {
    width: 60%;
    color: slategray;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.homepagecube h2 {
    font-weight: 700;
    font-size: 16pt;
    margin-top: 5px
}

.homepagecube:hover {
    background-color: #F0F5FF
}

/* Sidebar modules for boxing content */

.footer_container h4 {
    color: #F8F8F8;
    border-bottom-color: white;
    border-bottom-style: dotted;
    border-bottom-width: 1pt
}

.sidebar-module {
    padding: 1rem;
}

.sidebar-module-inset {
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
    box-shadow: 3px 3px 2px grey;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

/* change the navbar colors */

.navbar-custom {
    background: #726cc9;
    /*font-family: 'Walter Turncoat', sans-serif;*/
    font-family: 'Merriweather Sans', sans-serif;
}

.navbar-custom .navbar-nav > li > a {
    color: #FFF;
    font-weight: 300;
    font-size: 12pt;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-custom .navbar-nav > li > a {
        /* if we want to change anything for smaller screens... */
    }
}

@media (max-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        border-radius: 0px;
        border-width: 0px;
    }
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    /*background-color: #242f3c;*/
    color: #FFF;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #726cc9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -2px;
    border-top-width: 0px;
}

.navbar-nav > li > .dropdown-menu > .dropdown-item {
    color: white;
}

.navbar-nav > li > .dropdown-menu > .dropdown-item:hover {
    color: white;
    background-color: #242f3c;
}

@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.breadcrumb {
    background-color: white
}

.navbar-toggler-icon {
    color: #6f93bc;
    background: none;
    padding: 10px;
}

/* top header */

#top_container {
    background-color: #6f93bc;
    border-color: #726cc9;
    border-style: solid;
    border-width: 0px 1px;
}

/* bottom footer */

.footer_container {
    background-color: #6f93bc;
    color: white;
    font-size: 1.1em;
    border-style: solid;
    border-color: #726cc9;
    border-width: 0px 1px;
}

.footer_container a {
    color: white;
}

body {
    background-color: #37516f;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

#maincontentcontainer {
    background-color: white;
    border-color: #726cc9;
    border-style: solid;
    border-width: 0px 1px;
}

strong {
    font-weight: 500;
}

@media (min-width: 576px) {
    .leftcol {
        /*max-width: 180px;*/
        width: 180px;
    }
}

.mathway {
    width: 100%;
    max-width: 600px;
    height: 700px;
    border: 1px solid #E1E1E1;
}

@media (min-width: 576px) {
    .mathway {
        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
    }
}
