@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

p {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
color:#000;
font-weight: 400;
}

h1
{font-family: 'Montserrat', sans-serif;
color:#333;
font-weight: 300;
font-size: 36px;

}

h2{
font-family: 'Montserrat', sans-serif;
color:#333;
font-weight:600;
font-size: 18px;
}

h3{
font-family: 'Montserrat', sans-serif;
color:#333;
font-weight:500;
font-size: 17px;
}

a.textlink:link
{color: #989898;
text-decoration: underline;
}

a.textlink:visited
{color: #989898;
text-decoration: underline;}

a.textlink:hover
{color: #000;
text-decoration: underline;}

a.textlink:active
{color: #000;
text-decoration: underline;}

.img-hover:hover{
opacity:1.0;
}


a.textlink2:link
{color: #000;
text-decoration: underline;
}

a.textlink2:visited
{color: #000;
text-decoration: underline;}

a.textlink2:hover
{color: #000;
text-decoration: underline;}

a.textlink2:active
{color: #000;
text-decoration: underline;}

/* LANDING PAGE............................ */

body, html {
  height: 100%;
}

.home-img { 
  /* The image used */
  background-image: url("../img/intro_bg3.jpg");

  /* Full height */
  height: 100%; 
  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.markgiannini {
font-family: 'Arvo', serif;
font-size: 33px;
font-weight: 400;
color:#fff;
text-align: center;
margin-top: 45%;
}

.designer {

font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 300;
color:#fff;
text-align: center;
letter-spacing: 26px;
margin-top: -7px;
margin-bottom: 40px;
padding: 0px 0px 0px 26px;

}

.btn-black {

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: none;
    border-color: #888888;
    border-radius: 0;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
    width: 220px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black:active {
    background-color: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff;
    letter-spacing: 2px;
}








/* Nav............................ */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000; font-weight: 600; 

}


.navbar-brand {
font-weight: 400;
font-family: 'Arvo', serif;
color:#262626;
font-size: 26px;
}

.navbar-nav { 
font-family: 'Montserrat', sans-serif; 
font-weight: 300; 
font-size: 18px;
text-align:center;
}


@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0px;
padding-left: 20px;
}
}


.navbar {
border-bottom: 1px solid #e1e1e1;
background-color: #fff;
}



.carousel-caption {
position: relative;
left: auto;
right: auto;
text-shadow: none;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
color:#000;
font-weight: 300;
}


.carousel-control-prev {
  color:#666;
  margin-left: -.5rem;
  z-index: 10;
}

.carousel-control-next {
  color:#666;
  margin-right: -.5rem;
  z-index: 10;
}

.carousel-controls a:hover {
  color: #000;
  z-index: 10;
}

.carousel-control-prev:hover {
  color:#000;
}

.carousel-control-next:hover {
  color:#000;
}

.navbar-light .navbar-toggler {
border-color: #fff;
}





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

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

/* contact form............................ */

#wrap {
padding: 20px 20px 20px 20px;
margin: 0px 0px 0px 0px;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;

}

form {
	padding: 0;
margin: 0px 0px 0px 0px;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 300;	
}
table {
margin: 0px 0px 0px 0px;
width: 100%;
}
tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
td {
	padding: 0 0 5px;
}
tr td:first-child {
	padding-right: 10px;
	padding-top: 11px;
	text-align: right;
	vertical-align: top;
	width: 25%;

}
.error[generated=true] {
	font-size: 15px;
	padding: 5px 0 2px 5px;
		color: #b10003;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;	
}
tr.error td {
	padding: 0;
	
}
input, textarea {
	background: #fff;
	border: 1px solid #000;
	font: inherit;
	font-size: 16px;
	line-height: 29px;
	min-height: 30px;
	padding: 5px 10px;
	width: 100%;
}
input:focus, textarea:focus {
	border-color: #000;
	outline: none;
}
textarea {
	height: 240px;
	resize: vertical;
}
input[type=submit] {
	background: #444;
	color: #fff;
	font: inherit;
	padding: 7px 20px;
	width: auto;
}

#response {
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;

}
#response .success {
	color: #006600;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;	
	font-size: 18px;
	font-weight: 300;	
}
#response .failure {
		color: #b10003;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;	
	font-size: 16px;
}



