@import url("reset.css");
@import url("textReader.css");

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:after,
*:before {
  margin: 0;
	padding: 0;
	box-sizing: inherit;
	
}

html {
	font-size: 62.5%; 
}


body {
	color : #2b2b2b;
	background-color:#F2F2F2;
	font-family:  lato, Arial, Verdana, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	}

    img {
        max-width:100%;
        padding: 1rem 0 2rem 0;
        }
    h1, h2, h3,
    h4, h5, h6 {
        font-family:"basic-sans", 'lato', arial, sans-serif;
    }
    
    /* Tourism Link */
    .visiting a {
        background-color: #9daeb2;
        color: #16252d;
        width: 15rem;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        padding: 40px 10px 10px 10px;
        margin-bottom: 2rem;
    }
    /* Logo */
    .logo {
        max-width: 310px;
        margin: 2rem 0 1rem 0;
    }
    
    
    /* ------------------------- */
    /* ------ Navigation ------- */
    /* ------------------------- */	
    
    a.button {
        border:solid 2px #417FA5;
        background:none;
        padding:9px 28px;
        font-size:.85em;
        color:#fff;
        border-radius:50px;
        font-family:  Myriad Pro, Arial, Verdana, sans-serif;
        letter-spacing:1px;
         -webkit-transition: 0.42s;
        -o-transition: 0.42s;
        transition: 0.42s; 
    }
    a.button span {
        font-size:0.85em;
    }
    a.button:visited, a.button:hover,
    a.button:active {
        background:#417FA5;
        text-decoration:none;
    }
    
    a{
        color:#6E6E6E;
        
        }
    
    h1{
        font-size:1.5em; 
        font-weight: bold; 
        font-family: "basic-sans", 'lato', arial, sans-serif;
    }
    h2{
        font-size:2.5em;
        font-weight:bold;
        line-height:1.5;
        color:#2a2a2a;
      }

    
    p{
        margin-bottom:15px;
        font-size: 12px;
      }
    em{
        font-style:italic;
      }
    strong, .bold{
        font-weight: bold;
      }
    
    ul{
        margin-left:15px;
        }
    
    hr {
        color: #E1E1E1;
        margin-bottom: 10px;
    }
    
    /* ------------------------- */
    /* -------- Header --------- */
    /* ------------------------- */
    
    .headerWrap{
		display:block;
        width: 100%;
        color:#fdfdfd;
		height: 200px;
        
        background-color:#16252D;
        border-bottom:solid 40px #9DAEB3;
    }
    
 
    .wrapper{
        width:90%;
        margin-left:auto;
        margin-right:auto;	
        }
    .logo{
        padding:10px 10px 10px 0px;
        float:left; 
        width:40rem;
        margin: 0px;
        position: relative;
        z-index: 5;
    } 

    #masterNav {
        width: 100%;
        position: relative;
        top: -20px;
    }
    
    .cbp-hrmenu {
        width: 100%;
        display: block;
        font-family: 'lato', 'myriad pro', 'arial', 'helvetica', sans-serif;
        font-weight: 500;
        margin: 20px 0;
    }
    /* first level ul style */
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 1.875em;
    }
    
    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 5px 0 0 0;
        list-style-type: none;
    }
    
    .cbp-hrmenu > ul > li {
        display: inline-block;
    
    }
    .cbp-hrmenu > ul > li > a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }
    
    .cbp-hrmenu > ul > li > a:hover {
        color: #CDEAFF;
        margin-bottom: -5px;	
    }
    
    .cbp-hrmenu > ul > li {
        padding: 1rem 0 2rem 0;
    }
    .cbp-hrmenu > ul > li.cbp-hropen{
        color: #1C2E37;
        background-color: #ffffff;
        padding: 1rem 0 2rem 0;
        border-radius: 5px;
    }
    
    
    .cbp-hrmenu > ul > li.cbp-hropen > a:link {
        color: #16252d;
    }
    
    .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
        color: #16252d;
        /*background-color:#4f5e2a;*/
        background-color: #ffffff;
    }
    
        
    ul.flex-spacing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .title-spacing {
        padding: 0 15px;
    }
       
        
    /*FOR SCREENS LESS THAN 1470px WIDE*/
    @media screen and (max-width: 1470px) {
    
        .cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
            padding: 0 1rem;
        }
    
        .cbp-hrmenu .cbp-hrsub {
            width: 97%;
            left: 2%;
        }
    }
    
    /*FOR SCREENS LESS THAN 1200px WIDE*/
    @media screen and (max-width: 1200px) {
        .cbp-hrmenu  {
            font-size: 1.6rem;
            margin-bottom: 0.5rem;
        }
    
        i.fas.fa-angle-down {
            display: none;
        }
        
    }
    
    /*FOR SCREENS LESS THAN 1065px WIDE*/
    @media screen and (max-width: 1065px) {
        .cbp-hrmenu  {
            display:none;
        }
        
    }

