html, body {
    height: 100%;
    width: 100%;
    color: #292c2f;
}

body{
    font-family: 'Rubik', sans-serif;
}

h1,h2,h3{
    font-family: 'Ubuntu', sans-serif;
}

blockquote{
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid rgb(96, 43, 9);
}


.pagination > li > a,
.pagination > li > span {
    color: rgb(96, 43, 9);;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: rgb(96, 43, 9);;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgb(96, 43, 9);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgb(96, 43, 9);
    border-color: rgb(96, 43, 9);
}

/*datepicker */

.picker__date-display {
    background-color:#9e9e9e;
}
.picker__weekday-display {
    background-color: #9e9e9e;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #01579b;
}

/* end datepicker */


/* home page */

#secRoom{

}
#secRoom i{
    vertical-align: middle;
}

#secRoom h2{
    vertical-align: middle;
    display: inline-block;
}
#someProducts i{
    vertical-align: middle;
}

#someProducts h2{
    vertical-align: middle;
    display: inline-block;
}

#event{
    margin-top: 40px;
}

#event i{
    vertical-align: middle;
}

#event h2{
    vertical-align: middle;
    display: inline-block;
}

#images {

}

.fa.icon{
    color: rgb(72, 140, 70);
    margin-right: 10px;
}

.col-md-3.image {
    padding: 0px;
    margin-right: auto;
}

.col-md-3.image a {
    margin-bottom: 0px;
}

.thumbnail {
    border: 0 none;
    -webkit-box-shadow: 0 8px 6px -6px  #999;
    -moz-box-shadow: 0 8px 6px -6px  #999;
    box-shadow: 0 8px 6px -6px #999;
    position:relative;
    overflow:hidden;
}

.moreInfo{
    color: rgb(0,0,0);
}

.moreInfo:hover{
    color: rgb(72, 140, 70);
}


/* end homepage /*


/* item related pages */

#titleItemShow i{
    vertical-align: middle;
}

#titleItemShow h2{
    vertical-align: middle;
    display: inline-block;
}

#createItem i{
    vertical-align: middle;
}

#createItem h2{
    vertical-align: middle;
    display: inline-block;
}

.item .card-image img{
    -webkit-filter: blur(0.3px);
    -moz-filter: blur(0.3px);
    -o-filter: blur(0.3px);
    -ms-filter: blur(0.3px);
    filter: blur(0.3px);
    height: 170px;
}

.item .card-content b{
    color: rgb(96, 43, 9);
}

.item .card-action b{
    color: rgb(96, 43, 9);
}


.info i{
    vertical-align: middle;

}

.info2 {
    margin-top: 20px;

}

.info2 i{
    vertical-align: middle;

}

.info3{
    margin-top: 30px;
}
.info3 i{
    vertical-align: middle;
    width: 30px;

}
.itemImg {
    height: 200%;
    width: 200%;
}

.idItem {
    font-size: 20px;
    color: rgb(97, 101, 104) ;
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.nameItem {
    font-size: 20px;
    color: rgb(97, 101, 104) ;
    font-family: 'Ubuntu', sans-serif;
    vertical-align: middle;
}


.nameBold {
    color: rgb(96, 43, 9) ;
    font-size: 25px;
    vertical-align: middle;
}

.idBold {
    color: rgb(96, 43, 9) ;
    font-size: 25px;
    vertical-align: middle;
}

.itemDesc::first-letter {
    font-size: 150%;
    color: rgb(96, 43, 9);
}

.itemDesc {
    color: rgb(97, 101, 104);
    font-family:  'Ubuntu', sans-serif;
    font-size: 20px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'Ubuntu', sans-serif;
    padding: 0;
    margin-bottom: 4em;
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #444;
    color: white;
    text-decoration: none;
    transition: all .3s ease-out;
    width: 200px;
}

.rectangle-list a:hover{
    background: #8c8c8c;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: rgb(96, 43, 9);
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: rgb(96, 43, 9);
}

.imgGalery {
    margin-top: 20px;
}

/* sections related pages */

#createSection i{
    vertical-align: middle;
}


#createSection h2{
    vertical-align: middle;
    display: inline-block;
}

.rooms i{
    vertical-align: middle;

}

.rooms {
    margin:20px 0px 0px 200px;

}

.rooms b{
    margin-left: 6px;
}

.rooms i{
    vertical-align: middle;
    margin-left: 20px;
}

.rooms3 b{
    margin-left: 20px;
}

.rooms3 i{
    vertical-align: middle;
    margin-left: 20px;
}

.rooms3 {
    margin-top: 30px;
}

#createEvent i{
    vertical-align: middle;
}

#createEvent h2 {
    vertical-align: middle;
    display: inline-block;
}

/* end sections pages*/


/* end item related pages */

.parallax img{
    width: 100%;
    height: 100%;
}

/* about page */

