/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { 
	height: 100%; 
    font-family: 'Gothic A1', sans-serif;
	background: #fff; 
	color: #313540;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	text-decoration: none; 
	color: #032A6E;
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	width: 70%;
	float: left;
	overflow: hidden;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
.singlewidth #primary ul {
	list-style-type: disc;
}
.blogwidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.blogwidth #sidebar {
	display: none;
}

/*    Framework Styles        */
/*---------------------------*/



.page-id-8 #main, .page-id-42 #main { 
	padding: 0; 
}
#main {
	padding: 85px 0;
}


.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 36px; 
	color: #222;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 { 
	font-size: 36px; 
	color: #222;
	font-weight: 700;
	font-family: 'Teko', sans-serif;
}
#container-full { 
	width: 100%; 
}
#top-header { 
	background: #fff; 
	box-shadow: 0 -14px 10px 10px #000;
	position: relative;
}
.homebanner {
	width: 100%;
}	
.homebanner img {
	width: 100%;
	display: block;
} 
.innerbanner {
	width: 100%;
}	
.innerbanner img {
	width: 100%;
	display: block;
} 
.bannerbtmbg {
	background-image: url(images/meetbg.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px 0 30px;
}
.bannerbtmbg img {
	display: block;
}
.bannerbtm {
	max-width: 1000px;
	width: 100%;
	color: #fff;
	text-align: center;	
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
}
.bannerbtm h2 {
	color: #fff;
	font-size: 56px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 0;
}
.red {
	color: #d22628;
} 
.topbarbg {
	background-color: #000;
	padding: 4px 0;
}
.topbar {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.topbarleft {
	float: left;
	width: 50%;
}
.topbarright {
	float: right;
	width: 50%;
}

/* Top Navigation */

#access { 
	padding: 10px 0 15px; 
    z-index: 800; 
	width: 75%;
	float: right;
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #03296E; 
	padding: 4px 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
}
#access a:hover { 
	color: #d22628; 
}
#access li.menu-item-40 a, #access li.menu-item-41 a {
	padding: 4px 10px;
}
#access li.menu-item-398 a, #access li.menu-item-359 a {
	background-color: #d22628;
	color: #fff;
}
#access li.menu-item-398 a:hover, #access li.menu-item-359 a:hover  {
	background-color: 0d1d4d;
}
#access ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
 }


/* Header Title Section */

#top-header-section {
	max-width: 1400px; 
	width: 100%; 
	margin: 0 auto;
}

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background: #1d2944; 
	padding: 0; 
	clear: both;
    width: 100%; 
}
.columns {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.column1 { 
    width: 33%; 
	float: left;
}
.column1 img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.column2 { 
    width: 33%; 
	float: left;
	font-family: 'Teko', sans-serif;
	padding-top: 20px;
}
.column2 ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.column2 li {
	padding-bottom: 2px;
}
.column2 a {
	color: #fff;
	font-size: 26px;
}
.column3 { 
    width: 33%; 
	float: left;
	padding-top: 75px;
}
.column3 a {
	color: #fff;
}
.column3 ul {
	margin: 0;
	padding: 0;
	text-align:center;
}
.column3 li {
	display: inline-block;
}
.menu-donate-container {
	margin-bottom: 40px;
}	
.menu-donate-container a {
	color: #fff;
	background-color: #D22628;
	font-size: 24px;
	text-transform: uppercase;
	padding: 20px 50px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.menu-donate-container a:hover {
	background-color: #fff;
	color: #D22628;
}
.menu-footer-social-container li a {
	padding: 0 10px;
	font-size: 32px;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 10px 0; 
	background-color: #0f182b;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#site-credits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#site-credits li {
	width: 350px;
	display: inline-block;
	padding: 0 10px;
}
#site-credits a {
	color: #fff;
}

#theme-credit { padding: 0 0 5px 0; }


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	position: absolute;
	top: 15px;
	z-index: 700;
}
.logo img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.logo button {
  display: block;
  margin: 0 auto;
  padding: 18px 20px 6px;
  border-radius: 5px;
}
.logo button img {
  width: 50px !important;
  height: 50px !important;
  float: right;
  margin-top: -10px;
  margin-left: 12px;
}
.logo button a {
  padding-top: 0px;
  font-size: 20px;
  display: block;
}
.logo iframe {
	display: block;
	margin: 20px auto 10px;
}

