@media only screen and (max-width: 1280px) {
	.section-title h3 {
		font-size: 30px;
	}
}


@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	#header .region-header img {
		width: 42px;
		margin-right: 39px;
	}

	#header .navbar-brand a.site-title {
		font-size: 16px;
		position: relative;
		top: -5px;
	}

	#main {
		margin-top: 78px;
		height: calc(100vh - 138px);
		padding-bottom: 0;
	}

	.section-title h3 {
		font-size: 24px;
	}

	.section-title h4 {
		font-size: 16px;
	}

	.tabbing-section .content-col {
		padding-left: 40px;
	}

	.tabbing-container {
		margin-top: 20px;
	}

	.tabbing-container .icon {
		margin: 0 auto 10px;
	}

	.tabbing-container .nav-tabs .nav-link {
		font-size: 15px;
	}

	.tabbing-container .tab-content li {
		font-size: 15px;
		margin-top: 10px;
		padding-left: 20px;
	}

	.tabbing-container .tab-content li:before {
		width: 8px;
		height: 8px;
		top: 8px;
	}

	.tabbing-section .image-col {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.tabbing-section .content-col {
		flex: 0 0 75%;
		max-width: 75%;
	}

	#footer {
		padding: 8px 20px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) and (max-height: 720px) {
	#main {
		margin-top: 78px;
		height: calc(100vh - 116px);
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1100px) { 
	#header {
		padding: 6px 30px;
	}
	#header .region-header img {
		width: 42px;
		margin-right: 39px;
	}

	#header .navbar-brand a.site-title {
		font-size: 16px;
		position: relative;
		top: -5px;
	}

	#main {
		margin-top: 61px;
		height: calc(100vh - 100px);
		padding-bottom: 0;
	}

	#footer {
		padding: 8px 20px;
		font-size: 14px;
	}	
}


@media only screen and (max-width: 1023px) {
	.show-desktop {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.tabbing-section .image-col,
	.tabbing-section .content-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.container {
		padding: 0 30px;
	}

	#main {
		height: auto;
		overflow: inherit;
	}

	body.h-100 {
		overflow-y: auto;
	}

	.section-title {
		text-align: center;
	}

	.tabbing-container .icon {
		margin: 0 auto 14px;
	}


	.tabbing-container .nav-tabs {
		justify-content: center;
	}


	.tabbing-section .image-col img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}

	.tabbing-section .content-col {
		padding-left: 15px;
	}

	.section-title h3 {
		font-size: 28px;
	}

	.tabbing-container .nav-tabs .nav-link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
	.tabbing-container .tab-content li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tabbing-container .nav-tabs .nav-link {
		font-size: 15px;
		margin: 0 8px;
		flex: 0 0 auto;
		max-width: inherit;
	}

	.section-title h3 {
		font-size: 24px;
	}

	.section-title h4 {
		font-size: 15px;
	}

	#main {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 360px) {
	.tabbing-container .nav-tabs .nav-link {
		margin: 0 3px;
	}
}