/*
This was coded by Maja Ojstersek
Visit me at https://www.mod.si/
*/
   
h1{
	font-weight: normal;
    font-size: 3em;
    font-family: 'Open Sans', sans-serif;
    color: #40b7b8;
    text-align: center;
    margin: 0;
    line-height: normal;
    }
h2,h3,h4{
	font-weight: normal;
    font-size: xx-large;
    font-family: 'Open Sans', sans-serif;
    color: #40b7b8;
    }
img {
    max-width: 100%;
}
hr {
    max-width: 700px;
    color: white!important;
}
 body {
    background-image: url("background.png");
    background-color: #40b7b8;
}  
    .container{
        position: inherit;
        }
    .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 1000px;
        padding: 3%;
        font-family: 'Open Sans', sans-serif;
        color: #40b7b8;
        font-weight: bold;
        line-height: 180%;
        font-size: larger;
        letter-spacing: 1px;
        text-align: center;
        background-color:#c5e9ea;  
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        border: 11px solid #c5e9ea;
        border-radius: 25px;
    }
    @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }

    .logo {
        text-align: center;
        padding: 3%;
        font-weight: normal;
        font-size: 30px;
        line-height: 130%;
        font-family: 'Open Sans', sans-serif;
        color: #5d5d5d;
    }  
    .logo img{
        max-height: 200px;
        image-rendering: -webkit-optimize-contrast;
    } 


    a:link {
    color: #5d5d5d;
    text-decoration: none;
}
    .social {
    text-align: center;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    line-height: 3em;
    padding-bottom: 3%;
    }
    .fa {
    padding: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
    /* Social icons */
    .fa-facebook,.fa-instagram, .fa-twitter, .fa-linkedin, .fa-youtube, .fa-google-plus, .fa-pinterest-p, .fa-snapchat-ghost, .fa-skype, .fa-etsy {
        background: #ffffff;
        color: #40b7b8!important;
    }

/*GUMBI*/
.gumbi {
	width: 100%;
	height: 100%;
}
.gumb {
	background: rgba(64, 183, 184, 0.5);
    border: none;
	color: #ffffff!important;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.25em 0em;
	font-weight: 300;
	width: 100%;
	display: block;
	text-align: center;
	cursor: pointer;
	letter-spacing: 1.5px;
	margin: auto;
	margin-bottom: 10px;
}
a.gumb:hover {
    background-color: #40b7b8;
}
/*PROFIL*/
.profimg {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 2%;
    text-align: right;
    border-radius: 50%;
    height: 162px;
    width: 162px;
    image-rendering: -webkit-optimize-contrast;
    padding: 3px;
    background: linear-gradient( #400080, transparent), linear-gradient( 200deg, #d047d1, #ff0000, #ffff00);
    margin-left: 10%;
}
.profimg img{
    max-height: 152px;
    border-radius: 50%;
    border: 5px solid #ffffff;
} 
.profbio {
    width: 60%;
    display: inline-block;
    color: #444444;
    font-weight: normal;
    text-align: left;
    padding-top: 5%;
    padding-left: 2%;
    font-size: small;
    line-height: normal;
}
.profil {
    margin-bottom: 5%;
}
/*MOBILE*/
@media only screen and (max-width: 768px) {
    .content {
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    padding: 0;
    }
    h1 {
    font-size: xx-large;
    }
    .profbio{
    width: 100%;
}
    .profimg {
    margin-left: 0;
}
}