/* CSS Document */
/* Table of Contents
	Navigation BAR
*/

/* NAVIGATION BAR */

/***************MAX WIDTH 600px***************/
/***************Navigation***************/
@media screen and (max-width: 900px) {

  .header_img
  {
	  margin: 5%;
	  width: 90%;
  }	

  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/***************MAX WIDTH 600px***************/
/***************BODY***************/

 @media screen and (max-width: 900px) {
	.body {
		display: block;
	}
	#wrapper{
		display: block;
	}
	
	#left_2, #right_2, #left_3, #center_3, #right_3, #left_4, #center_left_4, #center_right_4, #right_4{
		margin-left: 10px;
		margin-right: 10px;
	}
 
 .line_full_hide{
	 display: block;
    border-style: solid;
    border-bottom-width: 10px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 0 !important;
    line-height: 0px !important;
    margin: 0;
    padding: 0;
 }
 
 .internal_0_2 {
	display: block; 
	width: auto;
 }
 
 }
 /***************MAX WIDTH 600px***************/
/***************Footer***************/
 @media screen and (max-width: 900px) {
	 #footer{
		 display: block;
	 }
	 
	 .footer-box {
		margin-left: 10px;
		margin-right: 10px;
	 }
 }
.show_mobile_img {
	display: none;
 }
 
.mobile_menu_show {
	display:none;
}

.header_title {
	display:none;
}

.show_mobile_title{
		display:none;
}

.show_mobile_btn {
	display: none;
}

.mobile_show_table {
	display:none;
}

 @media screen and (max-width: 600px) {
	.hide_mobile_img {
		display: none;
	}
	
	.show_mobile_img {
		display: block;
		width: 100%;
	}
	
	.mobile_menu_hide{
		display:none;
	}
	
	.mobile_menu_show {
		display: block;
	}
	
	.header_title {
		display: block;
		color: #000000;
		font-size: 32px;
	}
	.show_mobile_title {
		display:block;
		font-size: 24;
		padding: 10px;
	}
	
	.smaller_header_text {
		font-size: 18px;
	}
	
	#left_2_double_top {
		margin-right: 10px;
		border-bottom: solid 5px;
		border-color: #5B53AF;
	}
	
	#right_2_double_top {
		margin-left: 10px;
		border-bottom: solid 5px;
		border-color: #5B53AF;
	}
	
	#left_2_double_bottom {
		display: none;
	}
	
	#right_2_double_bottom {
		display: none;
	}
	
	.show_mobile_btn {
		display: block;
	}
	.desktop_show_table {
		display:none;
	}
	.mobile_show_table{
		display: table;
		width: 100%
	}
	
	.mobile_show_table td{
		width: 50%;	
		vertical-align: top;
	}
	
	 .board_mobile_right {
		text-align: right;
	 }		
}
 