/*
 Theme Name:   SpaceVision
 Theme URI:    http://wp.studybox.space
 Description:  SpaceVision Custom Theme
 Author:       Nishan Bedrossian
 Author URI:   
 Template:     shapely
 Version:      0.0.15
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  spacevision
*/

/*body{background-color: #f2f2f2;}*/

nav {
    background-color: #000 !important;
}

/*img {
    border: 5px solid #fd0 !important;
}*/

p {
    color: #434343 !important;
}

.custom-logo {
    max-width: 154px;
}

input[type=submit],
.btn {
    letter-spacing: 0;
    text-transform: inherit;
    font-family: Montserrat;
}

nav *,
h1,
h2,
h3,
h4,
h5 {
    font-family: Montserrat;
}

h2 {
    font-size: 30px !important;
}

h4 {
    font-size: 24px !important;
}

body,
p {
    font-size: 16px;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em
}

.image-bg p,
.image-bg h1 {
    color: transparent !important;
}

iframe {
    /*max-height: 569px;*/
    margin: auto;
    display: block;
}

.main-navigation .menu li a {
    color: #fff !important;
    letter-spacing: 0 !important;
}


@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        padding-top: 40px;
    }
}

.card-deck {
    display: flex;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;

}

.post-content .entry-content .post-title {
    text-align: center !important;
    margin-bottom: 96px;
    margin-top: 0 !important;
}

.header-callout,
.post-content .post-meta {
    display: none !important;
}

/* section, footer {
    padding: 56px 0 !important;} */
.badge-warning {
    color: #212529;
    background-color: #F0AD4E;
}

.text-center {
    text-align: center !important;
}

.my-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer {
    background-color: #ccc;
}