


/* Header */

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 700;
}

@media(min-width:768px) {
    /*header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }*/

    header .intro-text .name {
        font-size: 3em;
    }

    /*header .intro-text .skills {
        font-size: 1.75em;
    }*/
}

/* Nav logo */
@media(min-width:768px) {
    

   .navbar-fixed-top .navbar-brand {
        padding:0;
    }

   /* .navbar-fixed-top.navbar-shrink {
         padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }*/
}

/* ====== News feeds ====== */
/* Button */
.btn-default {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff !important;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border: solid 2px #fff;
    color: #18bc9c !important;
    background: #fff;
}

/* RSS Feed CSS */
table a:not(.btn), .table a:not(.btn) {
  text-decoration: none;
}

#dlContent img {
	/*display:none;*/
	padding: 0px 5px 0px 0px;	
/* make img responsive */
	display: block;
	max-width: 100%;
	height: auto;
}

.rss {
	margin: 0px 0px 10px;
	/*color: #5A5A5A !important;
	font-family: 'Merriweather', serif;*/
	font-size: 16px;
	line-height: 1.42857;
	padding-bottom:5px;
	padding-top:10px;
	/*border-top:1px solid #D4D4D4;*/
	
}

.rss a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;
	/*font-family: 'Bitter', serif;*/
	font-weight: 500;
	line-height: 1.1;
	/*color: #613C92;*/
}
.rss p { display:none;}
.rss-alt p { display:none;}
.more {display:none;}
.rss-alt {
	margin: 0px 0px 10px;
	/*color: #5A5A5A !important;
	font-family: 'Merriweather', serif;*/
	font-size: 16px;
	line-height: 1.42857;
	padding-bottom:5px;
	padding-top:10px;
	/*border-top:1px solid #D4D4D4;*/
	
}

.rss-alt a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;
	/*font-family: 'Bitter', serif;*/
	font-weight: 500;
	line-height: 1.1;
	/*color: #613C92;*/
}

.rss-button { display: inline-block;
	padding-bottom:30px;
}

.heading-hr {
	padding-bottom:10px;
	border-top: 1px solid;
	padding-top: 10px;
}
/* END RSS Feed CSS */

section.success a {

   /*color: #ffffff;*/ 
}

/* ====== END News feeds ====== */









