* {
    box-sizing: border-box;
    margin:0;
    font-family: 'lexend_decaregular';
   
}

body{
    margin:0px;
}


a:link:hover {
    color:red;
}

p a {
    color:black;
    text-decoration: none;
}

.leftBorder {
      border: 1px solid white;
}

.floatRight {
    float:right;
    color:black;
    padding-right:10px;
}

h5{
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    color:white;
    text-align:center;
}

/*--web fonts--*/

@font-face {
    font-family: 'lexend_decaregular';
    src: url('../fonts/lexenddeca-regular-webfont.woff2') format('woff2'),
         url('../fonts/lexenddeca-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.lexend {
    font-family: 'lexend_decaregular';
    
}

hr {
    margin-top:50px;
}


/*---testing flex 1---*/

	.box {
		text-align: center;
		color: aqua;
		font-family: sans-serif;
		
		padding: 5px;
		
		display: flex;
		flex-direction: column;
    justify-content: center;
	}
	
	.box-1 {
		background-color:#59A9EA;
		height: 100px;
        margin-left:-5px;
         margin-right:-5px;
         margin-top:-5px;
	}
	
	.box-2 {
		background-color: #1286E6;
		flex: 2;
        margin-left:-5px;
         margin-right:-5px;
	}
	
	.box-3 {
		background-color:#0E69B3;
		flex:1;
        margin-left:-5px;
         margin-right:-5px;
        margin-bottom: -5px;
	}

.box-4 {
		background-color:#0E69B3;
		height: 220px;
        margin-left:-5px;
         margin-right:-5px;
         margin-top:-5px;
	}
	
	.box-5 {
		background-color: #1286E6;
		flex: 1;
        margin-left:-5px;
         margin-right:-5px;
	}
	
	.box-6 {
		background-color:#59A9EA;
		flex:2;
        margin-left:-5px;
         margin-right:-5px;
        margin-bottom: -5px;
	}





/*------LOGO STYLING-----*/

.logo{
 width:33.3%;
 float:left;
 text-align: left;
  padding: 13px 19px;

}

.logo:hover {
 color:red;
}

.blocklevel {
    display:block;
    height:auto;
    border: 0.6px solid white;
    
    
}

.blacktext {
    color:black;
    text-align: center;
}

.height500 {
    height:500px;
}


/*--Hero--*/

.hero{
   background-image: url("../images/mountains.jpg");
   background-repeat: no-repeat;
   height:500px;
    
   
}

.herotint {
z-index: 1;
 height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(12, 39, 92, .50);    
}

h2 {
    
    font-family: 'Lato', sans-serif;
    font-size: 190px;
    color:white;
    text-align:center;
    padding-top: 0px;
}

h3 {
    
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    color:white;
    text-align:center;
  
    
}

h4 {
    
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color:black;
    text-align:left;
    padding-top: 10px;
    padding-left: 20px;
    
}






/* Testing video FULL 100% block centered.  */

.full {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.myBigVideo{
    
    position:absolute;
    top:0px;
    left:0px;
    z-index: -5;
    
    
}

.videoFrame{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    z-index: -10;
}


.vimeoFrame{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:0;
        margin-bottom: 30px;
}


.video-holder {
  position: relative;
    width:100%;
 height:100%;
    
  
    
    
}
video {
 
  vertical-align: middle;
  width: 100%;
    z-index: -50;
   
}

.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
 
    
}



/*--IMages under Hero--*/

.smallImage1{
    width:100%; 
    height:auto;
    overflow:hidden;
    -webkit-transition: all 0.4s;
        transition: all 0.4s;
    
}

.smallImage1:hover{
    /*opacity: .5;*/
    -webkit-transform: scale(1.8) rotate(0.01deg);
        transform: scale(1.8) rotate(0.01deg);
}



.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
  
 /*--testing flex grow--*/
    
.stretch {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}


.fill_sm {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill_sm img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
    

.grayBk {
    background-color:gainsboro;
   
}

/*--testing hover--*/


.hover12 smallImage1 {
	background: #1abc9c;
}
.hover12 smallImage1 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 smallImage1:hover img {
	opacity: .5;
}


.aqua {
    color: aqua;       
}

.white {
    color: white;
}

.red {
   height: 30px;
   display :flex;
    margin:30px;
    background-color: red;
    justify-items: stretch;
 
    
}


.aqua .content {
    flex: 1 1 auto;
}

.overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.rollover:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



/*--text next to sm images--*/

.smtext {
   padding:20px;
    text-align: left;
   
    
}

.bottomborder {
    border-bottom: 1px white;
}

/*--section headers--*/

.section {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    
}



/*--story images--*/

.hero2{
    width:auto; 
    max-width:100%;
    height:400px;
    
    overflow: hidden;
    background-image:url("../images/goldmushrooms.jpg");
    
}

.hero2:hover{
    opacity: .5;
    
}

.hero2a{
    width:auto; 
    max-width:100%;
    height:400px;
    
    overflow: hidden;
    background-image:url("../images/woods3.jpg");
    
}


.hero3{
    width:100%; 
    height:100%;
    float:right;
   
    overflow: hidden;
    padding-left: 2px;
    
}

.hero4{
    width:auto; 
    max-width:100%;
    height:400px;
    
    overflow: hidden;
    background-image:url("../images/paris.jpg");
    
}

.hero2a:hover{
    opacity: .5;
    
}


.storybkcolor {
    background-color: aliceblue;
}

.myFlexedImage {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/*--about us content--*/

.aboutHero {
    width:100%; 
    height:441px;
    margin:auto;
    display:block;
    
    background-image:url("../images/stainedglass.jpg");
    
}

.animationDelay {
    animation-delay: 1s;
}

/*--about us/text over images--*/

.aboutImage {
   overflow:hidden;
}

.Imagecontainer {
  position: relative;
  text-align: center;
  color: white;
}

.whiteText {
    color: white;
    
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    align-content: center;
    width:400px;
    height: 200px;
    background-color:black;
    opacity: .75;
    
   
}

.iconsForPictures {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    align-content: center;
    width:400px;
    height: 200px;   
   
}

.transparency {
    align-content: center;
    width:400px;
    height: 200px;
    background-color:black;
    opacity: .5;
}




/*--footer--*/


.site-footer
{
   
  background-color:#26272b;
  margin-left:-15px;
    margin-right:-15px;
  padding:45px 45px 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
    background-color: black;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
    margin-bottom:30px;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;

  background-color:#26272b    
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/*--old footer


.pad-bottom {
    padding-bottom: 150px;
}

.pad-top {
    padding-top: 50px;
}

.copyright {
    font-family: 'Lato', sans-serif;
    color: black;
    padding: 0px 20px;
}

.legal {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.2;
    padding: 0px 20px;
    color: #fff;
    
}*/

   /* ICONS---still working on styling icons */
    
    .padding {
   
        margin-right:15px;

    
    }
    
    
    
.icon {
    border: 2px solid #fff;
    background-color: rgba(0, 255, 204,0); 
    width: 40px;
    height: 40px;
   
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
    
    
}

.icon:hover{
    z-index: 1;
 background-color: rgb(0, 255, 204);
}
