

	
@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';

$black: #252525;
$white: #fff;
$grey: #eaeaea;

$primary-color: #4f4d45;
$primary-color-dark: darken( $primary-color, 10% );
$primary-color-tint-1: lighten( $primary-color, 10% );
$primary-color-tint-2: lighten( $primary-color, 20% );
$primary-color-tint-3: lighten( $primary-color, 30% );
$primary-color-tint-4: lighten( $primary-color, 40% );
$primary-color-tint-5: lighten( $primary-color, 50% );
$primary-font: "Fira Sans", Arial, sans-serif;

$link-color: $primary-color;


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}


header
{
	width: 1250px;
	height: 300px;
	margin: auto;
}

.logoandnav
{
	width: 1250px;
	margin: auto;
	padding-top: 31px;
}

.logo
{
	width: 786px;
	height: 241px;
	margin: auto;
}

.gradline
{
	width: 1250px;
	height: 7px;
	background-image: linear-gradient(to right, #ada191 , #4f4d45);
	margin-top: 25px;
}

.navigation
{
	width: 1250px;
	float: left;
}

.mobimg
{
	max-width: 100%;
	height: auto;
}

.navigationpadding
{
	padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    text-align: center;
    color: #ada191;
}

#mylist li
{
	list-style-type: none;
	display: inline;
	color: #929eb6;
	font-size: 18px;
	margin-right: 0px;
	padding: 10px;
}

.roller
{
	width: 100%;
	height: auto;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
	float: left;
}

.rollermid
{
	width: 1250px;
	margin: auto;
}

.rollermid2
{
	width: 100%;
	margin: auto;
	text-align: center;
}

.homeselection
{
	width: 100%;
	height: 1200px;
	float: left;
	/*background-image: url("../images/bg.png");*/
	background-position: center;
	margin-top: 50px;
}

.homeselectionmid
{
	width: 1250px;
	margin: auto;
}

.homeselectionpad
{
	display: inline-block;
	text-align: justify;
}

.homeselectionpad:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

.homeimg
{
	width: 570px;
	margin-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 2%);
}

.content
{
	width: 100%;
	float: left;
	/*background-image: url("../images/bg.png");*/
	background-position: top center;
	margin-bottom: 60px;
}

.contentmid
{
	width: 1250px;
	margin: auto;
}

.contentpadding
{
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: center;
}

.contentpadding2
{
	padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: left;
}

.contentpadding3
{
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: left;
}

	.contentpadding ul
{
		margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;}	
	
.contentpadding3 ul
{
		margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
}	


footer
{
	width: 100%;

	background-color: #000;
	float: left;
}

