
/* ========================================================================== *\
   1. RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Make HTML 5 elements display block-level for consistent styling */
main, article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

/* ========================================================================== *\
   1. GENERAL TAGS
\* ========================================================================== */

* {
box-sizing: border-box;

}

body {
font-size: 20px;
line-height: 30px;
font-family: 'Montserrat', sans-serif;
color: #5C5C5C;    
    

}

.menu {
font-family: 'Cinzel';
}

p {
padding-bottom: 25px;
}

h1 {
    font-size: 60px;
    font-family: 'Cinzel';
    color: #074EA8; 
    line-height: 82px;
    padding-bottom: 20px;

}

h2 {
    font-size: 40px;
    font-family:'Proza Libre', sans-serif;
    color: #074EA8;
    line-height: 41px;
    padding-bottom: 20px;

}

h3 {
    font-size: 20px;
    font-family:'Montserrat', sans-serif;
    color: #5C5C5C;
    line-height: 30px;
    padding-bottom: 20px;
    

}

h4 {
    font-size: 60px;
    font-family: 'Poppins';
    text-align: center;
    color: #074EA8; 
    line-height: 82px;
    padding-bottom: 10px;

}

h5 {
    font-size: 28px;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    color: black;
    line-height: 30px;
    padding-bottom: 20px;
}

h6 {
    font-size: 15px;
    font-family:'Poppins';
    text-align: center;
    color: #5D7E8E;
    line-height: 5px;
    padding-bottom: 0px;
    } 

