/* ------- BASIC SETUP ---------*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html{
    background-color: #fff;
    color: #4b4a4a;
    font-family: 'Lora', serif;
    font-weight: 100;
    font-size: 22px;

    
    }
/* --------------------*/
/*  REUSEABLE COMPONENTS */
/* --------------------*/

.row {
   max-width: 1200px; 
    margin: 0 auto;
    
}

.section {
    padding: 80px, 0;
    
}

.box {
    padding: 1%;
    
}


/* ---- HEADERS ------*/



h1,
h2,
h3,
h4
{
        font-weight: 300;
    
}

h1 {
    font-size: 250%;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 3px;
    
}
h2 {
    font-size: 160%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: 1px;
    
}

h3 {
    font-size: 110%;
    word-spacing: 1px;
    margin-bottom: 15px;
    
    
}

h2:after {
    display: block;
    height: 2px;
    background-color: #343bea;
    content: "   ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    
}


/*----PARAGRAPHS -----*/

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
    
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

/* ----- ICONS -----*/
.icon-big {
    font-size: 350%;
    display: block;
    color: #343bea;
    margin-bottom: 10pt;
    
    
}

/*-----------------*/
/* HEADER */
/* ---------------*/

.main-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(img/library1.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh;
    width:100%;
}

.mp-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/museum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.srp-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/summerreadingboy.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
    
    
}
.rm-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/meetingroom.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    
}

.wb-header {
     background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/bookbackground.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
      
}

.about-header {
     background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/momkid.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
      
}


.events-header {
     background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.43)), url(img/librarybldg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
      
}
.library-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    
}

.contact-box {
    position: absolute;
    color: #fff;
  
    
}
.logo{
    height: 70px;
    width: auto;
    float: left;
    margin-top: 40px;
    border-radius: 200px;
}

.header-connect {
    color: #fff;
    font-size: 80%;
    margin-top: 5px;
    padding-left: 45px;
}
.header-connect i{
    margin-left: 10px;
}

        
.main-nav{
    float: right;
    list-style: none;
    margin-top: 40px;
}

.main-nav li{
    display: inline-block;
    margin-left: 40px;
    
    }

.main-nav li a:link, 
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    
}

.main-nav li a:hover, 
.main-nav li a:active {
    border-bottom: 2px solid #343bea;
    
    }

.wrapper {
    text-align: center;
    margin-bottom: 30px;
    
}

.contact-nav {
    float: left;
    list-style: none;
    
}

.contact-nav li {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 0;
    color: #fff;
    font-size: 80%;
}

.contact-nav i {
    margin-right: 10px;
}

/*-----------------*/
/* BUTTON */
/* ---------------*/


.btn:link, 
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 40px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    margin-top: 30px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}

.btn-demo:link,
.btn-demo:visited,
input[type=submit] {
    background-color: #343bea;
    border: 1px solid #343bea;
    color: #fff;
    margin-right: 15px;
       
}
.btn-demo:hover, 
.btn-demo:active,
input[type=submit] {
   background-color: #1117a7;
   border: 1px solid #1117a7;
}


/*-----------------*/
/* CUSTOMERS */
/* ---------------*/

.customers-list  {
    list-style: none;
    width: 100%;
    
}

.customer-photos li {
    list-style: none;
    width: 25%;
    display: block;
    float: left;
    
    
}

.library-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
    
}

.library-photo img{
    width: 100%;
    height:275px;
    transform:(1);
    
}

.library-title {
   /* position: absolute; */
    text-align:center;
    
    
}

/*-------------------------*/
/* PRODUCTS FEATURES LIST  */
/* ------------------------*/

.product-list {
    background-color: #f1f2fc;
    margin: 0 auto;
   
}


.product-box {
    background-color: #fff;
    font-size: 90%;
    margin-left: 2%;
    text-align: center;
    border-radius: 20px;
    
}

.product-list div ul {
    list-style: none;
    background-color: #fff;
    padding: 5px;
    font-size: 75%;
    text-align: left;
    
}

.product-list i{
    font-size: 150%;
    padding-right: 15px;
    
}
.product-list img {
    height: 70px;
    width: 100%;
        
}  
.product-list div:last-child {
    text-align: center;
    border: 0;
}



/* ----------------------------------------------- */
/* FORM */
/* ----------------------------------------------- */

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

*:focus {outline: none;}


/*-------------------------------------*/
/* FOOTER */
/*-------------------------------------*/

footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    text-align: center
    
}

.footer-nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li a:link,
.footer-nav li a:visited
{
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd
    
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
    font-size: 80%
}

/*-------------------------------------*/
/* #####   MP.INSIGHT * ######
/*-------------------------------------*/

/*-----------------------*/
/*    FLEXIBILITY           */
/*-----------------------*/

.screen-shots {
    background-color: #f1f2fc;
    margin: 0 auto;
    padding-bottom: 40px;
     
}
.feature-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 2px #e3e3e3;
    text-align: center;     
    
}

.screen-shotst img {
    height: 700px;
    width: 98%;
}


.screen-shots img {
    height: 400px;
    width: 98%;
}

.screen-shots p{
    margin-bottom: 5px;   
    
}

/*-----------------------*/
/*    PRODUCT FEATURES   */
/*-----------------------*/

.product-features h3 {
    padding-top: 15px;
    text-align: center

}

.product-features img {
    height: 300px;
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.product-features div ul {
    list-style: none;
    background-color: #f1f2fc;
    padding: 5px;
    font-size: 80%;
    text-align: left;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    
}


.product-features i{
    font-size: 150%;
    padding-right: 15px;
}


/*-------------------------------------*/
/* #####   RM.INSIGHT ######
/*-------------------------------------*/

/*-----------------------*/
/*    ROOM FEATURES   */
/*-----------------------*/
.room-features {
    background-color: #fff;
    margin: 0 auto;
    
}

.room-features div ul {
    list-style: none;
    font-size: 85%;
    text-align: left;
    width: 150%;
    margin-left: 50%;  
    line-height: 145%;
    
}

.room-features i{
    font-size: 120%;
    padding-right: 15px;
}
    
/*-----------------------*/
/*   ABOUT US           */
/*-----------------------*/

.about-us h3 {
    text-align: center;
    margin-top: 25px;
}

h3:after {
    display: block;
    height: 2px;
    background-color: #343bea;
    content: "   ";
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
.about-contact {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    
}

/*-----------------------*/
/*     EVENTS           */
/*-----------------------*/

.events h3 {
    text-align: center;
}

h4 {
    text-align: center;
    font-size: 130%;
    font-weight: 400;
    word-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    
}


/*--- ADDED BY SAB FEB 25, 2017  */



.keep-white {
	text-decoration: none;
	color: #ffffff;
}

/* unvisited link */
.keep-white a:link {
 	text-decoration: none;
 	color: #ffffff;
}

/* visited link */
.keep-white a:visited {
	text-decoration: none;
	color: #ffffff;
}

/* mouse over link */
.keep-white a:hover {
	text-decoration: none;
    	color: #ffffff;
	background-color: #000000;
}

/* selected link */
.keep-white a:active {
	text-decoration: none;
	color:#ffffff;
}