.footerpadding
{
	padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #fff;
	font-size: 20px;
	text-align: center;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h1
{
	color: #000;
	font-size: 37px;
	margin-top: 20px;
    margin-bottom: 45px;
}


h2
{
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 30px;

}


.blogthumb2
{
	border: 3px solid #dbddd0;
    padding: 6px;
    margin-top: 20px;
	margin-right: 10px;
}


a.navlink { text-decoration:none; text-transform: uppercase; color: #000; font-weight: normal;  font-size: 18px; line-height: 2em; } 
a.navlink:link { text-decoration:none; text-transform: uppercase; color: #000; font-weight: normal;  font-size: 18px; line-height: 2em; } 
a.navlink:visited { text-decoration:none; text-transform: uppercase; color: #000; font-weight: normal;  font-size: 18px; line-height: 2em; } 
a.navlink:hover { text-decoration:none; text-transform: uppercase; color: #000; font-weight: normal; font-size: 18px; line-height: 2em; } 
a.navlink:active { text-decoration:none; text-transform: uppercase; color: #000;  font-size: 18px;  line-height: 2em; }

a.navlink2 { text-decoration:none; color: #000; font-weight: normal;  font-size: 21px; line-height: 2em; } 
a.navlink2:link { text-decoration:none; color: #000; font-weight: normal;  font-size: 21px; line-height: 2em; } 
a.navlink2:visited { text-decoration:none; color: #000; font-weight: normal;  font-size: 21px; line-height: 2em; } 
a.navlink2:hover { text-decoration:none; color: #000; font-weight: normal; font-size: 21px; line-height: 2em; } 
a.navlink2:active { text-decoration:none; color: #000;  font-size: 21px;  line-height: 2em; }

a.whitelink { text-decoration:none; text-transform: uppercase; color: #fff; font-weight: normal;  font-size: 19px; line-height: 2em; } 
a.whitelink:link { text-decoration:none; text-transform: uppercase; color: #fff; font-weight: normal;  font-size: 19px; line-height: 2em; } 
a.whitelink:visited { text-decoration:none; text-transform: uppercase; color: #fff; font-weight: normal;  font-size: 19px; line-height: 2em; } 
a.whitelink:hover { text-decoration:underline; text-transform: uppercase; color: #fff; font-weight: normal; font-size: 19px; line-height: 2em; } 
a.whitelink:active { text-decoration:none; text-transform: uppercase; color: #fff;  font-size: 19px;  line-height: 2em; }



a:link 
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited 
{
	color: #000;
}

a:hover 
{
	color: #000;
}

a:active 
{
	color: #000;

}





.inlineimg
{
	max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 25px;
}




.slider {
position: relative;
    width: 100%;
    padding-top: 56.25%; /* for a 16:9 aspect ratio */
    overflow: hidden;
}

.slider .slide {

position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider .slide img {
width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Animation */
@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slider .slide:nth-child(1) {
    animation: fadeInOut 10s infinite 0s;
}

.slider .slide:nth-child(2) {
    animation: fadeInOut 10s infinite 5s;
}




/** THUMBNAILS **/
.thumbnails {
  display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.thumbnails a {
  flex-grow: 1;
  height: 200px;
  margin: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.thumbnails img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.thumbnails a:hover img {
  transform: scale(1.05);
}



.blogblurb
{
	background-color: #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blogblurbpad
{
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
    padding-left: 15px;
    line-height: 1.8;
}

.bloglink
{
	text-decoration: none;
	color: #666;
}

.flourish
{

text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 25px;	
	
}





.dmylist {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center;

}

.dmylist li {
   
    display: inline;
}

.dmylist li a, .dropbtn {
    color: white;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
	
}

.dmylist li a:hover, .dropdown:hover .dropbtn {
    
    background-color: #fff;
	
}

.dmylist li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e7e7e7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 0px;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #0557a5}

.dropdown:hover .dropdown-content {
    display: block;
}

#dl-menu
{
	display: none;
	visibility:hidden;
}



.contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 50px auto;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.contact-form textarea {
    height: 150px; /* Set a taller height for the message box */
    resize: vertical; /* Allow vertical resizing if desired */
}

.contact-form button {
    width: 100%;
    background-color: #2D2D2D;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #666;
}









@media only screen and (max-width: 1250px) 
{


#dl-menu
{
	display: block;
	visibility: visible;
}

.navigation
{
	display: none;
	visibility: hidden;
}	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
header
{
	width: 100%;
	height: 300px;
	margin: auto;
}

.logoandnav
{
	width: 100%;
	margin: auto;

	text-align: center;
	padding-top: 50px;
}

.logo
{
	width: 100%;
	height: auto;
	margin: auto;
}

.logopad
{
	padding-left: 10px;
	padding-right: 10px;
}
	
.gradline
{
	width: 100%;
	height: 7px;
	background-image: linear-gradient(to right, #ada191 , #4f4d45);
	margin-top: 25px;
}

.navigation
{
	width: 100%;
	float: left;
}

.mobimg
{
	max-width: 100%;
	height: auto;
}

.navigationpadding
{
	padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    text-align: center;
    color: #ada191;
}

#mylist li
{
	list-style-type: none;
	display: inline;
	color: #929eb6;
	font-size: 18px;
	margin-right: 0px;
	padding: 10px;
}

.roller
{
	width: 100%;
	height: auto;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
	float: left;
}

.rollermid
{
	width: 100%;
	margin: auto;
}

.rollermid2
{
	width: 100%;
	margin: auto;
}	
	
.homeselection
{
	width: 100%;
	height: auto;
	float: left;
	/*background-image: url("../images/bg.png");*/
	background-position: center;
	margin-top: 50px;
}

.homeselectionmid
{
	width: 100%;
	margin: auto;
}

.homeselectionpad
{
	display: inline-block;
	text-align: center;
}

.homeselectionpad:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

.homeimg
{
	width: 570px;
	height: auto;
	max-width: 100%;
	margin-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 2%);
}

.content
{
	width: 100%;
	float: left;
	/*background-image: url("../images/bg.png");*/
	background-position: top center;
	margin-bottom: 60px;
}

.contentmid
{
	width: 100%;
	margin: auto;
}

.contentpadding
{
	padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: center;

}

	.contentpadding2
{
	padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: left;
}
	
.contentpadding3
{
	padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    color: #666157;
	font-size: 20px;
	text-align: left;
}	

	.contentpadding ul
{
		margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;}	
	
.contentpadding3 ul
{
		margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
}	
	
	
	
footer
{
	width: 100%;
	background-color: #000;
	float: left;
}

.footerpadding
{
	padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #fff;
	font-size: 20px;
	text-align: center;
}	
	
	
}

@media only screen and (max-width: 700px) 
{

    .contact-form {
        width: 90%; /* Increase form width for smaller screens */
        padding: 20px; /* Adjust padding */
    }
    
    .contact-form h2 {
        font-size: 24px; /* Adjust font size for smaller screens */
    }
    
    .contact-form input, .contact-form textarea {
        font-size: 16px; /* Make input text size slightly bigger */
    }
    
    .contact-form button {
        font-size: 18px; /* Adjust button text size */
        padding: 12px; /* Add more padding for better touch interaction */
    }


}



