@media(min-width: 1600px){

	/*
    Search bar Styles
     */


	/*
    Button Effects Primary and Secondary Global
     */
	.topsection-btn{
		white-space: nowrap;
		font-size: 32px;
		margin-right: 20px;
		padding: 5px 10px 10px !important;
		margin-top: 20px !important;
	}

	/*
    Logo Navbar Styles
     */

	.topsection-menu{
		white-space: nowrap;
		font-size: 24px !important;
		padding-right: 20px !important;
	}

	/*
    Document Default Styles
     */


	/*
    Section Manipulation Styles
     */
	.topsection {
		font-family:Saira;
		color: #2aa0b2;
		padding: 10px;
		width: 80%;
		float: left !important;
		padding-bottom: 20px;
		position:relative;
	}
	.topsection-overlay {
		float: right !important;
		width: 100%; /*important*/
		margin-top: -280px;
		margin-right: -200px;
	}
	.topsection-right.topsection-overlay {
		float: left !important;
		margin-right: 0;
		margin-left: -75px;
		width: 40%;
		margin-top: -240px;
	}
	.promo-section{
		background-color: #DBF0F1 !important;
		font-family:Saira;
		color: #2aa0b2;
		width: 100% !important;
		margin-left: 0px !important;
		padding: 5px;
		padding-bottom: 20px;
		position: relative;
	}

	.promo-picture{
		margin-left: 10px !important;
		margin-top: -325px !important;
	}

	/*
    Text styling stuff
    */
	.topsection-title {
		font-family: Saira;
		font-size: 40px;
		color: #2aa0b2;
		padding-bottom: 10px;
	}

	.topsection-description {
		font-size: 20px;
		color: #506d7e;
		width: 100%;
	}

	.works-title {
		font-family: Saira;
		color: #2aa0b2;
		padding-bottom: 0;
		width: 100%;
	}

	.side-border-right {
		border-right: 5px solid #2aa0b2;
		margin-right: 15px;
		padding-right: 30px;
	}

	.side-border-right .topsection-title {
		text-align: right;
	}

	.topsection-title-img{
		position: absolute;
		bottom: 15px;
	}
	
	.indent-content-left {
		margin-left: -5rem;
		left: -15px;
	}
}
