/* Write the CSS code to develop your Presentation Layer Here */
body {
    background: url(images/bgdesktop.jpg);
    background-size: cover;
    background-attachment: fixed;
}
body nav a:not(.navbar-brand) {
    color: antiquewhite !important;
}
body nav a:hover:not(.navbar-brand) {
    color: #a37 !important;
}
nav li {
    color: #fff;
}
nav .navbar-brand {
    font-family: 'Cinzel', serif;
}
nav .navbar-toggler {
    position: relative;
}
.container h1,h2,h3,h4,h5,h6 {
    font-family: 'Cinzel', serif;
}
.container a {
    color: rgb(90, 90, 83);
}
.container a:hover {
    color: white;
}

.container img {
    display: block;
    margin: 0 auto;
}
.container h1,h2,h3,h4 {
    text-align: center;
    padding: 10px;
}
.container p {  
    padding: 5px 20px;
    font-family: Geneva;
}
.container ul,ol {
    list-style-position: inside;
}

.container li {
    font-family: Geneva;
    font-size: 17px;
}
.section-image {
    position: relative;
    padding-top: 10px;
}

.centered {
    position: relative;
    top: 50%;
  }
  .centered h1 {
    color: #ffe;
    background-color: rgba(0, 0, 0, 0.55);
    font-weight: 600;
    font-size: 72px;
    
  }
span {
    display: block;
}

.section {
    width: 50%;
    padding: 4px;
    border: 2px solid #000;
}
img.section {
    text-align: center;
    margin: 0 auto;
    
}
.bgpage {
    background: rgba(224, 201, 166, 0.85);
}
.table {
    background: rgba(255, 255, 255, 0.85);
}
.social-media {
    padding: 20px;
    margin: auto;
}
.social-media img{
    width: 25%;
}

.pcentered {
    text-align: center;
}
.prefund {
    width: 50%;
    margin: 0 auto;
}

.pricing p {
    text-align: center;
}

.commform li {
    text-align: justify;
    width: 99%;
}

.accept {
    color: rgb(90, 90, 83);
    text-decoration: underline;
    cursor: pointer;
}

.accept:hover {
    color: white;
}

.stages {
    color: rgb(90, 90, 83);
    text-decoration: underline;
    cursor: pointer;
}

.stages:hover {
    color: white;
}

.final {
    color: rgb(90, 90, 83);
    text-decoration: underline;
    cursor: pointer;
}

.final:hover {
    color: white;
}

.acceptance {
    display: none;
    background: rgba(100, 100, 100, 0.15);
}

.key_stages {
    display: none;
    background: rgba(100, 100, 100, 0.15);
}

.final_product {
    display: none;
    background: rgba(100, 100, 100, 0.15);

}
.lines,.flats,.shaded,.painted {
    cursor: pointer;
    color: rgb(90, 90, 83);
    text-decoration: underline;
}

.lines:hover,.flats:hover,.shaded:hover,.painted:hover {
    color: white;
}


.modal img {
    padding: 5px;
    width: 100%;
    cursor: default;
}

.row img:not(.avatar, .modal-content img) {
    cursor: pointer;
    padding: 5px;
}

.row .col-sm-6 img {
    width: 100%;
}

.row img:not(.avatar, .modal-content img):hover {
    opacity: 50%;
}

.recentcom img:not(.modal-content img) {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;

}


.row .contact-text p{
    font-size: 14px;
    color: #022;
}


.avatar {
    width: 75%;
    padding: 20px;
    border-radius: 50%;
}

/*Media Queries*/
@media only screen and (max-width: 1100px)  {
    body {
        background: url(images/bgtablet.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    p {
        font-size: large;
    }
    li {
        font-size: larger;
    }
    h1 {
        font-size: larger;
    }
}
@media only screen and (max-width: 600px) {
    body {
        background: url(images/bgmobile.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    nav {
        width: 100%;
    }

    nav .navbar-brand {
        width: 25%;
        font-size: 90%;
    }

    .bgpage {
        width: 100%;
    }
    .table {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.35);
    }
    th,td {
        width: 80%;
    }
    
    .section-image {
        width: 100%;
    }
    img.section {
        width: 100%;
    }
    .centered h1 {
        font-size: 14px;
    }

    p, li {
        width: 100%;
    }

    ol,ul {
        width: 80%;
        margin: 0 auto;
    }

    .modal-content:not(.modal-header) {
        background-color:#022;
        color: #fff;
    }
    .row img:not(.social-media img, .col-sm-6 img) {
        width: 100%;
    }
}

@media only screen and (max-width: 300px) {
    body {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
    }
    
    .section-image {
        width: 75%;
    }
    img.section {
        width: 100%;
    }
    .table {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.25);
    }
    th,td {
        width: 80%;
    }
    .modal-content:not(.modal-header) {
        background-color:#022;
        color: #fff;
    }
}
