/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 15, 2018, 4:51:16 PM
    Author     : zbquest
*/
@font-face{
    font-family: BlackCasper;
    src: url("BlackCasper.ttf");
}

body{
    font-family: BlackCasper;
}

h1{
    font-weight: 500;
    letter-spacing: 6px;
    font-size: 50px;
}

.container{
    color: #616161;
    font-family: BlackCasper;
}

.intro{
    margin: -20px;
    display: flex;
    height: 250px;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    background-color: #45a5f2;
}

.intro > div{
    text-align: center;
}

.currentprojects{
    margin: -20px;
    margin-top: 55px;
    text-align: center;
    margin-bottom: 80px;
    background-color: white;
    box-shadow: #001d2936 7px 7px 20px;
}

.boxcontainer{
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.box > img{
    width: 300px;
}