a {
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

a:hover {
	color: lightgray;
}

hr {
    border-top: #074EA8
}


/* ========================================================================== *\
   2. FORM
\* ========================================================================== */

.header {

display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 40px;
background-color: white;
width: 100%;
position: fixed;
z-index: 9999;

}

.header .logo {
display: block;
width: 225px;
}

.header .menu {
display: block;
}

.header .menu ul li {
display: inline-block;
margin-left: 40px;
}

.header .menu ul li a {
display: block;
color: #074EA8;
font-size: 18px;
letter-spacing: 2px;
text-decoration: none;
}

.hero {
display: block;
width: 100%;
min-height: 1000px;
padding: 100px 0;
background: url(Images/welcome3.png);
background-position: center center;
background-size: cover;
color: black;
}

.aboutus_pic {
display: none;
width: 100%;
min-height: 750px;
padding: 100px 0;
background: url(Images/AboutUs_banner.png);
background-position: center center;
background-size: cover;
color: black;
}

.donate_pic {
display: none;
width: 100%;
min-height: 750px;
padding: 100px 0;
background: url(Images/Donate_banner.png);
background-position: center center;
background-size: cover;
color: black;
}

.gallery_pic {
display: none;
width: 100%;
min-height: 750px;
padding: 100px 0;
background: url(Images/Gallery_Banner.png);
background-position: center center;
background-size: cover;
color: black;
}

.contact_pic {
display: none;
width: 100%;
min-height: 750px;
padding: 100px 0;
background: url(Images/ContactUs_Banner.png);
background-position: center center;
background-size: cover;
color: black;
}

.AboutUsQuote {
    display: block;
    width: 100%;    
}

.AboutUsQuote img {
    display: block;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

.options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 120px;
        
}

.options .option {
    display: block;
}

.options .option img {
    display: block;
    margin-bottom: 20px;
    max-width:100%;
    transition: 1s;
    
}

.options .option img:hover {
    transform: scale(1.1);
    
}

.galerie {
    margin: 10px 340px; 
}

.galerie img {
    width: 400px;
    padding: 25px;
    filter: sepia(100%);
    transition: 1s;
        
}
    
.galerie img:hover {
    filter:sepia(0);
    transform:scale(1.1);
}

.ContactDetails {
    display: block;
    padding-top: 150px;
    width: 100%;    
}

.ContactDetails img {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.Jimmy_Credit {
    display: block;
    width: 100%;
}

.Jimmy_Credit img {
    display: block;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

.Slogan1 {
    display: block;
    width: 100%;
    padding-top: 15px;
}

.Slogan1 img {
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.Footer_Line {
    display: none;
}


/* ========================================================================== *\
   3. REUSABLE CLASSES
\* ========================================================================== */


.wrapper {
    width: 1903px;
    margin: 0 auto;
}

.main {
    display: block;
    width: 100%;
    background-color: white;
    padding: 30px 0;
    
}

.content {
	width: 1140px; /* MAX WIDTH OF INNER CONTAINER */
	margin: 0px auto; /* SHORT HAND - TOP AND BOTTOM / LEFT AND RIGHT */
}

.footercontent {
	width: 1790px; /* MAX WIDTH OF INNER CONTAINER */
    margin: 0px auto; /* SHORT HAND - TOP AND BOTTOM / LEFT AND RIGHT */ }

/* ========================================================================== *\
   4. STRUCTURE
\* ========================================================================== */


.IntroContainer {
margin: 100px auto;
width: 75%;
padding-top: 10px;
padding-bottom: 30px;    
    
}

.IntroContainer img {
display: block;
max-width: 400px;
float: left;
border-radius: 20px;
border: 3px;
margin-right: 25px; 
    
}

.Introtext {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
}

.VideoContainer {
    margin: 100px auto;
    width: 75%;
    
}

.YouTubeEmbed {
    Width: 850px;
    height: 478.13px;
    margin-left: auto;
    margin-right: auto;
}

.WatchMore {
    width: 75%;
    height: auto;
    margin: 150px 400px;
   
}

.WatchMore img {
display: block;
max-width: 1200px;
}

.announcement_box {
    width: 75%;
	margin: 0px auto;
}

.announcements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
        
}

.announcements .announcement {
    display: block;
}

.announcements .announcement img {
    display: block;
    margin-bottom: 20px;
    max-width:100%;
}

.AboutUsContainer1 {
margin: 100px auto;
width: 75%;
}

.AboutUsContainer2 {
margin: 100px auto;
width: 75%;
}

.AboutUsContainer1 img {
display: block;
max-width: 400px;
float: right;
border-radius: 20px;
border: 3px;
margin-left: 25px; 
    
}

.AboutUsContainer2 img {
display: block;
max-width: 400px;
float: left;
border-radius: 20px;
border: 3px;
margin-right: 25px; 
    
}

.ContactUsContainer1 {
margin: 100px auto;
width: 75%;    
}

.Event_Title {
margin: 50px auto;
width: 75%;
}

.Event_Subtitle {
margin: 50px auto;
width: 75%;
}

.EventContainer {
margin: 50px auto;
width: 75%;
}

.EventContainer img {
display: block;
max-width: 400px;
float: right;
border-radius: 20px;
border: 3px;
margin-left: 25px; 
    
}

.CopyContainer {
    margin: 50px auto;
    width: 75%;
}

.Footer {
    background-color: white;
} 

.FooterContainer {
    display: block;
    background-color: white;
    width: 100%;
    padding: 20px 30px 5px;
}

.SocialIcons {
    display: flex;
    justify-content: center;
}

.SocialIcons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 20%;
}

.SocialIcons a i {
    font-size: 2em;
    color: #074EA8;
    opacity: 0.9;
}

.SocialIcons a:hover i {
    color: white;
    transition: 0.5s;
}

.FooterNav {
    margin: 20px 0;
}

.FooterNav ul {
    display: flex;
    justify-content: center;
    font-family: 'Cinzel';
}

.FooterNav ul li a {
    color: #074EA8;
    margin: 20px;
    text-decoration: none;
    font-size: 1em;
    opacity: 1;
    transition: 0.5s;
}

.FooterNav ul li a:hover {
    opacity: 0.7;
}

hr {
    border-color:lightgray; 
}

.burger-menu, .burger-menu-btn {
    display: none;
}

.alt_menu {
    display: none;
}

.address_mob {
    display: none;
}

.Responsive_GMap {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.Responsive_GMap iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.Container_Main {
    width: 100%;
    height: auto;
    position: relative;
    }

.Container_Main img {
    width: 100%;
    
}

.Container_Main .text {
    position: absolute;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    left: 40%;
    top: 87%;
        
}
    
a {
    text-decoration: none;
}



/* ========================================================================== *\
   5. LAPTOP VERSION
\* ========================================================================== */


@media only screen and (max-width: 1800px) {

* {
box-sizing: border-box;

}

body {
font-size: 20px;
line-height: 30px;
font-family: 'Montserrat', sans-serif;
color: #5C5C5C;    
    

}

.menu {
font-family: 'Cinzel';
}

p {
padding-bottom: 25px;
}

h1 {
    font-size: 50px;
    font-family: 'Cinzel';
    color: #074EA8; 
    line-height: 45px;
    padding-bottom: 20px;

}

h2 {
    font-size: 30px;
    font-family:'Proza Libre', sans-serif;
    color: #074EA8;
    line-height: 38px;
    padding-bottom: 20px;

}

h3 {
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    color: #5C5C5C;
    line-height: 28px;
    padding-bottom: 20px;
    

}

h4 {
    font-size: 50px;
    font-family: 'Poppins';
    text-align: center;
    color: #074EA8; 
    line-height: 82px;
    padding-bottom: 10px;

}

h5 {
    font-size: 28px;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    color: black;
    line-height: 30px;
    padding-bottom: 20px;
}

h6 {
    font-size: 14px;
    font-family:'Poppins';
    text-align: center;
    color: #5D7E8E;
    line-height: 0px;
    padding-bottom: 0px;
}     

.header .logo {
display: block;
width: 180px;
}
    
.hero {
display: block;
width: 100%;
min-height: 864px;
padding: 100px 0;
background: url(Images/welcome3.png);
background-position: center center;
background-size: cover;
color: black;
}    

.AboutUsQuote img {
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}    

.wrapper {
    width: 1500px;
    margin: 0 auto;
}    

.Jimmy_Credit img {
    display: block;
    max-width: 1501px;
    margin-left: auto;
    margin-right: auto;
}    

.galerie {
    margin: 10px 300px; 
}

.galerie img {
    width: 290px;
    padding: 10px;
    filter: sepia(100%);
    transition: 1s;
        
}    

.ContactDetails img {
    display: block;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}    

.Footer_Line {
    display: none;
}  

}

    

/* ========================================================================== *\
   6. TABLET VERSION
\* ========================================================================== */

@media only screen and (max-width: 1400px) {

.Slogan1 img {
    display: none;
    
}
    
    
.ContactDetails {
    display: none;
}
    
.address_mob {
    display: block;
    width: 75%;
    margin-left:auto;
    margin-right: auto;
}

.address_mob img {
    width: 100%;
    
}    
    
.wrapper {
    width: 100%;
    }    

.header .logo {
display: block;
width: 130px;
}
    
.header .menu {
display: none;
}    

.header .alt_menu {
display: block;
}

.header .alt_menu ul li {
display: inline-block;
margin-left: 40px;
}

.header .alt_menu ul li a {
display: block;
color: #074EA8;
font-size: 14px;
font-family: 'Cinzel';    
letter-spacing: 2px;
text-decoration: none;
}    
    
.hero {
display: block;
width: 100%;
min-height: 700px;
padding: 0 0;
background: url(Images/welcome3_tab.png);
background-position: center center;
background-size: cover;
color: black;
}        
    
.contact_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/contactus1_tab.png);
background-position: center center;
background-size: cover;
color: black;
}    

.donate_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/donate1_tab.png);
background-position: center center;
background-size: cover;
color: black;
}    
    

