/* Colors 
    Main Font color: #929292
    Footer light gray: #B1AEAE

    Dev Link 
    
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Roboto', sans-serif;

*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
	line-height: 25px;
	color: #535353;
	outline: 0;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
	color: #000;
}

h1{
    font-size: 4em;
    font-weight: 600;
}

h2{
	font-size: 3em;;
    margin-bottom: 20px;
    font-weight: 600;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}
  
.logo {
    /* min-width: 200px; */
    margin: 0 auto;
    display: block;
    padding: 2% 0;
}

.mobi-breaks{
	display:none;
}

.nopad{
	padding:0!important;
}

/* Buttons  */
.btn-primary{
	color: #fff;
	background-color: inherit;
    font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	border:inherit;
    width: 220px;
	padding:12px 25px;
	outline: 0!important;
	transition: 0.5s;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-primary.btn-contact:hover{
	border-color:#fff;
	background-color: #fff;;
    color:#B1AEAE;
}

.btn-contact{
	background-color: #B1AEAE;
	border: 2px solid #B1AEAE;
    color:#fff;
    border-radius: 8px;
}

/* End of Buttons  */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

/* Home  */

.home-head{
    background: url("/images/home/header.jpg") no-repeat center center/cover;
    padding: 8em 0;
}

.img-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    /* height: 360px; */
    height:;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Team Member Modal  */

.close {
    position: absolute;
    top: 8px;
    right: 12px;
	font-size: 30px;
}

.modal {
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
}

.error {
    padding: 10px;
    background-color: #4B463D;
    color: #fff;
    display: none;
    width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

.output {
    margin-top: 15px;
    padding: 10px;
    background-color: #B1AEAE;
    color: #000;
    display: none;
    width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

#email2 {
	display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 15px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #B1AEAE;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #B1AEAE;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msg-input{
    min-height: 200px;
	resize:vertical;
	max-height: 300px;
}





















































.footer a:hover{
    color: #000;
    transition:0.5s;
}


.foot-contact {
    padding: 20px 0 30px;
}

.footer hr{
    color: #fff;
}

.footer{
    background-color: #B1AEAE;
    padding: 2% 0;
    text-align: center;
}

.popup-logo {
    width: 70%;
    margin-bottom: 10px;
    background-color: #D0CACA;
    padding: 0 10px;
}