
  /* CSS Document */

.icon img{
    width: 20px;
}

.largeNav{
	display:none;
}


 
        h1 {
            color: #134522;
        }
 
        /* This div design part is
            used as an Image */
        .round {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            text-align: left;
		   font-size: 30px;
            float: left;
            font-weight: bold;

 
            /* Change the shape according
                to the image */
            shape-outside: circle();
            background-color: #134522;
            color: white;
        }
 
        article {
            padding-top: 75px;
            display: inline-block;			padding: 0.5 0.5 0.5 0.5;
        }
 
        p {
            text-align: justify;
        }    
@import url(https://fonts.googleapis.com/css?family=Raleway);

h1 {
	  vertical-align: center;
	  text-align: center;
	  font-family: segoe ui, Arial,  Verdana, sans-serif;
}
h2 {
		vertical-align: center;
 		text-align: center;
  		font-family: Arial,  Verdana, sans-serif;
}
h3 {
		vertical-align: right;
 		text-align: right;
  		font-family: Arial,  Verdana, sans-serif;
		color:white;
		
}
p {
	vertical-align: left;
 	text-align: left;
	margin-left: 0;
	font: Times New Roman, Arial,  Verdana, sans-serif;
}
.aboutText{
	margin-left: 0.5em;

}

 html,  body {

  height: 100%;	
  font-family: Times New Roman, Raleway, "Segoe UI", Verdana, sans-serif;
  font-size: 1em;
}

body{
  margin: 5;
	font-family: Times New Roman, "Segoe UI", Verdana, sans-serif;
	font-size: 1em;
            text-align: center;
        }
/*
body {
  font-family: "Raleway";
  box-sizing: border-box;
} */

.navbar-fixed-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
}
.d-flex{
    display: flex;
}

.makeSticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
 .header-area {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: transparent;
	width: 100%;
}

.mobileNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    background: linear-gradient(to left, #134522, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: red;  /* what's this?*/
    height: 20px;
    padding: 1em 0 1em 0;
}
.navTitleMobile img{
	height:  4em;
	padding: 1em 0 0 0;
	max-width: 20em; 
}

.navTitleMobileTwo img{
	width:50px;
	max-width: 20em; 
}
.navContactMobile img{
    width: 90%;
}
#menu-toggle {
  display: none;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg); background: black;
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg); background: black;
}
#menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

