﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-semibold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'RalewayMedium';
    font-weight: 500;
    src: url('../fonts/raleway/raleway-medium.ttf') format('truetype');
}


.mainprojects, .maincontact, .maintext {
    max-width: 100% !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: Roboto;
}

h3 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 56px;
}

h2 {
    font-size: 25px;
    font-weight: 500;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

header img {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 300px;
}

header .pos-f-t {
    position: fixed;
    right: 50px;
    top: 50px;
}

.navbar-toggler {
    background-color: #3d2e2e;
    border-radius: 80px;
    height: 80px;
    width: 80px;
}

    .navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:visited {
        border: 0px !important;
        outline: 0px;
    }

.pos-f-t .menu {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #343a40;
    width: 440px;
}

    .pos-f-t .menu div h5 {
        margin-top: 186px;
        margin-left: 30px;
        font-size: 56px;
    }

    .pos-f-t .menu div h6 {
        margin-top: 100px;
        margin-left: 30px;
        font-size: 30px;
        font-weight: 500;
        font-family: 'RalewayMedium', sans-serif;
    }


    .pos-f-t .menu .menucontact {
        position: absolute;
        color: white;
        bottom: 80px;
        left: 44px;
    }

        .pos-f-t .menu .menucontact h3 {
            letter-spacing: 2px;
        }

body {
    /* Margin bottom by footer height */
    margin: 0px;
    padding: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.photomain {
    width: -webkit-fill-available;
    width: 100%;
}

.maintext div {
    display: inline-block;
    width: 400px;
    margin: 0px 40px 0px 40px;
    vertical-align: top;
}

.maintext {
    text-align: center;
    margin-top: 5em;
}

    .maintext h2 {
        text-align: justify;
        padding-top: 58px;
        line-height: 34px;
    }

    .maintext h1 {
        text-align: left;
    }

        .maintext h1 span {
            font-weight: 500;
            font-family: 'RalewayMedium', sans-serif;
        }

    .maintext h3 {
        text-align: center;
    }


/* -------- mainprojects ------------*/
.mainprojects {
    text-align: center;
    margin-top: 8em;
}

    .mainprojects div {
        margin-top: 5em;
    }

        .mainprojects div img {
            border: 0px;
        }

/* contact */
.maincontact {
    padding-top: 2em;
    text-align: center;
    margin-top: 8em;
    background-color: #3d2e2e;
    color: white;
    padding-bottom: 2em;
}

    .maincontact div {
        margin: auto;
        display: inline-block;
    }


@media (max-width: 700px) {
    .maincontact div input, .maincontact div textarea {
        width: 76vw !important;
    }

    .maintext div {
        width: 76vw;
        text-align:left;
    }
    .maintext h2 {
        text-align: left;
    }


        .maincontact h1 {
            width: 200px;
            margin: auto;
        }

    .mainprojects img {
        width: 100%;
    }

    header img {
        width: 120px;
        top: 20px;
        left: 20px;
    }
}


.maincontact div input, .maincontact div textarea {
    color: white;
    display: block;
    border: 0px;
    border-bottom: 2px white solid;
    width: 500px;
    margin: 40px;
    height: 2em;
    background-color: #3d2e2e;
}
.maincontact a{
    text-decoration:none;
}

.maincontact div textarea {
    height: 4em;
    min-height: 4em;
    max-height: 20em;
}

    .maincontact div input:focus, .maincontact div textarea:focus {
        border: 0px;
        border-bottom: 2px white solid;
        outline: 0px;
    }

    .maincontact div input::placeholder, .maincontact div textarea::placeholder {
        color: white;
    }


.button {
    background-color: #3d2e2e !important;
    font-weight: bold;
    border: 0px !important;
}

.pb-3 {
    padding: 0px !important;
}
