﻿@font-face {
    font-family: quicksand;
    src: url(font/Quicksand-Regular.ttf)
}


html, body {
    height: 100%;
    width: 100%;
    font-family: quicksand;
    scroll-behavior: smooth;
}

.navbar {
    background-color: #3CD3AD;
    padding: 1% 0;
    font-size: 1.4em;
}

.navbar-logo {
    min-height: 55px;
    padding: 0 250px 5px;
}

.navbar-default .navbar-nav li a {
    color: #fff;
}

.navbar-default .navbar-nav li a:hover {
    color: #D5D5D5;
}

#home {
    background-color: rgba(60, 211, 173, 0.6);
    background: url(img/code.png) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}

.landing-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.landing-text h1 {
    color: #fff;
    font-size: 500%;
    font-weight: 700;
}

.landing-text h3 {
    color: #fff;
    font-size: 175%;
    font-weight: lighter;
    margin-bottom: 20px;
}

.padding {
    padding: 80px 0;
}

.padding img {
    width: 100%;
}

#fixed {
    background: url(img/code2.png) no-repeat center center fixed;
    display: table;
    height: 60%;
    position: relative;
    width: 100%;
    background-size: cover;
}

footer {
    width: 100%;
    background-color: #3CD3AD;
    padding: 3% 2% 3% 2%;
    color: #fff;
}

.fab {
    padding: 15px;
    font-size: 25px;
    color: #fff;
}

.fab:hover {
    color: #D5D5D5;
    text-decoration: none;
}

.icon {
    max-width: 200px;
    
}

.con h2 {
    font-size: 50px;
}

.con p {
    font-size: 20px;
}