.menu-button-container {
  display: flex;
  height: 100%;
  width: 15%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
/* menu button is hamburger graphic*/
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
  .menu {
    position: absolute;
    top: 0;
    margin-top: 65px; /*determites location of top of dropdown window*/
    right: 0;
    flex-direction: column;
    width: 40%;
	height: 400px; /* how tall*/
	max-width: 200px;
    justify-content: center;
    align-items: center;
  }
  .menu a{
		color: #ffffff;
		display: block;
		text-decoration: none;
		font-family: "Segoe UI", Verdana, sans-serif;
		font-size: 1em;
		padding: 0.5 0.5 0.5 0.5;	
	}
   .menu a:hover{
		color: #8BEDF0;
	}	



.menu > li {
  margin: 0 0;
  overflow: hidden;
}
  .menu > li {
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 0 0;
    width: 100%;
    color: white;
    background-color: black;
	opacity: 0.5;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

.anchor {
	padding-top: 125px;
	margin-top: -125x;
}
@media only screen and (max-width: 720px) {
	.anchor {
		padding-top: 40px;
		margin-top: -40px;
	}
	}
	html {
	scroll-behavior: smooth;	
}
.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 20%; 
  left: 40%; 
  transform: translate(-50%, -50%); 
  background-color: transparent; 
  color: #fff; 
  padding: 10px 20px; 
  font-size: 20px; 
  text-align: left;
}

@media only screen and (min-width: 720px){
	.largeNav{
		display: block;
		width: 100%;
		font-family: Helvetica, sans serif, Raleway, Arial, Verdana;

	}
	.largeNavSectionOne{
	width: 100%;
	background-color: white;
	opacity: 0.95;
	}
	.mobileNav{
		display: none;
	}
	.largeLogo{
		width: 20%;
		margin: 0 0 0 5em;
	}
	.largeContact{
		margin: 0 3em 0 0;
		width: 75%;
		float: right;
		max-width: 180px;
	}
	.largeContact img{
		width: 100%;
	}
	.largeTitle{
		clear:both;
		display: block;
		position: relative;
		width:100%;
		margin: 0 0;
	}
	.largeTitle img{
		width: 12em;
	}	
	.largeTitleTwo{
		clear:both;
		display: block;
		position: relative;
		width:200px;
		margin: 0 0;
	}	
	.largeTitleTwo img{
		width: 100%
	}	
	
	.largeMenuOne{
		width: 100%;
		float: right;
		height: auto;
		background-color: #134522;
	
	}
	.largeMenuOne ul{
		display: flex;
	/*--	justify-content: space-around;--*/
		text-align: right;
		width: 30%;
		height: auto;
		float: right; 
		font-size: 18px;
	/*   padding-left: 2em; */
		list-style-type: none;
		margin: 0 0 0 0;	
		
	}
	.largeMenuOne a{
		color: #ffffff;
		text-decoration: none;
		padding: 1em;
	}
	.largeMenuOne a:hover{
		color: #8BEDF0;
	}	
	.largeMenuTwo{
		width: 100%;
		height: auto;
		float: center;
		margin-left: 0;
		background-color: white;
	}	
	.largeMenuTwo ul{
		display: flex;
		justify-content: space-around;
		height: auto;
		align-items: center;
		width: 90%;
		float: center;		
		font-size: 18px;
		padding-top: 0;
		list-style-type: none;
		margin: 0 0 0 0;		
	}
	.largeMenuTwo a{
		color: #134522;
		background-color: transparent;
		text-decoration: none;
	}
	.largeMenuTwo a:hover{
		color: #8BEDF0;
	}
	.dropbtn {
	background-color: transparent;
    	margin-left: 16px;
    	font-size: large;
    	border: none;
	}
	
	
	
	.dropbtnTwo {
	background-color: transparent;
	padding: 16px;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	}
	.dropdown:hover .dropbtn a{
   	 	color: #88BEDF0;

	}

	.dropdown{
		position: relative;
		display: inline-block;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, sans-serif
	}
	.dropdownContent{
		display: none;
		width: 30em;
		height: auto;
		position: absolute;
		z-index: 1;
		background: transparent;
	}
	.dropdownContentA{
		display: none;
		width: 10em;
		height: auto;
		position: absolute;
		z-index: 1;
		background: rgba(204, 204, 204, 0.5);
	}	
	.dropdownContentTwo{
		display: none;
		width: 15em;
		height: auto;
		position: absolute;
		z-index: 1;
		background: rgba(19, 69, 34, 0.8);
	}	
	.dropdownContentThree{
		display: none;
		width: 35em;

		height: auto;
		position: absolute;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.dropdownContentFour{
		display: none;
		width: 9em;
		height: auto;
		position: absolute;
		z-index: 1;
		background: rgba(165, 95, 10, .8);
	}
		.dropdownContentFive{
		display: none;
		width: 9em;
		height: auto;
		position: absolute;
		z-index: 1;
		background: yellow;
	}	.dropdownContent a{
    	color: #134522;		
		padding: .5em;
		width: 15em;
    		text-decoration: none;
    		display: block;		
	}
	.dropdownContentTwo a{
    		color: white;		
		padding: .5em;
		width: 15em;
    		text-decoration: none;
		text-align: left;
    		display: block;		
	}
	.dropdownContentThree a{
		color: white;		
		padding: 1em;
		
		width: 15em;
		text-decoration: none;
		display: block;		
	}
	.dropdownContentFour a{
    	color: black;		
		padding: .5em;
		width: 15em;
    	text-decoration: none;
    	display: block;		
	}
	.dropdownContent a:hover {
		color: #8BEDF0;
	}
	.dropdownContentTwo a:hover {
		color: #8BEDF0;
	}
	.dropdownContentThree a:hover {
		color: yellow;
	}
	.dropdownContentFour a:hover {
		color: rgba(170, 181, 176, 1);
	}	
	.dropdownContentTwo li{
		padding: 0 em;
		width: 15em;
	}
	.dropdown:hover .dropdownContent{
		display:block;
	}	
	.dropdown:hover .dropdownContentTwo{
		display:block;
	}
	.dropdown:hover .dropdownContentThree{
		display:block;
	}	
	.dropdown:hover .dropdownContentFour{
		display:block;
	}
}

