/* Tuscavilla CSS Document 1/31/2020 */
/* Orange: #3b3122, f16f39 | Green: #568f3f */


p, li {
  font-family: Satisfy, Arial !important;
  font-size: 16px;
  color: #222;
  line-height: 16px;  
}

.regular {
  font-family: Arial, Times New Roman, Calibri, Helvetica, Verdana !important;
  font-size: 16px;
  color: #222;
  line-height: 16px;    
}
.satisfy {
  font-family: Satisfy, Arial !important;
  font-size: 24px;
  font-weight: bold;
  color: rgb(64, 64, 64);
  line-height: 24px;
}

td, tr, th {
  font-family: Arial, Times New Roman, Calibri, Helvetica, Verdana;
  font-size: 14px;
  color: #222;
  line-height: 18px;  
  padding: 5px;
  border: 1px solid #aaa;
}

h4, a h4, h4 a, .h4 {
  font-family: Satisfy, Arial !important;
  font-size: 24px;
  color: rgb(64, 64, 64);
  line-height: 24px;
}
h4.size30 {
  font-family: Satisfy, Arial !important;
  font-size: 30px;
  color: #568f3f;
  line-height: 38px;
}


.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}

/* added for links page */
/* -------------------- */
.link_frame {
  height: auto;
  border: 1px solid #aaa;
  border-top-right-radius:20px; 
  border-top-left-radius: 20px;	
  -moz-box-shadow: 5px 5px 7px 0px #BBBBBB; 
  -webkit-box-shadow: 5px 5px 7px 0px #BBBBBB; 
  box-shadow: 5px 5px 7px 0px #BBBBBB;
}
.link_frame_title {
  text-align: center;
  font-family: Arial, Times New Roman, Calibri, Helvetica, Verdana;
  font-size: 20px;
  color: #fff;
  background-color: #568f3f; 
  line-height: 38px;	
  border-top-right-radius:20px; 
  border-top-left-radius: 20px;
}
.link_frame_body {
	  height: 150px;
padding: 10px;
	
}
.link_frame_body:hover { background-color: #F3E6BC; }

.link_frame_footer {
  text-align: center;
  background-color: #bbb; 
  color: #fff;
}
a.link_frame_link {
	font-family: Arial, Times New Roman, Calibri, Helvetica, Verdana;
  font-size: 20px;
  color: #fff;
}
a.link_frame_link:hover {
	font-family: Arial, Times New Roman, Calibri, Helvetica, Verdana;
  font-size: 20px;
  color: red;
}




/* -------------------- */
/* added for links page */



a.tusca_links {
  font-size: 12px;
  color: #568f3f;
}
a.tusca_links:hover {
  font-size: 12px;
  color: #336699;
  text-decoration: underline;
}
.navbar-brand {
  padding: 0;
}
.navbar-nav li {
  margin-right: 30px;
}
.jumbotron {
  padding: 0px 0 0px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #f16f39;
}

.padding {
  padding: 20px 30px 50px 30px;
}
.golf {
  /* background-image: url("../images/mainpage_golf2.jpg"); */
  height: 600px;
}
.texture {
  background-image: url("../images/fabric.png");
  background-repeat: repeat;
  background-position: top;
  top: 0;
}
.texture-orange {
  background-image: url("../images/fabric-orange.png");
  background-repeat: repeat;
  background-position: top;
  top: 0;
}
.texture-green {
  background-image: url("../images/fabric-green.png");
  background-repeat: repeat;
  background-position: top;
  top: 0;
}
.footer {
  font-size: 14px
}