@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700,900&display=swap');
@charset "UTF-8";

body{
	margin: 0;
	/*background-color: #352b4d;*/
	font-family: 'Roboto', sans-serif;
	width: 100%;
    background: rgb(105,0,207);
    background: -moz-linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
    background: linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .container {
    max-width: 700px;
    width: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:544px){
	.container{
		max-width:576px
	}
}

@media (min-width:768px){
	.container{
		max-width:720px
	}
}

@media (min-width:992px){
	.container{
		max-width:940px
	}
}
@media (min-width:1200px){
	.container{
		max-width:1140px
	}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.user-area {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
}

.user-name{
    text-decoration: none;
    color: #fff;
    position: relative;
}

.img-circle {
    position: relative;
    width: 96px;
    height: 96px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
}

.img-circle img {
    width: 0;
    min-width: 96px;
    min-height: 96px;
}

.text-xs-center h3{
	color: #352b4d;
}

.link {
    margin-bottom: 16px;
    padding: 0;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.btn {
    position: relative;
    outline: 0!important;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
}

.btn-link {
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    color: #2b2b2b;
    text-transform: uppercase;
}

.link a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    padding: 15px 20px;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
    transition: color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
    transition: box-shadow .25s cubic-bezier(.08,.59,.29,.99),color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),transform .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99);
    transition: box-shadow .25s cubic-bezier(.08,.59,.29,.99),color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),transform .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.footer {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
}

@media(max-height: 630px){
	.footer{
		position: relative !important;
	}
}

.logoCarbon{
	margin-left: -10px;
    display: block;
    text-align: center;
}

.logoCarbon img{
    height: 50px;
}

@media(max-width: 320px){
    .img-circle{
        width: 70px;
        height: 70px;
    }

    .img-circle img {
        min-width: 70px;
        min-height: 70px;
    }

    .text-xs-center h3{
        display: none;
    }


}