#contact i{
    vertical-align: middle;
}

#contact h1 {
    vertical-align: middle;
    display: inline-block;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    width: 100%;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

#roomTitle {
    color: rgb(96, 43, 9);
}

.founders i {
    vertical-align: middle;
}

.founders h1 {
    vertical-align: middle;
    display: inline-block;
}

.header-image {
    display: block;
    width: 100%;
    height: 50%;
    text-align: center;
    background: url('../img/aboutpage.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.headline {
    padding: 100px 0;
}

.headline h2 {
    font-size: 40px;
    background: rgba(255,255,255,0.9);
    color: rgb(96, 43, 9);
}

.lead {
    font-family: 'Rubik', sans-serif;
}

.featurette-divider {
    margin: 60px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-right {
    margin-left: 40px;
    width: 400px;
    height: 400px;
}

.featurette-heading {
    font-size: 50px;
}

.featurette-heading .text-muted{
    color: rgb(96, 43, 9);
}

#founders {
    color: inherit;
    background: url('../img/fachadaMuseu.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    display: table;
    position: relative;
    width: 100%;
}
.img-center {
    margin: 0 auto;
}

.parallaxDiv{
    background-color: rgb(255,255,255);
}
/* end about page */


/* login page */

#login i{
    vertical-align: middle;
}

#login h2{
    vertical-align: middle;
    display: inline-block;
}


/* end login page */



/* blog associations page */

#createBlog{
    margin-top: 40px;
}

#createBlog i{
    vertical-align: middle;
    display: inline-block;
}

#createBlog h2{
    vertical-align: middle;
    display: inline-block;
}

#seeBlog{

}

#seeBlog i{
    vertical-align: middle;
}

#seeBlog h2{
    vertical-align: middle;
    display: inline-block;
}


.post-subtitle {
    margin-top: 30px;
}

.posTitle {
    color: rgb(96, 43, 9);
    text-decoration: none;
}

.posTitle:hover{
    color: rgb(96,43,77);
}

.card-action b {
    color: rgb(97, 101, 104);
}

.post-subtitle span{
    color: rgb(97, 101, 104);

}

.post-subtitle b{
    color: rgb(97, 101, 104);
}

.post-title {
    font-family: 'Ubuntu', sans-serif;
    color: rgb(96, 43, 9);
    transition: bold;
}

.blogCardImage .card-image img{
    -webkit-filter: blur(0.3px);
    -moz-filter: blur(0.3px);
    -o-filter: blur(0.3px);
    -ms-filter: blur(0.3px);
    filter: blur(0.3px);
    height: 75px;
}

.blogAction{
    background-color: rgb(207, 207, 209);
}

.post-by {
    margin-top: 20px;
    margin-bottom: 50px;
}

.post-by i{
    vertical-align: middle;
    color: rgb(96, 43, 9);
}

.post-by p {
    vertical-align: middle;
    display: inline-block;
    color: rgb(97, 101, 104);
    font-size: 15px;
}

.post-by b{
    color: black;
}



/* end blog association pages */


/* volunteers page */

.volunteer img {
    height: 250px;
}

.volunteer b {
    color: rgb(96, 43, 9);
}

/* end volunterr */
@media (min-width: 992px) {

    .separateHide{
        display: none;
    }

    .caption{
        position:absolute;
        top:0;
        right:0;
        background:rgba(72, 140, 70, 0.75);
        width:100%;
        height:100%;
        padding:2%;
        display: none;
        text-align:center;
        color:#fff !important;
        z-index:2;
    }

    .headline h2 {
        width: 40%;
    }
    .parallax {
        /* The image used */
        background-image:url("../img/history.png") ;
        /* Set a specific height */
        min-height: 400px;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .parallaxSection {
        /* The image used */
        /* Set a specific height */
        background-image:url("../img/sections.png") ;
        min-height: 400px;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .parallaxOutsideSection {
        /* The image used */
        background-image:url("../img/SalaVinhoVerde1.png") ;
        /* Set a specific height */
        min-height: 400px;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 992px) {

    .separateHide{
        display: block;
    }
    #textRoom {
        margin: 0px 0px 0px 0px;
    }

    h1,h2,h3{
        font-size: 24px;
    }
    .info {
        margin-top: 10px;
    }
    .rooms i{
        vertical-align: middle;
        margin-left: 12px;
    }

    .rooms {
        margin:70px 0px 0px 200px;

    }




}

@media (max-width: 768px) {
    body{
        padding-top: 0px;
    }
    .headline h2 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .headline h2 {
        width: 60%;
    }
}

/* media querys for about page */

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
    .nameBold {
        font-size: 20px;
    }
    .idBold {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
    .featurette-image.pull-right {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
        margin-right: 40px;
    }
}

/* end media querys for about page */




@media(max-width:838px) {

    .homeEvent {
        margin-top: 50px;
    }
}
