body {
	background-color: white;
	color: black;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

@font-face{
        font-family:"SegoePR";
        src:url("Fonts/1560549/c47ff8a4-2922-402c-b179-53f78018b257.woff2") format("woff2"),url("Fonts/1560549/bde307e4-9bac-4272-8207-38a3681a037c.woff") format("woff");
}

/*
        This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  http://www.fonts.com
*/


* {box-sizing: border-box;}
.mySlides {display: none;}

.mySlides img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* .flex-container {
  display: flex;
} */

.success-full {
  font-size: 2rem;
  padding: 50px;
  text-align: center;
}


.nav {
  margin: 10px;
}

.nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.nav-home {
  margin: 15px 0px 5px 20px;
}

.nav-home span {
    margin-bottom: 5px;
   	padding: 6px;
    border: 5px solid black;
    font-size: 1rem;
    font-weight: bold;
	text-align: left;
  	background-color: white;
    color: black;
}

.nav-home span a {
    vertical-align: middle;
    color: black;
  	text-decoration: none;
    transition: background-color 0.2s;
}

.nav-home span a:hover {
	background-color: #A9A9A9;
}

.nav-home img {
    vertical-align: middle;
    width: 65px;
}


.main-menu {
  background-color: #FFFF00;
  margin: 5px;
}

.main-menu ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.main-menu ul li h1 {
  text-align: center;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}


.intro-text2 {
  	margin: 5px 5px;
}

.intro-text2 p {
   padding: 5px 10px;
   font-family: SegoePR;
    color: green;
  	background-color: #FFFDD0;
  	text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
}
  
.intro-text3 {
  	margin: 5px 5px;
}

.intro-text3 p {
    padding: 5px 10px;
    font-family: SegoePR;
    color: white;
  	background-color: black;
  	text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
}

.intro-img {
  display: grid;
  grid-template-columns: auto 105px 105px 105px auto;
  column-gap: 5px;
}

.intro-img a {
    color: white;
}

.intro-img div img {
  	border: 3px solid white;
  	background-color: white;
    width: 100%;
}

.intro-imga {
  display: grid;
  grid-template-columns: auto 150px 50px  50px 50px auto;
  column-gap: 10px;
}

.intro-imga a {
    color: white;
}

.intro-imga div img {
  	border: 15px solid white;
  	background-color: white;
    width: 100%;
}



.cow {
    font-family: SegoePR;
    text-decoration: none;
    color: white;
    margin: 2px 5px;
    padding: 5px;
    font-weight: bold;
    background-color: black;
}

.cow:link {
   color: white;
}

.cow:visited {
   color: white;
}

.cow:hover {
   color: gray;
}

.cow:active {
   color: gray;
}

.list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  margin: 2px 10px;
}

.hello1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 10px;
}

.hello1 img {
  height: 40px;
}

.hello1 p {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.hello2 {
  display: grid;
  grid-template-columns: 30px auto 30px;
  column-gap:10px;
  align-items: center;
}

.hello2 img {
  margin: 10px 5px 0px 5px;
  height: 30px;
}

.hello2 h1 {
    font-size: 1rem;
  	background-color: #FFFF00;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    line-height: 1;
    text-align: center;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0px 20px;
}

@media only screen and (min-width: 1000px) {


.main-menu {
  margin: 20px;
}

.main-menu ul li h1 {
  padding: 16px;
  font-size: 2rem;
}  
  
  .nav {
  margin: 10px;
}

.nav-home {
  margin: 30px 0px 20px 20px;
}
  
.list {
       grid-template-columns: repeat(auto-fit, minmax(450px,1fr));
}

.hello1 {
    grid-template-columns: 70px 1fr;
}
.hello1 img {
    height: 60px;
}
.hello1 h3 {
    font-size: 1.3rem;
}

.intro-text2 {
  	margin: 10px 20px;
}

.intro-text2 p {
   padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
}
  
.intro-text3 {
  	margin: 10px 20px;
}

.intro-text3 p {
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
}
  
.intro-img {
  grid-template-columns: auto 300px  300px  300px  auto;
  column-gap: 10px;
}
  
.intro-img img {
  	border: 15px solid white;
}
  
.nav-home span {
    font-size: 1.2rem;
}

  
.list {
  grid-template-columns: repeat(auto-fit, minmax(525px,1fr));
  margin: 5px 20px;
}

.hello1 {
  grid-template-columns: 110px 1fr;
  column-gap: 20px;
}

.hello1 img {
  height: 100px;
}

.hello1 p {
    font-size: 1.7rem;
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
}
  
.hello2 {
  grid-template-columns: 110px auto 110px;
  column-gap: 10px;
}
  
.hello2 img {
  margin: 20px 20px 0px 20px;
  height: 75px;
}   
  
.hello2 h1 {
    font-size: 1.5rem;
    margin: 20px 20px 0px 20px;
    padding: 20px;
    line-height: 1.5;
}
  
}