/*GENERAL*/

*
{
    margin:0px;
    padding:0px;
}
body
{
    font-family:'Kings Caslon',Arial;
    font-size: 15px;
}
h1
{
    font-family: 'Crete Round',Arial;
    font-size: 45px !important;
    color:#444 !important;
}
.point
{
    color:#ffbd59;
}
h2
{
    color:#444;
    font-size: 35px;
}
h3
{
    font-size: 30px;
    color:#444;
}
h4
{
    font-size: 24px;
    color:#444;
    font-weight:bold;
}
p
{
    line-height:20px;
    color:#777;
}
small
{
    font-size:13px;
    font-style: italic;
}

/* HEADER */
.navbar
{
    height:120px;
    
    border-bottom: 1px solid #d9d9d9;
    box-shadow:1px 1px 6px #d9d9d9;
}
.navbar h1
{
   margin-top:32px; 
}
.navbar-toggler
{
    border:none;
    color: #000;
    font-size: 30px;
    margin-top:32px;
}
.navbar-nav
{
    margin-top:40px;
}
.navbar ul li a
{
    color:#444 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight:bold;
}

/* MAIN IMAGE */

#main-image
{
    margin-top:5px;
}
#main-image h2
{
    font-weight:normal;
    text-align:center;
    color:aliceblue;
    text-shadow: 0 0 3px #000;
    text-transform: uppercase;
    position: relative;
    bottom:200px;
}
.button1
{
    display: block;
    width:120px;
    height:50px;
    background-color:#ffbd59;
    text-align: center;
    
    margin:0 auto;
    line-height:50px;
    text-decoration: none;
    color:#fff;
    border-radius: 5px;;
    position: relative;
    bottom:200px;
    transition: all .2s ease-in-out 0s;
}
.button1:hover
{
    background-color: lightblue;
}

/*STEPS*/

#steps ul li
{   
    float:left;
    list-style: none;
    padding-top:140px;
    text-align:center;
    position: relative;
    bottom:100px;
}
#steps h4
{
    text-transform: uppercase;
    margin-bottom:20px;
}
#step1
{
    background:url('images/steps-icon-1.png') no-repeat top center; 
}
#step2
{
    background:url('images/steps-icon-2.png') no-repeat top center;
}
#step3
{
    background:url('images/steps-icon-3.png') no-repeat top center;   
}
/* POSSIBILITIES */

#possibilities
{
    background-color:#efefef;
    padding:30px 0;
}
#possibilities article
{
    width:100%;
    height:270px;
    margin:0 auto;
    border-radius: 10px;
    margin-bottom:20px;
    box-shadow: 1px 0 3px #444;
    transition: transform .5s;
    cursor:pointer;
}
.row .col-10
{
    margin:0 auto;
}

#possibilities article:hover
{
    
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.overlay
{
    background-color:rgba(255,255,255,0.95);
    height:100%;
    width:190px;
    padding:20px;
    border-radius: 10px 0 0 10px;
}
article h4
{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:20px;
    font-weight:bold;
}
#possibilities p
{
    text-align:center;
}
.button2
{
    color:#fff;
    background-color: #ffbd59;
    text-decoration:none;
    padding:6px 20px;
    border-radius: 3px;
    display: block;
    margin:0 auto;
    text-align:center;
}
.button2:hover
{
    color:#fff;
    background-color: lightblue;
    padding:6px 20px;
    border-radius: 3px;
}

/* CONTACT */

#contact
{
    margin-top:50px;
    margin-bottom: 80px;
    text-align:center;
}
#contact h3
{
    text-transform: uppercase;
    margin:0 auto 20px;
    width:400px;
    border-bottom:3px solid lightblue;
    padding-bottom:20px;
    
}
#contact form
{
   margin:60px auto 20px;
   text-align:start;
}

label
{
    font-weight:bold;
    font-size: 20px;
    margin-right:10px;
    color:#777;
    
}
input[type=text]
{
    padding:10px;
    font-size: 20px;
    margin-bottom:20px;
    border:2px solid #ddd; 
    border-radius: 5px;
}
input[type=email]
{
    padding:10px;
    font-size: 20px;
    margin-bottom:20px;
    border:2px solid #ddd; 
    border-radius: 5px;
}
.button3
{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding:11px;
    background-color: lightblue;
    border-style: none;
    margin: 0px auto;
    width:max-content;
    height:fit-content;
    transition: all .3s ease-in-out 0s;
}
.button3:hover
{
    color:#fff;
    background-color: #444;
}

/* FOOTER */
    
footer
{
    height:260px;
    background-color: #444;
}
footer h1
{
    color:#fff !important;
    text-align: center;
    padding-top:20px;
}
#copyright
{
    text-align: center;
    font-weight:bold;
    padding-top:30px;
    color:#777;
}
footer h5
{
    text-align: center;
    padding-top: 20px;
    color:#777;
}


