{% load static %}
/* ==========================================================================
   SHARED
   ========================================================================== */
body{
    font-family: 'Lato', sans-serif;
    font-weight : 300;
}
/* ==========================================================================
   COLORS
   ========================================================================== */
:root {
  --main-bg-color: #FF9900;
  --main-txt-color: blue;
  --main-padding: 15px;
}
/* ==========================================================================
   LINKS
   ========================================================================== */
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: var(--main-bg-color);
}

/* ==========================================================================
   PROFILE
   ========================================================================== */
.profile{
    margin: 0 auto;
    width:400px;
    border-radius: 10px;
    padding: 20px;
    background-color: #EEEEEE;
}
.image{
    border-radius: 50%;
    padding: 3px;
    background-color: #CCCCCC;
    width: 120px;
    height: 120px;
    margin: 10px auto;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }

.image img{
    border-radius: 50%;
    width: 114px;
    height: 114px;
}
.download{
    width: 100%;
    background-color: #DDDDDD;
    margin:10px 0;
}

.logout{
    color: #FFFFFF;
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    font-weight: bold;
}

/* ==========================================================================
   DASHBOARD
   ========================================================================== */

.card{
    float: left;
    text-align: center;
    position: relative;
    color: #DDDDDD;
}
.card img {
    width: 120px;
    height: 120px;
    padding: 3px;
    background-color: #11DFC7;
    border-radius: 50%;
    object-fit: cover;
}
.card .name{
    font-size: 12px;
}
.card .extra{
    font-size: 10px;
    font-weight: bold;
}
.card .holiday{
    background-color: #FF9900;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    background-image: url('../images/icons/holiday.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.card .birthday{
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 0px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.card .department{
    background-color: #e5e5e5;
    color:#666666;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 0px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.server{
    text-align: left;
}
.server img {
    width: 80px;
    height: 80px;
    padding: 3px;
    background-color: #11DFC7;
    border-radius: 50%;
}
.server .name{
    font-size: 15px;
}


.project{
    text-align: left;
}
.project img {
    width: 80px;
    height: 80px;
    padding: 3px;
    background-color: #11DFC7;
    border-radius: 50%;
}
.project .name{
    font-size: 15px;
    font-weight: bold;
}
.project .hours_done{
    font-size: 15px;
}

/* ==========================================================================
   FLEX
   ========================================================================== */
.container_web{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


/* ==========================================================================
   LOADER
   ========================================================================== */
#loader{
    background-color: #FF0066;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}
#loader img{
    height: 30px;
    margin-left: 30px;
}
/* ==========================================================================
   NAV BAR
   ========================================================================== */
#navigation{
    padding: 16px;
}
nav {
    display: block;
}

.nav-item{
    display: block;
    float: right;
    padding: 10px;
    font-size: 1.7rem;
    font-weight: 300;
}

nav a:hover{
    color: var(--main-bg-color);
}

.nav-bar-item-active{
    color: var(--main-bg-color);
}
.nav-bar{
    padding: 10px 0px;
}
.nav-bar-profile-border{
    border-radius: 50%;
    height:60px;
    width: 60px;
    border: 2px solid var(--main-bg-color);
    float: left;
    margin-right: 20px;
}
.nav-bar-profile{
    border-radius: 50%;
    height:54px;
    width: 54px;
    margin: 1px;
}
.nav-bar-header-title{
    margin: 0;
    font-size: 2.2rem;
    color: var(--main-bg-color);
    font-weight: regular;
    padding: 0px;
    margin: 0px;
}
nav-bar-header-title a:hover{
    color: var(--main-bg-color);
}
.nav-bar-header-subtitle{
    font-size: 1.7rem;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.problem-solving{
    font-size: 4.0rem;
    padding-top: 60px;
}
.problem-solving-text{
    font-size: 2.0rem;
}
.problem-solving-arrow{
    margin: 0 auto;
    font-size: 60px;
    color: #FF9900;
}
.arrow{
    margin-top: 80px;
}

.problem-solving-animation {
	margin: 0 auto;
	width: 50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 20px;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
/* me
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.me {
  /*background-image: url('../images/development-bg.png');
  background-size: cover;*/
  color: #333;
}

.me a{
    color: var(--main-bg-color);
    border-bottom: 1px solid var(--main-bg-color);
}

.section h1{
    font-size: 24px;
    font-weight : 300;
    line-height: 1.4em;
}
.section h2{
    font-size: 20px;
    font-weight : 300;
    line-height: 2.0em;
}

/* Book
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.projects {
  padding: 0px;
}
.app{
    width: 100%;
    margin: 10px;
    float: left;
}

.app .image{
    height: 100px;
    width: 100px;
    border-radius: 15px;
    background-color: #e5e5e5;
    float: left;
    margin-right: 30px;
}

.app .title{
    color: #FFFFFF;
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.app .description{
    color: #FFFFFF;
    font-size: 20px;
    text-align: left;
}

.app p{
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    text-align: left;
}

.item{
    width: 100%;
    height: 500px;
}

.friloves{
    background-image: url('../images/apps/friloves/icon.png');
    background-size: cover;
}
.friloves_bg{
    background-image: url('../images/apps/friloves/bg.jpg');
    background-size: cover;
    background-position: center;
}

.roadstr{
    background-image: url('../images/apps/roadstr/icon.png');
    background-size: cover;
}
.roadstr_bg{
    background-image: url('../images/apps/roadstr/bg.jpg');
    background-size: cover;
    background-position: center;
}

.toestobox{
    background-image: url('../images/apps/toes2box/icon.png');
    background-size: cover;
}
.toestobox_bg{
    background-image: url('../images/apps/toes2box/bg.jpg');
    background-size: cover;
    background-position: center;
}

.kidsitt{
    background-image: url('../images/apps/kidsitt/icon.png');
    background-size: cover;
}
.kidsitt_bg{
    background-image: url('../images/apps/kidsitt/bg.jpg');
    background-size: cover;
    background-position: center;
}

.lavanapp{
    background-image: url('../images/apps/lavanapp/icon.png');
    background-size: cover;
}
.lavanapp_bg{
    background-image: url('../images/apps/lavanapp/bg.jpg');
    background-size: cover;
    background-position: center;
}

.fitzgerald{
    background-image: url('../images/apps/fitzgerald/icon.png');
    background-size: cover;
}
.fitzgerald_bg{
    background-image: url('../images/apps/fitzgerald/bg.jpg');
    background-size: cover;
    background-position: center;
}

.porescrito{
    background-image: url('../images/apps/porescrito/icon.png');
    background-size: cover;
}
.porescrito_bg{
    background-image: url('../images/apps/porescrito/bg.jpg');
    background-size: cover;
    background-position: center;
}


/* about
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about{
    font-size: 300;
    text-align: center;
}
.about a{
    color: var(--main-bg-color);
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer{
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    position : absolute;
    bottom : 0;
    height : 60px;
    width: 100%;
}
.footer i{
    margin: 10px;
    color: var(--main-bg-color);
}

.fa{
  color: var(--main-bg-color);
}
.fa:hover{
  color: #DDDDDD;
}
/* tag
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tag{
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    background-color: #FF9900;
    color: #FFF;
    font-size: 16px;
    display: block;
    float:left;
}
/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (max-width: 550px) {
.section h1{
    font-size: 26px;
    font-weight : 300;
    line-height: 1.4em;
}
.section h2{
    font-size: 20px;
    font-weight : 300;
    line-height: 2.0em;
}

}

/* Bigger than 750 */
@media (min-width: 750px) {

}

/* Bigger than 1000 */
@media (min-width: 1000px) {

}