/*

        Author: Josiah Truelove
        Date: 11/12/2020
        Assignment: Lab8
        Purpose: Exploring more with CSS

*/

body {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

/*

nav {
    display: block;
    background: #000;
    width: relative;
    margin: auto;
    height: 50px;
}

nav a {
    display: block;
    float: left;
    margin:auto;
    color: yellow;
    width: 25%;
    text-decoration: none;
    position: relative;
    top: 20px;
    text-align: center;
}

nav a:hover {
    color: #0F0;
}

nav a:active {
    color: #0F0;
}

*/

h1 {
    text-align: center;
}

.logo {
    display: block;
    margin: auto;
    width: 25%;
}



.products {
    border-radius: 25%;
    max-width:100%;
    min-width: 100%;
}



.individualphoto {
    display: block;
    margin: auto;
    border-radius: 25%;
    width: 40%;
    height: auto;
}

.anchorimages {
    color: black;
    text-decoration: none;
    margin:auto;
    text-decoration: none;
    text-align: center;
    font-size: relative;
    
    
}

.p1 {
    font-size: 1.70em;
    text-align: justify;
}

.p2 {
    
    margin-right: 25%;
    margin-left: 25%;
}

.p3 {
    font-size: 4.0rem;
    text-align: center;
}

.p4 {
    font-size: 4.0rem;
    margin-right: 32.5%;
    margin-left: 32.5%;
}

.p4 span {
    text-align: right;
}

iframe {
    width:relative;
    height:relative;
}

container {
    background-color: red;
}

/*

div{
    background-color: white;
}

*/
.contactus {
    display: table;
    margin: 0 auto;
}

.centerofscreen {
    display: table;
    margin: 20px auto 0 auto;
    font-size: 2vw;
}

.indexphotos {
    width: 100%;
    border-radius: 25%;
}

.backa {
    text-decoration: none;
}

.backa:hover {
    color:chartreuse;
}

.backgrid {
    padding: 0 0 0 30%;
    font-size: 2.0rem;
}

.tableManip {
    text-align: center;
}

/* Original code ends here */

/*                         */

/*          END            */