
/*Header class applied for all pages*/
.header {
    font-size: 150%;
	position: relative;
	margin: 0;
	padding: 8em 0 8em 0;
	text-align: center;
	color: #fff;
}

.youtube-header {
	position: fixed;
    z-index: -99;
}

/*Default section class*/
.main {
	background: #fff;
	text-align: center;
	padding: 2em;
	margin: 0;
}

/*******************************************************************************/

.scroll-button {
	margin: 1em;
	display: inline-block;
	padding: 0.85em 3em 0.85em 3em;
	border-radius: 0.25em;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}
.light-button{
	background: rgba(255,255,255,0.2);
	color: #fff;
	box-shadow: inset 0 0 0 1px #fff;
}
.light-button:hover{
    color:#fff;
    text-decoration: none;
	background: rgba(255,255,255,0.4);
}
.light-button:visited{
    color:#fff;
    text-decoration: none;
}
.dark-button{
	background: rgba(12,113,255,0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.dark-button:hover{
    color:#000;
    text-decoration: none;
	background: rgba(12,113,255,0.6);
}
.dark-button:visited{
    color:#000;
    text-decoration: none;
}

.header .glyphicon{
    vertical-align:middle;
}

#navbar{
    background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


/**********************************************************************************/

.circular {
	width: 15em;
	height: 15em;
	margin: 2em auto 2em auto;
	border-radius: 1em;
	box-shadow: 0 0 30px rgba(0, 0, 0, .8);
    
}
.circular.basic{
	background: url(img/1.jpg);
	background-position:center;
	background-size: 115%;
}
.circular.coding{
	background: url(img/2.jpg);
	background-position:center;
	background-size: 110%;
}
.circular.fitness{
	background: url(img/3.jpg);
	background-position:center;
	background-size: 120%;
}
.circular.outro{
	background: url(img/4.jpg);
	background-position:center;
	background-size: 101%;
}

/**************************************************************************************/

.icon {
	width: 6em;
	height: 6em;
    margin: 2em auto 2em auto;
	border-radius: .5em;
	background-size: 6.7em 6.7em;
    background-position:center;
	background-repeat: no-repeat;
	box-shadow: 0 0 30px rgba(0, 0, 0, .8);
}
.icon:hover{
	transition: all 0.25s ease-in-out;
	transform:scale(1.5,1.5);		
}
.icon.facebook{
	background-image: url('img/Facebook_256x256x32.png');	   
}
.icon.twitter{
	background-image: url('img/Twitter_256x256x32.png');	
}
.icon.youtube{
	background-image: url('img/Youtube_256x256x32.png');	
}
.icon.pinterest{
	background-image: url('img/Pinterest_256x256x32.png');	
}
.icon.instagram{
	background-image: url('img/Instagram_256x256x32.png');	
}
.icon.googleplus{
	background-image: url('img/GooglePlus_256x256x32.png');	
}

/***************************************************************************************/

#first{
    background:#fff;
}
#first header{
    padding-top:2em;
}
#second header{
    padding-top:2em;
}
.light-blue-gradient{	
	background:#D6EDFF;
	background: rgb(12,113,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(12,113,255,1) 0%, rgba(155,243,255,1) 50%, rgba(33,114,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(12,113,255,1)), color-stop(50%,rgba(155,243,255,1)), color-stop(100%,rgba(33,114,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(12,113,255,1) 0%,rgba(155,243,255,1) 50%,rgba(33,114,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(12,113,255,1) 0%,rgba(155,243,255,1) 50%,rgba(33,114,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(12,113,255,1) 0%,rgba(155,243,255,1) 50%,rgba(33,114,255,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(12,113,255,1) 0%,rgba(155,243,255,1) 50%,rgba(33,114,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71ff', endColorstr='#2172ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#main-footer{
    padding: 5em 0;
    color: #999;
    text-align: center;
    border-top: solid 1px #999;
    background:#fff;
}
.me{
	font-family: 'Dancing Script', cursive;
	font-size:2em;
	color:#fff;
    text-decoration:none;
}
.me:hover {
    color:#fff;
    text-decoration:none;
}
.me-dark{
	font-family: 'Dancing Script', cursive;
	font-size:1em;
	padding:0.5em;
	color:#000;
    text-decoration:none;
}
* {
	font-family: 'Muli', sans-serif;
}
/*HTML reset*/
html{
	margin: 0;
	padding: 0;
}
/*Body reset*/
body{
	margin: 0;
	padding: 0;
}
#first > div{
    margin-top:2em;
    margin-bottom:2em;
}
#second > div{
    margin-top:3em;
    margin-bottom:3em;
}

/****************************************************************************/

#header-RAM {
	background: #752f00;
}
#header-CNT {
	background: #000324;
}
#header-FIT {
	background: #570000;
}

#header-FFT {
	background: #001164;
}
/*****************************************************************************/
/*CV page styling*/

#cv section{
    margin: 0 0 5em 0;
    padding:5em 5em 0 5em;
    opacity:0;
    border-top: 1px solid gray;
}
#cv header{
    background:black;
}
#cv .glyphicon-star, #cv .glyphicon-star-empty{
    vertical-align:top;
}
#education h3:hover, #projects h4:hover{
    cursor:pointer;
}
.course-description, .project-description{
    margin:0;
    padding:1em;
    border: 1px solid black; 
    border-top: 0px;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
.course, #projects h4{
    margin:0;
    margin-top:1em;
    padding:0.5em;
    border: 1px solid black;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em; 
}
.glyphicon-chevron-down, .glyphicon-chevron-right{
    float:right;
} 
#web-skills, #program-skills, #lib-skills, #misc-skills{
    margin:0;
    margin-top:1em;
    padding:1em;
    border: 1px solid black;
    border-radius: 0.5em;
}
.star-rating{
    float:right; 
    padding-right:40px;
}
/*****************************************************************************/
/*About page styling*/

#about header{
    background:black;
}
#technologies {
    padding-top:4em;
    text-align:center;
}
#technologies a {
    margin: 3em auto 3em auto;
}
#technologies h2 {
    margin:1em 0 1em 0;
}
#about section{
    padding-bottom:2em;
}

/*****************************************************************************/
/* Pulse */
@-webkit-keyframes pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}

@keyframes pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}

.pulse {
display: inline-block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse:hover, .pulse:focus, .pulse:active {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.col-md-6{
    padding:1em;
}

/***********************************************************************************************************************/
/*Responsive styling*/

@media(max-width:360px) {
    .icon:hover{
        transition:none;
        transform:none;
    }
}
@media(max-width:767px){    
    p{
        font-size:1.5em;
    }
    .circular{
        width: 20em;
	    height: 20em;
    }
    .first-text, footer p, #cv p{
        font-size:1.2em;
    }
    #stars-key{
        font-size:1em;
    }
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
