@media screen and (max-width: 590px) {

.latest_small {
	margin: 2% 0;
}

.latest_large {
	margin: 2% 0;
}



}

@media screen and (min-width: 590px) {
/*Header************************************/

header {
	position:fixed;
}

#menu {
	display: none;
}

#navbar {
	display: inherit;
	width: 41%;
	font-size: 0.95em;
}

#logo_container {
	width: 18%;
}

#sm_container {
	width: 41%;
	word-spacing: 20px;
}

#carousel {
	padding-top: 60px;
}
/*Left Column*******************************/
#left_column {
	width: 64%;
	float: left;
	margin: 0 4%;
}

#article_column {
	width: 56%;
	float: left;
	margin: 0px 4% 0 12%;
}

.latest_large {
	width: 66%;
	padding-top: 66%;
}

.latest_small {
	width: 32%;
	padding-top: 32%;
}

.section_small {
	margin-bottom: 2%;
	margin-left: 2%;
	width: 32%;
	padding-top: 32%;
	margin-top: 0;
	margin-right: 0;
}

#player {
	margin-top: 80px;
}

h3 {
	margin-top: 80px;
}

#contact_column {
	margin: 70px 4% 0% 12%;
	width: 56%;
}

/*Right Column*******************************/
#right_column {
	width: 24%;
	margin: 1.3% 4% 0 0;
	float: left;
	position: relative;
}

#sticky_content {
	position: sticky;
	position: -webkit-sticky;
	margin-bottom: 0px;
	width: 24%;
	padding: 0;
}

#articles_navigation {
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

#subscribe ::-webkit-input-placeholder {
	font-size: 0.8em;
	letter-spacing: 0.4em;
}

#subscribe :-moz-placeholder { /* Firefox 18- */
	font-size: 0.8em;
	letter-spacing: 0.4em;
}

#subscribe ::-moz-placeholder {  /* Firefox 19+ */
	font-size: 0.8em;
	letter-spacing: 0.4em;
}

#subscribe :-ms-input-placeholder {  
	font-size: 0.8em;
	letter-spacing: 0.4em;
}

#load_more {
	padding-top: 7.5%;
	padding-bottom: 11.5%;
	font-size: 0.7em;
	width: 20%;
}

.thumb_holder {
	width: 50%;
	height: 30vw;
}

.session_article {
	/*top: -4%;
	left: -2%;*/
	width: 102%;
	height: 31.4vw;
}

.insta_span {
	width: 36%;
	margin-top: 9px;
}

#insta_title h2 {
	width: 24%;
	margin: 0 2%;
	font-size: 1em;
}

#instafeed img {
	width: 10%;
}

}

@media screen and (min-width: 980px) {
/*Header************************************/
#navbar {
	height: 70px;
	font-size: 1em;
}

#logo_container {
	height: 70px;
}

#sm_container{
	height: 70px;
}

#carousel {
	padding-top: 70px;
}

.category_title {
	clear: both;
	width: 100%;
	text-align:center;
	font-size: 2em;
	letter-spacing:0.7em;
	padding: 30px 0 0;
}

.latest_large_desc {
	position: absolute;
	bottom: 0%;
	text-align: center;
	background: 
		linear-gradient(transparent, rgba(0,0,0, .5));
	margin: 0 auto;
	padding: 5% 2.5% 0;
	width: 100%;
	font-size: 1.4em;
}

.latest_small_desc {
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
	letter-spacing: 0.2em;
}

#articles_navigation {
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe ::-webkit-input-placeholder {
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe :-moz-placeholder { /* Firefox 18- */
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe ::-moz-placeholder {  /* Firefox 19+ */
	font-size: 1em;
	letter-spacing: 0.4em;
}

#subscribe :-ms-input-placeholder {  
	font-size: 1em;
	letter-spacing: 0.4em;
}

#load_more {
	padding-top: 5%;
	padding-bottom: 13.5%;
	font-size: 1em;
}

.thumb_holder {
	width: 33.33%;
	height: 20vw;
}

.session_article {
	/*top: -4%;
	left: -2%;*/
	width: 108%;
	height: 21.4vw;
}

.insta_span {
	width: 41%;
}

#insta_title h2 {
	width: 14%;
	margin: 0 2%;
}