.aboutus_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/AboutUs_tab.png);
background-position: center center;
background-size: cover;
color: black;
}    

.address_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/addresspic_mob.png);
background-position: center center;
background-size: cover;
color: black;
}     
    
.AboutUsQuote img {
    display: none; 
    }


.IntroContainer {
margin: 0px auto;
width: 85%;
padding-bottom: 20px;    
}    
    
.IntroContainer img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;    
    
}

h2 {
    font-size: 25px;
    font-family:'Proza Libre', sans-serif;
    color: #074EA8;
    line-height: 30px;
    padding-bottom: 20px;

}

h3 {
    font-size: 16px;
    font-family:'Montserrat', sans-serif;
    color: #5C5C5C;
    line-height: 24px;
    padding-bottom: 20px;
}    

h4 {
    font-size: 30px;
    font-family: 'Poppins';
    text-align: center;
    color: #074EA8; 
    line-height: 40px;
    padding-bottom: 5px;

}

h5 {
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    color: black;
    line-height: 20px;
    padding-bottom: 20px;
}

.slogan {
    display: none;
}    

.VideoContainer {
    display: block;
    margin: 0px auto;
    width: 85%;
}

.YouTubeEmbed {
    display: none;
}    
.announcement_box {
    width: 85%;
	margin: 0px auto;
}