/* ----------------------------- */
/* -------- Content ------------ */
/* ----------------------------- */

/* ____ LAYOUT ____ */

#content{
    margin: 2.5% 10%;
	width:90%;
	height:auto;
	margin:auto;
    margin-top: 50px;
	color:#2a2a2a;
}
.content-wrapper {
    width: 100%;
    display: block;
    padding-top: 3rem;
}

.outer-wrapper {
    width: 22%;
    display: inline-block;
    margin-right: 2rem;
    position: relative;
    
    transition: ease-in 0.2s all;
}

.outer-wrapper:hover {
    
    transform: scale(1.03);
    cursor: pointer;
}

.outer-wrapper:last-child {
    margin-right: 0;
}

.title {
    font-family: "basic-sans", "arial", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.7rem;
}

.animal-image {
    width: 100%;
    background: #e2e2e2;
    padding: 0;
    margin: 0;
}


.details-image {
    width: 40rem;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.animal-details {
    width: 100%;
    background: #ffffff;
    border: solid 1px #dbdbdb;
    padding: 2rem;
    margin: 3rem 0 0 0;
}

input[type=button] {
    background: #9DAEB2;
    padding: 1rem 2rem;
    border: none;
    font-size: 1.4rem;
}

/* ____ TYPOGRAPHY ____ */

h3 {
    font-family: "basic-sans", "arial", sans-serif;
    font-size: 3rem;
    padding: 2rem 0 1rem 0;
}

p {
    font-size: 1.6rem;
    margin: 1.5rem 0;
}

.animal-details p {
    text-transform: capitalize;
}


/* _______ CORNER RIBBON _______ */

  .ribbon {
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #23842C;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #23842C;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 500 1.5rem 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }

/* top left*/
.ribbon-top-left {
    top: 0;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }



/* ----------------------------- */
/* -------- Footer- ------------ */
/* ----------------------------- */

footer{
	width:100%;
	display:block;
	color:#fff;
	background-color:#1c2e37;
	float: left;
	margin-top: 40px;
  }
  footer h3{
	  color: #fff;
	  font-size: 18px;
	  text-transform:uppercase;
  }
  footer .wrapper{
	  text-align:center;
	  width:90%;
	  margin-top: 50px;
	  }
  footer a{
	  color: #fff;
  }
  footer li{
	  font-size:1em;
  }
  .column1, .column2{
	  width: 33%;
	  text-align:left;
	  float:left;
	  margin-bottom: 50px;
  }
  .column1 li, .column2 li{
	  list-style:none;
  }
  .footerHours{
	  width:33%;
	  float:left;
	  text-align:left;
  }
  footer .wrapper hr{
	  clear:both;
	  border:solid 1px #cecece;
  }
  .copyright{
	  width: 30%;
	  float:left;
	  margin-top: 30px;
	  text-align:left;
	  }
  .copyright a{
	  color:#ffffff;
	  }
  .socialMedia{
	  width:50%;
	  margin: 20px 0;
	  float:right;
	  text-align:right;
	  }	
 
  
  #footerContact{
	  width: 100%;
	  color:#fff;
	  background-color: #17252e;
	  float: left;
	  padding-bottom: 30px;
  }
  #footerContact .contact{
	  width: 90%;
	  padding: 20px 0;
	  margin:auto;
  }
  .contact p{
	  width:60%;
	  float:left;
	  padding-top: 30px;
  }
  .footerLogo img{
	  float:right;
	  }
  /* _____ MEDIA QUERIES ______ */

/*FOR SCREENS LESS THAN 1420px WIDE*/
@media screen and (max-width: 1420px) {
    .outer-wrapper {
        width: 30%;
    }
}

/*FOR SCREENS LESS THAN 1100px WIDE*/
  @media screen and (max-width: 1100px) {
    .outer-wrapper {
        width: 45%;
    }
}

  /*FOR SCREENS LESS THAN 700px WIDE*/
  @media screen and (max-width: 700px) {
    .outer-wrapper {
        width: 85%;
        margin-left:7%;
        margin-right: 7%;
    }
}