@charset "utf-8";
@font-face {
    font-family: "Orbitron-Regular";
    src: url(Orbitron/static/Orbitron-Regular.ttf);
    }
@media only screen and (max-width: 480px) {
    #mainParagraph {
        width: 50%;
        height: auto;
    }
    .nav{
     width: 30%;
    height: 20%;
    }
 }
@media only screen and (max-width: 768px) {
    #mainParagraph {
        width: 50%;
        height: auto;
    }
    .nav{
    width: 30%;
    height: 20%;
}
 }

html {
    background-color:rgb(255, 255, 255);
    }

/* images */
#logo { 
    width: 20%;
    height: 15%;
    float: left;
    border-radius: 9px;
    }

.mainImg {
    width: 45%;
    height: 50%;
    float: left;
    border-radius: 8px;
    margin: 100px;
    clear: left;
     }

#footerImg {
    height: 200px;
    width: 100%;
    display: block;
    }

#phoneImg, #emailImg {
    width: 20%;
    height: 20%;
    border-radius: 50%;
    }

/* Headings */

.mainTitle {
    margin: 75px;
    font-size: 3em;
    font-family: "Orbitron-Regular";
    color: #15103F;
    float: none;
    border: #15103F solid;
    display: inline;
    padding: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

#mainParagraph {
    font-size: 20px;
    margin: 15%;
    border: black solid;
    clear: right;
    display : flex;
    padding: 50px;
    font-family: sans-serif;
    }

#head {
    background-image: "banner.jpg";
}
 /* Nav Bar */
.nav {
    float : right;
    clear : right;
    font-family: "Orbitron-Regular";
    font-size: 22px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 40%;
    width: 25%;
    }

#about, #contact {
    background-color: #426B75;
    color:rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    }

#quote, #book {
    background-color: #56B2F4;
    color:rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    }

li {
  margin: 5px 0;
    }

a:hover {
    background-color: rgb(71, 128, 178);
    border-radius: 5px;
    }

a {
    color: inherit;
    text-decoration: none;
    }
 /* Nav Bar end*/

h2 {
    font-family: "Orbitron-Regular";  
    }

footer {
    clear: left;
    }

#contactEmail {
    display : block;
    font-family: sans-serif;
    font-size: 1.5em;
    text-align: center;
    float: left;
    background-color: #56B2F4;
    border: solid;
    border-color: black;
    border-radius: 15%;
    padding: 20px;
    margin: 10%;
    }

#contactPhone {
    display : block;
    font-family: sans-serif;
    font-size: 1.5em;
    text-align: center;
    float: right;
    background-color: #426B75;
    color: aliceblue;
    border: solid;
    border-color: black;
    border-radius: 15%;
    padding: 2%;
    margin: 10%;
    }