.announcements {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
            
}  


.Jimmy_Credit {
    display: none;

}

.Footer {
    align-items: flex-end;    
    }    
 
.FooterNav {
    align-items: baseline;
}
    
.FooterContainer {
    display: block;
    background-color: white;
    width: 100%;
    padding: 20px 30px 5px;
    
    }

.SocialIcons {
    display: flex;
    background-color: #C6DAFF;
    justify-content: center;    

}
    
.SocialIcons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 20%;
}

.SocialIcons a i {
    font-size: 1em;
    color: #074EA8;
    opacity: 0.9;
}    

.FooterNav ul li a {
    color: #074EA8;
    margin: 20px;
    text-decoration: none;
    font-size: 18px;
    opacity: 1;
    transition: 0.5s;
    
}    

.FooterNav ul {
    display: block;
    text-align: center;
    justify-content: center;
    font-family: 'Cinzel';
    

}

.content {
	width: 100%;
	margin: 0px auto;    
    
}
    
.options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 120px;
        
}

.options .option {
    display: block;
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
}

.options .option img {
    display: block;
    margin-bottom: 20px;
    transition: 1s;
    
}

.options .option img:hover {
    transform: scale(1.1);

    }

      
.AboutUsContainer1 img {
display: block;
max-width: 75%;
padding-bottom: 20px;    
float: none;
border-radius: 50%;
border: 3px;
margin-left: auto;
margin-right: auto;    
    
}

.AboutUsContainer2 img {
display: block;
max-width: 75%;
padding-bottom: 20px;      
float: none;
border-radius: 50%;
border: 3px;
margin-right: auto;
margin-left: auto;    
    
}
    

.Container_Main {
display: none;        
}
    
.EventContainer {
margin: 10px auto;
width: 75%;
}

.EventContainer img {
display: block;
max-width: 100%;
border-radius: 0px;    
padding-bottom: 20px;     
float: right;
border: 3px;
margin-left: 25px; 
    
}    

.Event_Title {
margin: 10px auto;
width: 75%;
}

.Event_Subtitle {
margin: 20px auto;
width: 75%;
}    

.CopyContainer {
display: none;        
}    
    
}    


/* ========================================================================== *\
   6. MOBILE VERSION
\* ========================================================================== */

@media only screen and (max-width: 700px) {

.Slogan1 img {
    display: none;
    
}
    
    
.ContactDetails {
    display: none;
}
    
.address_mob {
    display: block;
    width: 75%;
    margin-left:auto;
    margin-right: auto;
}

.address_mob img {
    width: 100%;
    
}    
    
.wrapper {
    width: 100%;
    }    

.header .logo {
display: block;
width: 130px;
}
    
.header .menu {
display: none;
}    

.header .alt_menu {
display: block;
}

.header .alt_menu ul li {
display: inline-block;
margin-left: 40px;
}

.header .alt_menu ul li a {
display: block;
color: #074EA8;
font-size: 14px;
font-family: 'Cinzel';    
letter-spacing: 2px;
text-decoration: none;
}    
    
.hero {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/welcome3_mob.png);
background-position: center center;
background-size: cover;
color: black;
}        
    
