﻿@import "coverpage_styles.css";
@import "titlepage_styles.css";
@import "researchfolio_styles.css";
@import "sketchbook_styles.css";
@import "designbrief_styles.css";
/*
* {
    border: 1px solid black;
}
*/
body{
    font-family: "Calibri";
    margin-right: 0%;
    margin-left: 0%;
}
header {
    width: 100%;
    font-weight: bold;
    margin: 2%;
    padding-bottom: 1%;
    font-size: 150%;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 100%;
    }
h3 {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-indent: 0.5em;
}
footer {
    width: 101%;
    position: fixed;
    height: 7%;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;

}
.pageturn {
    width: 100%;
    height: 100%;
    }
.prevpage, .nextpage {
    display: inline-block;
    overflow: visible;
    position: relative;
    height: 100%;
    background: none;
    color: white;
    opacity: 0;
    padding-top: 1%;
    font-family: "Arial";
    font-size: 150%;
    text-align: center;
    text-decoration:none;
    z-index: 3;
}
.prevpage {
    width: 19%;
    
} 
.nextpage {
    width: 80%;
    }
footer a:hover{
    visibility:visible;
    background: #DBE9F4;
    color:#a9becf;
    opacity: 0.8;
    cursor: alias ;
}
a {
    color: navy;
    font-weight: 500;
}
