@charset "UTF-8";
/* CSS Document */

html, html * {
   max-width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
     horizontal-align:center;
}

header {
	padding-top: 18px; 
    horizontal-align:center;
}


/*Base styles for mobile*/
body {
    font-size:16px; 
	margin-left: auto;
	margin-right: auto;
	background: #032755;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    
}

.container { 
    max-width: 1400px;
    margin: 0 auto;
    width:100%;
    padding: 0 20px;
    box-sizing:border-box;
    display:flex;
    justify-content: center;

}

/* Styles for tablets and larger devices*/
@media (min-width:768px){
	body{
		font-size:18px;
	}
	.container{
	padding:0 10px;
	margin:0 auto;
}
}

img, video {
	width: 100%;
	max-width: 200%;
	height: auto;
	vertical-align: middle;
    margin-bottom: 10px;
    align-content:center
}
.ayalogo {    
    width:50px;
   
}
.aya2logo {    
    width:50%;
   
}
.contactlogo {    
    width:40%;
}
.textimg {
    width:60%;
}
.textimgauthor {
    width:40%;
}


footer {
	padding: 20px 30px;
	background-color: #032755;
    text-align: center
}


.middle {
    align-items: center;
    align-content: center;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 64px;
}


/*Hamburger Menu Toggle*/

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {

  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;


  background-color: #06997F;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top:  48px;
  left: -100%;

  width: 100px;
  height: 240px;

  margin: 0;
  padding: 2px 0;

  list-style: none;

 background-color: #032755;

  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 8px 24px;
    color:#ffffff;

  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  font-weight: 200;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

/*End Hamburger Menu Toggle*/





.hamburger-menu {
    display:inline-block;
}
.style-nav ul {
    display:none;
	list-style-type: none;
}

.style-nav ul li a {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	color: #06997F;
	text-align: center;
	display: block;
	text-transform: none;
	padding: 8px;
}

.hero {
	background-color:#032755;
	background-size: cover;
	padding: 20px;
    margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
    align-content: center;
}
.podcast {
	background-color:#032755;
	background-size: cover;
	padding: 20px;
    margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
    align-content: center;
	width: 80%;
	margin: auto;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 18px;
}

h2 {
	font-size: 24px;
	text-transform: none;
	font-weight: 100;
    margin-top: 10px;
	margin-bottom: 10px;
    color: #FFCE2C;
}
.praisetitle{
        font-size:125%;
        text-align: center;
    }
h3 {
	font-size: 18px;
	text-transform:capitalize;
	font-weight: 100;
	margin-bottom: 10px;
}
   .praisereview{
        font-size:16px;
        text-emphasis: bold;
       
    } 
h4 {
	font-size: 10px;
	font-weight: 200;
	margin-bottom: 18px;
}
p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 18px;
    text-align: left
}
blockquote {
    padding-left: 10%;
    padding-right: 10%   
}
details {
    margin-bottom: 30px;  
}
summary {
    margin-bottom: 15px;  
}
a {
    text-decoration-style: none;
    color:white;
}

.button {
	border: 2px #06997F solid;
    background-color: #221E4F;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.middle {
    text-align: center
    
}
.middlebig {
    text-align: center;
    font-size: 125%;
    
}
.info-box-tan {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #221E4F;
	color: #FFCE2C;
	padding: 20px;
  	text-align: left;
    margin-bottom: 10px;
}

.info-box-dark {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #654C65;
	color: #FFFFFF;
	padding:  20px;
	text-align: left;
    margin-bottom: 10px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
    color:#FFCE2C;
    text-align:center;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
/*triple galleries and quotes*/


body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-content: center;
  background: #032755;
}







/*Galleries and quotes*/
div{ 
}
.gallery-container{
	width: 100%
    max-width: 1023px;
    Display:grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
	margin: auto;
}
img{
    width:90%;
    height:auto;
}

/*End of triple galleries and quotes*/


/*Tablet View*/

@media (min-width: 480px){
	
	body {
		max-width: 1000px;
	}
    
    .style-nav ul {
        display:block;
        list-style-type: none;
    }
    
    .hamburger-menu{
        display:none
    }
    
    
    
	.style-nav ul li {
		display: inline-block;
        
	}
	
	.style-nav ul {
		text-align: center;

	}
	
	h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	h2 {
		margin-bottom: 24px;
        margin-bottom: 10px;
	}
    
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float:inherit
		padding: 0 7px 14px;
	}


}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1400px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