.contact_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/contactus1_mob.png);
background-position: center center;
background-size: cover;
color: black;
}    

.donate_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/donate1_mob.png);
background-position: center center;
background-size: cover;
color: black;
}    
    

.aboutus_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/aboutus1_mob.png);
background-position: center center;
background-size: cover;
color: black;
}    

.address_pic {
display: block;
width: 100%;
min-height: 500px;
padding: 0 0;
background: url(Images/addresspic_mob.png);
background-position: center center;
background-size: cover;
color: black;
}     
    
.AboutUsQuote img {
    display: none; 
    }


.IntroContainer {
margin: 0px auto;
width: 85%;
padding-bottom: 20px;    
}    
    
.IntroContainer img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;    
    
}

h2 {
    font-size: 25px;
    font-family:'Proza Libre', sans-serif;
    color: #074EA8;
    line-height: 30px;
    padding-bottom: 20px;

}

h3 {
    font-size: 16px;
    font-family:'Montserrat', sans-serif;
    color: #5C5C5C;
    line-height: 24px;
    padding-bottom: 20px;
}    

h4 {
    font-size: 30px;
    font-family: 'Poppins';
    text-align: center;
    color: #074EA8; 
    line-height: 40px;
    padding-bottom: 5px;

}

h5 {
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    color: black;
    line-height: 20px;
    padding-bottom: 20px;
}

.slogan {
    display: none;
}    

.VideoContainer {
    display: block;
    margin: 0px auto;
    width: 85%;
}

.YouTubeEmbed {
    display: none;
}    
.announcement_box {
    width: 85%;
	margin: 0px auto;
}

.announcements {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
            
}  


.Jimmy_Credit {
    display: none;

}

.Footer {
    align-items: flex-end;    
    }    
 
.FooterNav {
    align-items: baseline;
}
    
.FooterContainer {
    display: block;
    background-color: white;
    width: 100%;
    padding: 20px 30px 5px;
    
    }

.SocialIcons {
    display: flex;
    background-color: #C6DAFF;
    justify-content: center;    

}
    
.SocialIcons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 20%;
}

.SocialIcons a i {
    font-size: 1em;
    color: #074EA8;
    opacity: 0.9;
}    

.FooterNav ul li a {
    color: #074EA8;
    margin: 20px;
    text-decoration: none;
    font-size: 18px;
    opacity: 1;
    transition: 0.5s;
    
}    

.FooterNav ul {
    display: block;
    text-align: center;
    justify-content: center;
    font-family: 'Cinzel';
    

}

.content {
	width: 100%;
	margin: 0px auto;    
    
}
    
.options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 120px;
        
}

.options .option {
    display: block;
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
}

.options .option img {
    display: block;
    margin-bottom: 20px;
    transition: 1s;
    
}

.options .option img:hover {
    transform: scale(1.1);

    }

      
.AboutUsContainer1 img {
display: block;
max-width: 100%;
padding-bottom: 20px;    
float: right;
border-radius: 0px;
border: 3px;
margin-left: 25px; 
    
}

.AboutUsContainer2 img {
display: block;
max-width: 100%;
padding-bottom: 20px;      
float: left;
border-radius: 0px;
border: 3px;
margin-right: 25px; 
    
}
    

.Container_Main {
display: none;        
}
    
.EventContainer {
margin: 10px auto;
width: 75%;
}

.EventContainer img {
display: block;
max-width: 100%;
border-radius: 0px;    
padding-bottom: 20px;     
float: right;
border: 3px;
margin-left: 25px; 
    
}    

.Event_Title {
margin: 10px auto;
width: 75%;
}

.Event_Subtitle {
margin: 20px auto;
width: 75%;
}    

.CopyContainer {
display: none;        
}    
    
}    