.home1 {
	text-align: center;
	max-width: 830px;
	width: 100%;
	margin: 70px auto 50px;
	padding: 0 15px;
}
.home1 h2 {
	color: #0a163b;
	font-size: 56px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.home2bg {
	background-color: #1d2944;
	padding: 30px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.home2 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 0 15px;
}
.home2 h2 {
	text-align: center;
	color: #fff;
	font-size: 42px;
}
.home2 button {
	display: block;
	margin: 20px auto;
}
.home2left {
	width: 48%;
	float: left;
}
.home2right {
	width: 52%;
	float: right;
}
.home2left img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.home2right h2 {
	font-size: 46px;
	color: #d22628;
	text-transform: uppercase;
}
.home2right a {
	color: #d22628;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Teko', sans-serif;
}
.home3 {
	max-width: 830px;
	width: 100%;
	margin: 100px auto 70px;
	padding: 0 15px;
}
.home3 h2 {
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color: #d22628;
}
.home3 .gform_wrapper.gravity-theme .gfield input.large, .home3 .gform_wrapper.gravity-theme .gfield select.large {
  	width: 100%;
	background-color: #e4e8f0;
	border: solid 1px #dbdbdb;
	font-family: 'Gothic A1', sans-serif;
}
#input_1_5 {
	height: 70px;
	background-color: #e4e8f0;
	border: solid 1px #dbdbdb;
	font-family: 'Gothic A1', sans-serif;
}
#gform_submit_button_1, #gform_submit_button_2 {
	background-color: #d22628;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
}
.gform_required_legend {
	display: none;
}
button {
	background-color: #D22628;
	border: none;
	border-radius: 2px;
	padding: 15px 35px;
	display: block;
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
button a {
	color: #fff;
}
.communitydivbg {
	padding: 20px 0;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.communitydivbg h2 {
  color: #032A6E;
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
}

.communitydivbg ul {
	list-style-type: none !important;
}
.communitydivbg li {
	border-bottom: solid 1px #D1D1D3;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.communitydivbg button {
	background-color: #D22628;
	border: none;
	border-radius: 2px;
	padding: 15px 35px;
	display: block;
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
.communitydivbg button a {
	color: #fff;
}
.communitydiv {
	color: #000;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.communitydiv ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
.communitydiv li {
	display: inline-block;
	width: 300px;
	margin: 10px;
	position: relative;
}
.communityimage {
	position: relative;
	display: block;
	max-width: 300px;
	width: 100%;
}
.communityimage img {
    height: 300px;
    width: 300px;
    object-fit: cover;
	border-radius: 5px;
}
.communitydiv img {
    height: 300px;
    width: 300px;
    object-fit: cover;
	border-radius: 5px;
}
.communitydiv h1 {
	font-size: 20px;
	color: #6d2413;
	margin-bottom: 2px;
	text-align: left;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
.communityimg .featured-thumb img {
	height: 240px;
	width: 300px;
	object-fit: cover;
	border-radius: 32px;
}
.page-id-11 .communityimg {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 32px;
}
.communitydiv2 {
	color: #000;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.communitydiv2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.communitydiv2 li {
	display: block;
	width: 100%;
	margin: 10px;
}

.communitydiv2 img {
    height: 350px;
    width: 350px;
    object-fit: cover;
	border-radius: 32px;
}
.communitydiv2 h1 {
	font-size: 20px;
	color: #6d2413;
	margin-bottom: 2px;
	text-align: left;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
.communityleft {
	float: left;
	width: 40%;
}
.communityright {
	width: 56%;
	float: right;
	padding: 35px 0 50px 0;
}
.communitybuttons {
    text-align: left;
    max-width: 444px;
}
.communitybuttons ul {
	margin: 0;
	padding: 0;
}
.communitybuttons li {
    display: inline-block;
    width: 200px;
    margin: 40px 20px 0 0;
}
.communitybuttons button {
	margin: 0;
	width: 200px;
	padding: 10px;
}
.communitybuttonssingle {
    text-align: left;
    max-width: 222px;
}
.communitybuttonssingle ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.communitybuttonssingle li {
    display: inline-block;
    width: 200px;
    margin: 40px 20px 0 0;
}
.communitybuttonssingle button {
	margin: 0;
	width: 200px;
	padding: 10px;
}
.communitysingle {
	width: 100%;
}
.communitysingleleft {
	width: 70%;
	float: left;
}
.communitysingleright {
	width: 25%;
	float: right;
}
.communitysingle img {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.communityrightsingle {
	width: 56%;
	float: right;
	padding: 35px 0 50px 0;
}
.communityrightsingle h2 {
  color: #032A6E;
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
}
.communitysingle ul {
	list-style-type: disc;
}
.communitysingle h1 {
	text-align: left;
}
.readmore {
	display: block;
	font-style: italic;
	padding-top: 8px;
	text-transform: uppercase;
}

hr {
	margin: 80px 50px;
}
.donatepage {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto;
	clear:both
}
.cky-revisit-bottom-left {
  bottom: 54px !important;
  left: 15px;
}
.countdownbg {
	background-image: url(images/flagleft.png), url(images/flagright.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: left, right;
	padding: 25px 0;
}
.countdown {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 0;
  margin: 0 auto;
  box-shadow: 0 0px 8px -2px #000;
}


/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1200px) {
.countdownbg {
  background-size: 64%;
}
}
@media only screen and (min-width:0px) and (max-width: 1050px) {
.logo iframe {
	display: none;
}
}

@media only screen and (min-width:0px) and (max-width: 1050px) {
.logo img {
	max-width: 300px;
}
.homebanner {
	background-color: #0d1f4f;
}

#wprmenu_bar {
  z-index: 200 !important;
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {
.countdownbg {
  background-size: 70%;
}
}

@media only screen and (min-width:0px) and (max-width: 850px) {
.logo img {
	max-width: 170px;
}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.home2left {
	width: 100%;
	float: none;
}
.home2right {
	width: 100%;
	float: none;
}
.countdownbg {
  background-size: cover;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.column1, .column2, .column3 {
	width: 100%;
	float: none;
}
.column1 img {
	display: block;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.bannerbtm h2 {
  font-size: 30px;
}
.home1 h2 {
  color: #0a163b;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 44px;
}
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
		max-width: 100%;
	width: 100%;
}
.communityleft {
	float: none;
	width: 100%;
}
.communityright {
	width: 100%;
	float: none;
	padding: 35px 0 50px 0;
}
.homebanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-58%);
}
.innerbanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.innerbanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-62%);
}
.logo button a {
  font-size: 16px;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


