﻿
.button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 60px;
    border-radius: 10px;
    background-color: #0884c7;
    font-size: 16px;
    font-weight: 300;
}





.body {
    font-family: Montserrat, sans-serif;
              
}


h1 {
    font-size: 3em;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0.67em 0;
    padding-bottom: 30px;
}


h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom:0px !important;
}


p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 9px;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
}

.pp {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 9px;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
}

.image-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 6px solid #0880c1;
    background-image: url('../images/bmn-hero_001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.featured-section {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 6px solid #0880c1;

}

.featured-container-2 {
    max-width: 1920px;
    margin: auto;
}


.featured-container {
    margin-right: 35px;
    margin-left: 35px;
}


.bmn-blank-section {

    border-bottom:6px solid #0884c7;
}


.bmn-image-section {
    height: 100vh;
    border-bottom: 7px solid #0880c1;
    border-top: 7px solid #0880c1;
    background-image: url('../images/book-shelves-bookcase-books-1648838.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;


    
}

.bmn-image-container {
    height: 80vh;
    max-width: 1920px;
    margin: auto;
}

.bmn-image-row {
   
    margin-top:30vh;
}

.bmn-image-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align:center;

    margin-bottom:10vh;
}


.bmn-text {
  
    width:95%;
    background-color: rgba(255,255,255,0.5);


   
}


.bmn-text1 {
   width:95%;
    background-color: rgba(255,255,255,0.5);
    
   
}


.bmn-plus {
    margin-top:-20px;
}

.bmn-minus {
    margin-top: -20px;
}

.bmn-video-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90vh;
    background-color: rgba(103,106,124,0.16);
    width:100%;
}


.bmn-video-wrapper {
    max-width: 1920px;
    margin: auto;
}

.bmn-video-section-text-wrapper {
    max-width: 1920px;
    margin: auto;
}




#video {

    display: block;
    width:100%;
    height: 50vh;
 
}


.happy-section {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}

.happy-container {
    max-width: 1920px;
    margin: auto;
}

.happy-content {
   
    display: flex;
   

    justify-content: center;
    align-items: center;

   
    margin-top:10vh;
}


.happy-contest-wrapper {
    
    height: 100px;
    
   
   
}

@media (max-width: 1920px) {

    .featured-container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .featured-container-1 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .featured-container-2 {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width:1024px) {


    .bmn-video-section {
        height: 100vh;
    }

    #video {
        display: block;
        width: 95%;
        height: 50vh;
    }


    .happy-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0vh;
    }



    .bmn-blank-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }



    .bmn-image-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        height:110vh;
    }


   


    .bmn-video-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }


    h1 {
        font-size: 2em;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        margin: 0.67em 0;
        padding-bottom: 30px;
    }

}


@media (max-width:824px) {

    .bmn-image-section {
        height: 550vh;
    }
}



@media (max-width:813px) {

    .bmn-image-section {
    
     height:550vh;
    
    }


}


@media (max-width:769px) {



    .bmn-image-section {
        height: 220vh;
        border-bottom: 7px solid #0880c1;
        border-top: 7px solid #0880c1;
        background-image: url(../images/book-shelves-bookcase-books-1648838.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

}



@media (max-width:737px) {

    .bmn-image-section {
        height: 560vh;
    }
}



@media (max-width:641px) {

    .bmn-image-section {
        height: 660vh;
    }
}




@media (max-width:569px) {

    .bmn-image-section {
        height: 720vh;
    }
}


@media (max-width:479px) {

   


    .bmn-image-section {
        height: 420vh;
        border-bottom: 7px solid #0880c1;
        border-top: 7px solid #0880c1;
        background-image: url(../images/book-shelves-bookcase-books-1648838.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }



   
}



@media (max-width:320px) {

   
    .bmn-image-section {
        height: 500vh;
        border-bottom: 7px solid #0880c1;
        border-top: 7px solid #0880c1;
        background-image: url(../images/book-shelves-bookcase-books-1648838.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}





@media (min-width:1440px) {

    .happy-contest-wrapper {
        
        padding-left: 150px;
    }


}


@media (min-width:1990px) {

    .happy-contest-wrapper {
       
        padding-left: 150px;
    }

}

@font-face {
    font-family: 'FA brands 400';
    src: url('../fonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}