html,body{
    height: 100%;
}

body{
    overflow-y: scroll
    color: #000;
    font-family: 'Raleway', 'Arial', sans-serif;
}
body > .container{
    display: table;
    height: 100%;
}
#content-wrap{
    display: table-row;
    height: 100%;
}
#content{
    padding-top: 16.9%;
    width: 100%;
}
footer{
    display: table-row;
    height: 1px;
    font-size: 24px;
    padding-bottom: 20px;
}
header{
    display: table-row;
    width: 100%;
    height: auto;
    z-index: 10;
}
nav{
    background-image: url("../img/whiteTransparentBG_3.png");
    padding-top: 1px;
    
}
.position-right{
    position: absolute;
    right: 0;
}
a{
    display: block;
}
a, a:hover{
    text-decoration: none;
    color: #000;
}
a:active{
    color:#98c657;
}
a:visited{
    color: #98c657;
}
.portfolio-grid .row{
    padding: 0 15px;
}
.portfolio-grid .col-lg-3{
    padding: 0;
}
.portfolio-grid .col-lg-3 img{
    width: 100%;
    height: auto;
    padding: 0;
}
.portfolio-grid-item{
    background-color: #84a361;
}
.portfolio-grid-item img:hover{
    opacity: 0.3;
}
.navbar-header{
    height: auto;
}
#logo-link{
    width: 12.5%;
    height: auto;
}
#logo{
    margin-bottom: -20px;
    width: 80%;
    height: auto;
}
.nav-links{
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.nav-links:after{
    clear: both;
    font-weight: bold;
}
.nav-links li{
    margin: 0;
    position: relative;
    float: right;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
}
.nav-links li:first-child{
    margin-right: 16px;
    padding: 5px;
    font-weight: bold;
}
.nav-links li:last-child{
    padding: 5px 0 5px 5px;
    font-weight: bold;
}
.about-title{
    margin-top: 0;
    font-size: 3em;
}

.copy{
    font-size: 1.25em;
    line-height: 1.6;

    padding-bottom: 10px;
}

.caption{
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.6;

    padding-bottom: 20px;
}


.copy2{
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.6;

    padding-bottom: 10px;
}

#content .interior-img{
    width: 100%;
    height: auto;
}



.interior{
    padding-bottom: 15px;
}



/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.section_header{
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: bold;
    
}



.contact-title{
    font-size: 40px;
    padding-bottom: 20px;
    color: #98c657;
}
.form-group{
    padding-bottom: 20px;
}
.form-control {
    border-radius: 0;
    margin-bottom: 5px;
    height: 50px;
}
.contact-message textarea{
    width: 100%;
    height: 150px;
    resize: none;
}
#submit-button{
    color: #fff;
    padding: 10px 20px;
    background-color: #98c657;
    width: 150px;
    cursor: pointer;
}

#submit-button: hover{

background-color: black;

}
#submit-button div{
    margin: auto;
    font-weight: bold;
    font-size: 24px;
}
footer .col-lg-12{
    padding: 0;
    font-size: 16px;
    padding-bottom: 20px;
}
#copyright{
    padding-top: 40px;
}
.bold{
    font-weight: 700;
}
#success, #error, .error-message{
    display:none
}
#error, .error-message, .error-label{
    color: #ff0000;
    font-weight: 700;
}
.error{
    border: 1px solid #FF0000;
}
.current{
    display: block;
    background-color: #98c657;
    padding: 5px !important;
}
.current a{
    color: #fff;
}
.error-404{
    background-image: url("../img/404_error_neighbor.png");
    background-size: cover;
}
.error-404, .error-404 a{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

@media (max-width: 1920px) {
    #content
        padding-top: 15%;
    .nav-links li:first-child{
        margin-right: 16px;
        font-weight: bold;
    }

@media (max-width: 991px) {
    #content
        padding-top: 15%;
    .nav-links li:first-child{
        margin-right: 16px;
        font-weight: bold;
    }
    
    #logo-link{
        width: 30%;
        padding-left: 5px;
    }
}
@media (max-width : 768px) {
    #content{
        padding-top: 15%;
    }
}
@media (max-width : 767px) {
    .portfolio-grid .col-xs-12{
        padding-bottom: 15px;
    }
}
@media (min-width: 320px) and (max-width: 667px){
    #content{
        padding-top: 20%;
    }
}













/* Movies & Side Stuff */
.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(71,163,218,0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
    color: #fff;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 20%; /* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}
















/* favorites section */

.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(71,163,218,0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    color: #000;
    font-family: 'Raleway', 'Arial', sans-serif; 
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
    color: #fff;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 20%; /* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}







A.about{
    color: #000;
    

}

A.about:link {
    text-decoration: underline;
    color: #000;
    text-align: left;
    
}


A.about:hover {
    text-decoration: none;
    color: #98c657;
    text-align: left;
    
}

A.fav:link{
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 20px;
    text-align: left;
    
}

A.fav:hover {
    text-decoration: none;
    color: #98c657;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
}
    

.fav{
    font-size: 60px;
    font-weight: bold;
    color: #98c657;
}




.favA{
    font-size: 60px;
    font-weight: bold;
    color: #98c657;
    font-family: 'Raleway', 'Arial', sans-serif;
    text-align: left;
}

.fav{
    font-size: 60px;
    font-weight: bold;
    color: #000;
    font-family: 'Raleway', 'Arial', sans-serif;
    text-align: center;
}







