@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0
}
 @keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
body,td,th {
    color: #444;
}
body {
    background-color: #fff;
    margin: 0;
   font-family: 'Barlow Semi Condensed', sans-serif;
   
    
}
    h1{
        font-size: 38px;
        line-height: 34px;
        font-weight: 700;
    }

 h2{
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
     margin: 0 0 12px 0;
     color: #222;
    }

 
    
 p{
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        font-family: 'Roboto Mono', monospace;
        margin: 0;
    }

strong{
    font-weight: 500;
}
a{
    text-decoration: none;
}
    
.wrapper{
    width: 100%;
    max-width: 1324px;
    margin: 0 auto;
    padding: 10px;
    animation: fadein 1s;
}
.header{
    width: 100%;
   float: left;
    padding: 46px 0 0 0;
    }
    
 .paula{
    width: 45%;
    float: left;
    padding: 10px;
    
} 


 .paula h1 > a {
	position: relative;
	text-decoration: none;
     color: #888;
}


 .paula h1 > a:hover {
     color: #444;
  
}

 .paula h1 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -4px;
  left: 0;
  background-color: #444;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
 .paula h1 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 



    
 .menu{
    width: 55%;
    float: left;
    padding: 10px;
     text-align: right;
     margin-top: 14px;
     
}

    
 .menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	font-size: 18px;
 
 
}
 .menu li {
	margin: 0 0 0 16px;
	display: inline-block;
	font-weight: 700;
	}

 .menu li > a {
	position: relative;
	text-decoration: none;
     color: #888;
}


 .menu li > a:hover {
     color: #444;
  
}

 .menu li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #444;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
 .menu li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 


    
.menu .selected{
        margin: 0 0 0 16px;
        border-bottom: 4px solid #444;
    }  
    
    
 
    
    
.container{
    width: 100%;
    float: left;
    padding: 0 0 0 0;
   
    }
    
.card{
    width: 33.33%;
    float: left;
    padding: 10px;
    }
    
  
    
.card-inner-1, .card-inner-2, .card-inner-3, .card-inner-4, .card-inner-5, .card-inner-6, .card-inner-7{
    width: 100%;
    height: 240px;
   padding: 30px 16px;
   align-items: center;
    text-align: left;
    cursor: pointer;
    transition: background 0.5s;
    
   }

.card-inner-1{
    background-color:rgba(211,226,255,1.00)
   }
.card-inner-2{
    background-color:rgba(251,251,139,1.00)
   }
.card-inner-3{
    background-color:rgba(194,20,111,1.00)
    
   }
    
 .card-inner-4{
    background-color:rgba(246,206,157,1.00)
   }
     .card-inner-5{
    background-color:rgba(238,229,172,1.00)  
    }  
    
.card-inner-6{
background-color:rgba(113,111,112,1.00)
}

.card-inner-7{
background-color:rgba(173,159,152,1.00)
}  
    
.card-inner-1:hover{
   background-color: rgba(211,226,255,0.60)
   }
.card-inner-2:hover{
   background-color: rgba(251,251,139,0.40)
   } 
.card-inner-3:hover{
   background-color:rgba(194,20,111,0.70) 
    
   }
    
     .card-inner-4:hover{
    background-color:rgba(246,206,157,0.50)
   }
     .card-inner-5:hover{
    background-color:rgba(238,229,172,0.50)  
    }  
    
     .card-inner-6:hover{
    background-color:rgba(113,111,112,0.70)
   }
   
.card-inner-7:hover{
background-color:rgba(173,159,152,0.70)
}  

    .text-item{
    width: 100%;
    float: left;
    padding: 10px 0 20px 10px;
    text-align: left;
       }

 .text-item h2{
     font-size: 28px;
     margin: 28px 0 10px 0;
     font-weight: 700;
     color: rgba(194,20,111,1.00);
    }

 .text-item p{
     font-size: 18px;
     line-height: 22px;
     margin: 10px 0 10px 0;
     font-weight: 400;
     font-family: 'Barlow Semi Condensed', sans-serif;
    }

 .text-item strong{
     font-weight: 600;
     
    }

 .text-item a{
     color: #888;
     transition: all 0.3s ease-in-out 0s;
    }

.text-item a:hover{
     color: rgba(194,20,111,1.00);;
    }

 .grey{
     color: #888;
     font-family: 'Roboto Mono', monospace;
     font-size: 14px;
    }

 .about-date{
     color: #888;
     font-family: 'Roboto Mono', monospace;
     font-size: 14px;
    }
    
    
    .footer{
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
    text-align: left;
   }
    
    .footer p{
        font-size: 12px;
        margin: 0 10px 0 10px;
        font-weight: 400;
        font-family: 'Roboto Mono', monospace;
        color: #888;
    
}
    
@media only screen and (max-width: 730px) {
    
    .wrapper{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px;
}
    
     h2{
        font-size: 18px;
        line-height: 22px;
         font-weight: 600;
         margin-bottom: 0px;
    }
      p{
        font-size: 12px;
        line-height: 18px;
        }
    
   
    
    
.header{
    width: 100%;
   float: left;
    padding: 20px 5px 15px 5px;
    }    
    
    
.paula{
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
} 
    
 .menu{
    width: 100%;
    float: left;
    padding: 0px;
     text-align: left;
     margin-top: 10px;
     
     
} 
.menu ul {
	

    
    }
    
.menu li {
	margin: 0 14px 0 0;
	
	}
    
    .menu .selected{
        margin: 0 14px 0 0;
        border-bottom: 4px solid #444;
    } 
    
   
    
   .card{
    width: 50%;
    float: left;
    padding: 5px;
   
  
    }
     
 .card-inner-1, .card-inner-2, .card-inner-3, .card-inner-4, .card-inner-5, .card-inner-6{
   height: 180px;
   padding: 16px 10px;
 }
    
    
      .text-item{
    width: 100%;
    float: left;
    padding: 10px 5px 20px 5px;
    text-align: left;
       }
.footer{
    width: 100%;
    float: left;
    padding: 0px 0 20px 5px;
    text-align: left;
    
    }
        .footer p{
       
        margin: 0 10px 0 0px;
        
    
}
   
} 
