    @import http: //fonts.googleapis.com/css?family=Lato:100,300,400);
    @import http: //fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
    @import http: //fonts.googleapis.com/css?family=Lora);
    @import http: //fonts.googleapis.com/css?family=Oswald:400,300,700);
    @import http: //fonts.googleapis.com/css?family=Economica:400,700,400);
    @import http: //fonts.googleapis.com/css?family=Michroma);
    @import url(https://fonts.googleapis.com/css?family=Candal);
    @font-face {
        font-family: Gotham-Rounded-Light_21020;
        src: url('fonts/Gotham-Rounded-Light_21020.ttf');
    }
    
    @media(max-width:768px) {
        .navbar-toggle {
            background-color: dimgrey!important;
        }
        .navbar-collapse {
            text-align: center;
        }
        .navbar-brand {
            color: white!important;
        }
        .navbar {
            padding-top: 0px !important;
            background-color: #222 !important;
        }
    }
    
    .navbar {
        padding-top: 20px;
        border-bottom-color: transparent;
        background-color: transparent;
    }
    
    .navbar-inverse .navbar-nav > .active > a {
        background-color: transparent;
        color: white;
    }
    
    .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: rgba(255, 255, 255, 0.25) !important;
        color: white !important;
    }
    
    .navbar .navbar-brand {
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
    }
    
    .navbar .navbar-brand:hover {
        color: white;
        font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
    }
    
    .navbar .nav > li > a {
        color: white;
        background-color: transparent;
        font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
        transition-delay: 0s;
        transition-duration: 0.5s;
        font-size: 13px;
        transition-property: background-color;
        transition-timing-function: ease-in-out;
        display: inline-block;
        border-radius: 6px;
    }
    
    .navbar .nav > li > a:hover {
        color: white;
        background-color: rgba(255, 255, 255, 0.25);
        transition-delay: 0s;
        transition-duration: 0.5s;
        transition-property: background-color;
        transition-timing-function: ease-in-out;
    }
    
    .btn_Mid {
        padding-top: 20px!important;
        padding-bottom: 20px !important;
        padding-left: 20px!important;
        padding-right: 20px!important;
        text-transform: uppercase;
        margin-top: 100px;
        background-color: transparent !important;
        font-size: 20px;
        font-weight: 900;
        font-family: Gotham-Rounded-Light_21020;
        transition: background-color, 1s, ease-in-out;
        color: black;
    }
    
    .btn_Mid:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
        transition: background-color, 1s, ease-in-out;
    }
    
    #headerwrap {
        height: calc(110vh - 40px);
        width: 100%;
        background: url('img/Background.jpg') no-repeat center;
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 250px;
        margin-top: -120px;
    }
    
    .CoverText {
        color: black;
        font-family: Gotham-Rounded-Light_21020;
        font-size: 50px;
        line-height:
    }
    
    .btn_Sign {
        font-family: font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
        transition: background-color 1s ease-in-out, color 1s ease, letter-spacing 0.5s ease-in-out;
        color: white!important;
    }
    
    .btn_Sign:hover {
        background-color: whitesmoke;
        transition-delay: 0s, 0s;
        transition-duration: 0.5s, 0.5s;
        transition-property: background-color;
        transition-timing-function: ease-in-out, ease-in-out;
        visibility: visible;
    }
    
    .bg_AboutMe {
        height: 100vh;
    }
    
    .AboutMe {
        text-align: center;
        margin-top: 130px;
        margin-bottom: 40px;
        font-size: 30px;
        font-family: 'Candal', sans-serif;
    }
    
    .TextAbout {
        text-align: center;
        font-size: 17px;
        font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
        margin-bottom: 130px;
    }
    
    .img-responsive1 {
        display: block;
        max-width: 70%;
        margin-left: 15%;
        margin-top: 40%;
        border-radius: 100%;
        width: 350px;
        height: 300px;
    }
    
    .space {
        padding-top: 30px;
    }
    
    .btn_Resume {
        margin-top: 30px;
        width: 250px;
        background-color: deepskyblue;
        font-family: 'Gotham-Rounded-Light_21020', Source Sans Pro, Helvetiva, Arial, sans-serif;
    }
    
    .btn_Resume:hover {
        background-color: deepskyblue;
    }