
@font-face {
    font-family: 'Lato';
    src: url('../webfonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../webfonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

html {
height: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: flex-start;

}

.bg-inverse a, .bg-inverse a:focus, .bg-inverse a:hover {
color: initial;
}

body {
    background: url(../img/brownscottages_bck-small-01.webp) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  
}
* { padding: 0; margin: 0; }
html, body, .set-height {
    min-height: 100% !important;
    height: 100%;
}




/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0 !important;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #2255a6;
}
*/

.set-height {
	height: 100% !important;
}
*:after {
box-sizing: unset !important;
}
*, ::before, ::after {
box-sizing: unset !important;
}

.page-content {
margin-left: auto;
margin-right: auto;

max-width: 1140px;

}

.map-content iframe {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 30px;
border: #2255a6 2px solid;
margin-top: 20px;

}

.button i {
margin-right: 4px;
}

.button a, .button a:hover, .button a:focus {
padding: 5px 20px;
font-size: 1.25rem;
background-color: #2255a6;
border: 2px #ffffff solid;
font-weight: 500;
border-radius: 33px;
margin-top: 20px;
display: inline-block;
position: relative;
margin-bottom: 20px;
color: #ffffff;
}

.boxed-content {
text-align: left;
display: block;
position: relative;
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 20px;
}

.policies-list {

}

.contact i {
color: #2255a6;
margin-right: 3px;
}
.contact p a:link {
margin-bottom: 0rem;
font-size: 1.25rem !important;
font-weight: 500;
}
.content-box {
background-color: rgba(255, 255, 255, 0.75);
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 30px;
border: #2255a6 2px solid;
margin-bottom: 40px;
padding-top: 40px;
}

.footer-area {
background-color: #2255a6;
margin-bottom: -16px !important;
padding-bottom: 0px !important;
height: auto;
border-bottom: 2px solid #2255a6;
}
div:after {
box-sizing: content-box !important;
}

.social-media {
	
	margin-bottom: 50px !important;
}

.social-title {
	color: #d6cdc0 !important;
	margin-bottom: 20px;
	margin-top: 15px;
	display: block;
	font-size: 1.1rem;
	
}
.booking-title {
	color: #d6cdc0 !important;
	margin-bottom: 10px;
	margin-top: 1px;
	display: block;
	font-size: 1.1rem;
    font-weight: 600;
	
}

.social-column {
	margin-bottom: 20px;
}



.bg-inverse {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
    background-color: transparent !important;
	color: #242424;
}

li {
margin-bottom: 0.25rem;
font-size: 1.15rem;
font-weight: 500;
}

p {
margin-bottom: 0rem;
font-size: 1.25rem;

font-weight: 500;
}
.margaree_accommodations_hdr {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-bottom: 20px;
	max-width: 700px;
	height: auto;
}
.margaree_accommodations_cb {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.text_content {
width: 74%;
margin-left: 13%;
margin-right: 13%;
}

.small {
font-size: 75%;
font-weight: 500;
}

.display-3 {
	margin-top: 8px;
	font-size: 3rem;
}
.copy {
	margin-top: 10px;
	color:#DBDBDB;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	letter-spacing: 1px;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.m-b-3 {
	margin-bottom: 1.25rem !important;
}

h2 {
font-size: 1.65rem;
font-weight: 400;
text-transform: none;
letter-spacing: 0px;
font-family: 'Lato', sans-serif;
color: #242424;
display: block;

}
h3 {
font-size: 2.25rem;
font-weight: 600;
padding-bottom: 0px;
padding-top: 30px;
margin-bottom: 0px;
line-height: 1.25;
color: #2255a6;
font-family: 'Lato', sans-serif;
	
}

h4 {
	line-height: 1.5;
	padding-bottom: 30px;
	font-weight: 500;
	margin-top: 25px !important;
    font-family: 'Lato', sans-serif;
	
}

h5 {

	font-size: 1.3rem;
	
}

h5  i:before {

	font-size: 1.75rem !important;
	margin-bottom: -10px;
	
}


header {
	height: 100%;
}



@media (max-width: 992px) {

.page-content {
max-width: 940px;

}


	h3 {
    font-size: 2rem;
	
	
}

h4 {
	font-size: 1.25rem;
	
}

.margaree_accommodations_cb {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	padding-bottom: 50px;
}	

.text_content {
	width: 70%;
margin-left: 15%;
margin-right: 15%;
	
}	
	
	.set-height {
	height: 100% !important;
}

.boxed-content {
width: 70%;
margin-left: 20%;
margin-right: 10%;
}
.footer-area:after {
box-sizing: inherit !important;
}

}

@media (max-width: 768px) {
	
	.page-content {
max-width: 720px;

}

	
	.margaree_accommodations_hdr {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	
}
.display-3 {
	margin-top: 20px;
	font-size: 2rem;
}


.jumbotron {
	
	padding-top: 15%;
	
	
}

h2 {
    font-size: 1.5rem;
}	
	
h3 {
    font-size: 1.75rem;
	line-height: 1.5;
	
	
}

h4 {
	font-size: 1rem;
	
}

.margaree_accommodations_cb {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-bottom: 50px;
}	

.text_content {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	
}		

	.boxed-content {

width: 60%;
margin-left: 20%;
margin-right: 20%;

}
	.set-height {
	height: 100% !important;
}


	
	
}
@media (max-width: 544px) {


.content-box {

width: 90% !important;

}

.page-content {
max-width: 100%;

}

	
.display-3 {
	margin-top: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 1em;
}

.margaree_accommodations_cb {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-bottom: 30px;
}	
	.margaree_accommodations_hdr {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	
}	
.text_content {
width: 90%;
margin-left: 5%;
margin-right: 5%;
	
}

.boxed-content {
width: 80%;
margin-left: 15%;
margin-right: 5%;
}
	
	
}
