﻿body {
    min-width: 1000px;
    background-color: lightgray;
}

table {
    font-size: 25px;
}

.selected {
    background-color: blue;
}

.button {
    width: 400px;
    height: 70px;
    color: blue;
    background-color: #E1CB93;
    font-family: Brush Script MT;
    font-size: 50px;
    margin-top: 40px;
}

nav a {
    font-size: 2.0em !important;
    color: white !important;
}

nav li {
    padding-right: 45px !important;
}

h1 {
    color: blue;
    font-size: 45px;
    margin-left: 100px;
    margin-right: 100px;
}

p {
    font-size: 25px;
    margin-left: 100px;
    margin-right: 100px;
}

.DetailsView {
    font-size: 25px;
}

.Error {
    color: blue;
    font-size: 25px;
}

/* Welcome */
.EmailLabel{
    width:400px;
    height: 40px;
    font-size: 25px;
}

.EmailTextBox {
    width: 400px;
    height: 40px;
    font-size: 25px;
}

.LoginButton {
    width: 100px;
    height: 40px;
    font-size: 25px;
}

/* Edit */
.UploadLabel {
    font-size: 20px;
}

.UploadControl {
    font-size: 11px;
}

.Button {
    width: 280px;
}

.DeleteButton {
    width: 280px;
}

.DataPager {
    width: 100px;
    font-size: 50px
}

.checkboxsize input {
    width: 25px;
    height: 25px;
}

/* Footer */
.footer {
    color: black;
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

/* Position of default page centre in portrait mode */
@media only screen and (orientation: portrait) {
    .default {
        position: absolute;
        top: 30%;
    }

    h1 {
        font-size: 45px;
    }

    p {
        font-size: 35px;
    }

    .navbar-toggler-icon {
        font-size: 1.8em;
    }

    .navbar-toggler {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .DetailsView {
        font-size: 35px;
    }

    /* Welcome */
    .UploadLabel {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .EmailLabel {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .EmailTextBox {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .LoginButton {
        width: 200px;
        height: 60px;
        font-size: 40px;
    }

    /* Edit */
    .DeletePhotos {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .UploadLabel {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .UploadControl {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .Button {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    .DeleteButton {
        width: 600px;
        height: 60px;
        font-size: 40px;
    }

    /* Footer */
    .footer {
        font-size: 60px;
    }
}

@media only screen and (max-height: 450px), (orientation: landscape) {
    .navbar-toggler-icon {
        font-size: 1.8em;
    }

    .navbar-toggler {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Edit */
    .DeletePhotos {
        width: 500px;
        height: 50px;
        font-size: 30px;
    }

    .UploadLabel {
        width: 500px;
        height: 50px;
        font-size: 30px;
    }

    .UploadControl {
        width: 500px;
        height: 50px;
        font-size: 30px;
    }

    .Button {
        width: 500px;
        height: 50px;
        font-size: 30px;
    }

    .DeleteButton {
        width: 500px;
        height: 50px;
        font-size: 30px;
    }
}





