/*
* Document Name:
* Purpose:
* Author:
* Date:
*/

/*Declaring css variable's*/
:root {

    /*Color variable's*/
    --backgroundgrey: #454B4F;
    --textgrey: #454545;
    --lighttextgrey: #A7A7A7;
    --orange: #DF7040;
    --white: #ffffff;
    --black: #000000;

    /*Font Sizes*/
    --fulltitle: 52px;
    --fullsubtitletext: 45px;
    --fullnavtext: 20px;
    --fullparagraphtext: 25px;

    --mediumsubtitletext: 32px;
}

  
/*----------------BODY-----------------*/
@font-face {
    font-family: myFirstFont;
    src: url('/fonts/Interfont.ttf');
}

body{
    font-family: myFirstFont;
    background-color: var(--white);
    padding: 0%;
    margin: auto;
    overflow-x:hidden;
    height: 100%;
    overflow-y: hidden;
}

.display-contents {display: none;}

.icon {
    display: none;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    
  }

  .dots{
    text-align: center;
    margin-top: -250px;
  }
  
  .activated {
    background-color: #37B5FF;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 0.5s;
  }
  
  @keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
  }

/*---------------END OF BODY-------------*/

/*--------------TOPNAVBAR----------------*/
.topnav{
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: var(--backgroundgrey);
    top: 0;
    z-index: 1
}

.topnavimage{
    width: fit-content;
    height: 100px;
    float: left;
    margin-left: 20px;
}

.topnavimage img{
    width: 100%;
    height: 110%;
}

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 100px;
}

.topnavtext a{
    color: var(--lighttextgrey);
    font-size: var(--fullnavtext);
    text-decoration: none;
    padding: 10px;
    transition: 0.1s;

}

.topnavtext .active{
    color: var(--orange);
    font-weight: bold;
}

.topnav a:hover{
    color: var(--orange);
    font-weight: bolder;
    transition: 0.3s;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 105vh;
}

.display-contents img{
    width: 100%;
    height: 105vh;
}

.display-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: var(--fulltitle);
    font-weight: bold;
}

.hold-button{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.display-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

.hold-button a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}
/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    background-color: var(--white);
}

.divisions-title{
    width: 100%;
    height: fit-content;
    text-align: center;
    padding-top: 10px;
    color: var(--textgrey);
}

.divisions-title h1{
    font-size: var(--fullsubtitletext);
}

.divisions-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.division-box {
    height: 380px;
    width: 400px;
    display: inline-block;
    margin-right: 100px;
    margin-left: 100px;
}

.division-box a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

.division-box h1 {
   color: var(--textgrey);
   margin-bottom: 50px;
}

.division-box img {
    width: 100%;
    height: 100%;
}

.divisions-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 950px;
 border-top: solid;
 border-color: var(--lighttextgrey);
 margin-top: 0px;
 background-color: var(--white);
}

.about-us-title{
    width: 100%;
    height: fit-content;
    color: var(--textgrey);
}

.about-us-title h1{
    margin-left: 150px;
    font-size: var(--fullsubtitletext);
}

.information-container {
    width: 100%;
    margin: 0; 
    height: 800px;
}

.info-box-left {
    height: 380px;
    width: 40%;
    border-radius: 50px;
    float: left;
    height: 100%;
}

.info-box-left h1 {
    margin-left: 150px;
    font-size: var(--mediumsubtitletext);
    color: var(--textgrey);
}

.info-box-left p {
    margin-left: 150px;
    color: var(--black);
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
}

.info-box-right {
    height: 380px;
    width: 60%;
    height: 100%;
    border-radius: 50px;
    float: right;
}

.celebration {
    width: 100%;
    height: 300px;
    text-align: center;
}

.celebration img {
    width: 25%;
    height: 300px;
}

.what-we-do{
    width: 100%;
    height: 350px;
}

.what-we-do img{
    width: 100%;
    height: 450px;
    margin-top: -50px;

}

.service-info{
    width: 100%;
    height: 150px;
}

.service-info h1{
    margin-left: 150px;
    font-size: var(--mediumsubtitletext);
    color: var(--textgrey);
}

.service-info p{
    margin-top: -15px;
    margin-left: 150px;
    font-size: var(--fullparagraphtext);
    color: var(--black);
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/
.services-container{
    border-top: 1px;
    border-top: 4px solid;
    border-top: solid var(--lighttextgrey);
    width: 100%;
    height: 300px;
    text-align: center;
    color: var(--black);
    background-color: var(--white);
}

.services-container h1{
    font-size: var(--fullparagraphtext);
    font-weight: normal;
    margin-top: 50px;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-box {
    height: 380px;
    width: 400px;
    display: inline-block;
    margin-right: -50px;
    margin-left: -50px;
    margin-top: 50px;
}

.services-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

.services-box a:hover {
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 150px;
    background-color: var(--orange);
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 250px;
}

.expert-title h1{
    color: var(--white);
    margin-top: 55px;
}

.expert-contact {
    width: 30%;
    margin-right: 250px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 45px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: var(--orange);
    background-color: var(--white);
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--black);
    background-color: var(--white);
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: var(--orange);
    background-color: var(--white);
    text-decoration: none;
}

/*End of need an expert*/

.spacer-before{
    width: 100%;
    height: 200px;
    margin-top: -10px;
    background-color: var(--white);
}

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    width: 470px;
    height: 200px;
}

.logo-footer img{
    width: 100%;
    height: 100%;
    margin-top: 25px;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -200px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -20px;
    margin-left: -20px;
    text-align: left;
    margin-top: 30px;
}

.footer-info-box h1{
 font-size: var(--fullparagraphtext);
 color: var(--orange);
}

.footer-info-box a{
    text-decoration: none;
    color: var(--white); 
    transition: 0.3s;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 30px;
    margin-right: 300px;
    margin-left: -300px;
}

.footer-info-box-message h1{
   font-size: var(--fullparagraphtext);
   color: var(--orange);
}

.info-contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

.footer-spacer-contact{
    width: 100%;
    height: 25px;
}

.footer-copyright {
    background-color: #454545;
    width: 100%;
    height: 20px;
    margin-top: -20px;
    text-align: center;
}

.footer-copyright h1{
    font-size: 12px;
    color: var(--white);
}

.footer-info-box a:hover{
    font-weight: bold;
    transition: 0.3s;
}

.footer-info-box-message a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

/***********************************SCREEN SIZING*****************************************************/

@media screen and (max-width: 1800px) and (min-width: 1280px) {

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;    
  }

  .dots{
    text-align: center;
    margin-top: -150px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 100px;
    margin-left: -5px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 10px;
}

.topnav a{
    font-size: 15px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/

.display-text-centered {
    margin-top: -10px;
    font-size: 45px;
}

.hold-button{
    top:65%;
}
.display-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: max-content;
    margin-top: -50px;
    padding-bottom: 50px;
    
}

.divisions h1{
    font-size: 25px;
}

.divisions-container {
    margin-top: -80px;
}

.division-box {
    height: 300px;
    width: 400px;
    display: inline-block;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 80px;
}

.divisions-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 600px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 100px;
    font-size: 30px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 40%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 100px;
    font-size: 25px;
}

.info-box-left p {
    margin-left: 100px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
    height: fit-content;
    width: 60%;
    border-radius: 50px;
    float: right;
}

.celebration {
    width: 100%;
    height: 300px;
    text-align: center;
}

.celebration img {
    width: 25%;
    height: 150px;
}

.what-we-do{
    width: 100%;
    height: 350px;
}

.what-we-do img{
    width: 100%;
    height: 200px;
    margin-top: -120px;

}

.service-info h1{
    margin-left: 80px;
    font-size: 25px;
    margin-top: -280px;
}

.service-info p{
    margin-top: -15px;
    margin-left: 80px;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 15px 50px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 120px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 50px;
}

.expert-title h1{
    margin-top: 50px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -100px;
    margin-left: -100px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 20px;
}

.footer-info-box p{
    font-size: 15px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -50px;
}

.footer-info-box-message h1{
   font-size: 20px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
}

/*Ipad landscape*/
@media screen and (max-width: 1279px) and (min-width: 999px) {

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;    
  }

  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 100px;
    margin-left: -5px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 10px;
}

.topnav a{
    font-size: 15px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display-contents img{
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.display-text-centered {
    top: 300px;
    font-size: var(--fulltitle);
    width: 50%;
    margin: auto;
}

.hold-button{
    top:450px;
}
.display-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.display{
    width: 100%;
    height: 600px;
}

.display-contents img{
    width: 100%;
    height: 100%;
}
/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: max-content;
    margin-top: -50px;
    padding-bottom: 50px;
    
}

.divisions h1{
    font-size: 25px;
}

.divisions-container {
    margin-top: -80px;
}

.division-box {
    height: 300px;
    width: 400px;
    display: inline-block;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 80px;
}

.divisions-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 600px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 100px;
    font-size: 30px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 40%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 100px;
    font-size: 25px;
}

.info-box-left p {
    margin-left: 100px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
    height: fit-content;
    width: 60%;
    border-radius: 50px;
    float: right;
}

.celebration {
    width: 100%;
    height: 300px;
    text-align: center;
}

.celebration img {
    width: 25%;
    height: 150px;
}

.what-we-do{
    width: 100%;
    height: 350px;
}

.what-we-do img{
    width: 100%;
    height: 200px;
    margin-top: -120px;

}

.service-info h1{
    margin-left: 80px;
    font-size: 25px;
    margin-top: -280px;
}

.service-info p{
    margin-top: -15px;
    margin-left: 80px;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 15px 50px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 120px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 50px;
}

.expert-title h1{
    margin-top: 50px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -100px;
    margin-left: -100px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 20px;
}

.footer-info-box p{
    font-size: 15px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -50px;
}

.footer-info-box-message h1{
   font-size: 20px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

}

/*IPAD Portrait*/
@media screen and (max-width: 999px) and (min-width: 775px) {

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    text-align: center;
    margin-top: -50px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 15px;
    margin-left: -20px;
}

.topnav a{
    font-size: 14px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: fit-content;
}

.display-contents img{
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.display-text-centered {
    top: 200px;
    font-size: 30px;
}

.hold-button{
    top:300px;
}
.display-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: fit-content;
    width: 100%;
    margin-top: -50px;
    padding-bottom: 50px;
}

.divisions h1{
    font-size: 25px;
}

.divisions-container {
    margin-top: -80px;
    text-align: center;
    width: 100%;
}

.division-box {
    height: 350px;
    width: 450px;
    display: inline-block;
    margin-top: 80px;
}

.division-box h1{
    margin-bottom: 20px;
}

.divisions-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 450px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 50px;
    font-size: 25px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 100%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 50px;
    font-size: 20px;
}

.info-box-left p {
    margin-left: 50px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
   display: none;
}

.service-info h1{
    margin-left: 50px;
    font-size: 20px;
    margin-top: -280px;
}

.service-info p{
    margin-top: -15px;
    margin-left: 50px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 55px;
}

.expert-title h1{
    margin-top: 40px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: -100px;
    margin-left: -220px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 15px;
}

.footer-info-box p{
    font-size: 12px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 60px;
    margin-left: 30px;
}

.footer-info-box-message h1{
   font-size: 15px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

}

/*Iphone*/
@media screen and (max-width: 774px) and (min-width: 500px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    text-align: center;
    margin-top: -30px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 90px;
    margin-left: -20px;
}

.topnav a{
    font-size: 12px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: fit-content;
}

.display-contents img{
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.display-text-centered {
    top: 200px;
    font-size: 25px;
}

.hold-button{
    top:250px;
}
.display-btn{
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: fit-content;
    margin-top: 5px;
    width: 100%;
    padding-bottom: 50px;
}

.divisions h1{
    font-size: 25px;
}

.divisions-container {
    margin-top: -80px;
    text-align: center;
}

.division-box {
    height: 200px;
    width: 280px;
    display: inline-block;
    margin-top: 80px;
}

.division-box h1{
    margin-bottom: 20px;
}

.divisions-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 380px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 20px;
    font-size: 25px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 100%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 20px;
    font-size: 20px;
}

.info-box-left p {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
   display: none;
}

.service-info h1{
    margin-left: 20px;
    font-size: 20px;
    margin-top: -280px;
}

.service-info p{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/
.services-container{
    height: fit-content;
    padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 30px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: -50px;
    margin-left: -200px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 16px;
}

.footer-info-box a{
    font-size: 12px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 16px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}

}

/*Iphone pro screens*/
@media screen and (max-width: 499px) and (min-width: 400px) {

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-left: -20px;
}

.topnav a{
    font-size: 16px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 350px;
    text-align: center;
    margin-top: -20px;
}

.display-contents img{
    width: 100%;
    height: 250px;
    margin-top: 100px;
}

.display-text-centered {
    height: 50px;
    font-size: 25px;
    width: 100%;
    top: 200px;
}

.hold-button{
    top:250px;
    width: 100%;
}
.display-btn{
    padding: 15px 25px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: fit-content;
    margin-top: -5px;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.divisions h1{
    font-size: 25px;
}

.divisions-container {
    margin-top: -80px;
    text-align: center;
}

.division-box {
    height: 150px;
    width: 220px;
    display: inline-block;
    margin-top: 80px;
}

.division-box h1{
    margin-bottom: 20px;
}

.divisions-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 450px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 20px;
    font-size: 25px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 100%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 20px;
    font-size: 20px;
}

.info-box-left p {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
   display: none;
}

.service-info h1{
    margin-left: 20px;
    font-size: 20px;
    margin-top: -280px;
}

.service-info p{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/
.services-container{
   height: fit-content;
   padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 25px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: 50px;
    margin-left: -50px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 12px;
}

.footer-info-box p{
    font-size: 8px;
}

.footer-info-box a{
    font-size: 8px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 12px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}


}

/*Iphone Mini Screens*/
@media screen and (max-width: 399px) and (min-width: 320px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 90px;
    margin-left: -20px;
}

.topnav a{
    font-size: 12px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: fit-content;
    text-align: center;
}

.display-contents img{
    width: 100%;
    height: 10%;
    margin-top: 100px;
}

.display-text-centered {
    top: 150px;
    font-size: 20px;
    width: 100%;
    height: fit-content;
}

.hold-button{
    top:210px;
    width: 100%;
}
.display-btn{
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

/*-----------End Of Display------------*/

/*--------------Divisions----------------*/
.divisions{
    height: fit-content;
    margin-top: -5px;
    width: 100%;
    padding-bottom: 50px;
}

.divisions h1{
    font-size: 20px;
}

.divisions-container {
    margin-top: -80px;
    text-align: center;
}

.division-box {
    height: 110px;
    width: 120px;
    display: inline-block;
    margin-top: 80px;
}

.division-box h1{
    margin-bottom: 20px;
}

.divisions-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}

/*--------------End Of Devision's----------------*/

/*--------------Divisions----------------*/
.about-us-container{
 width: 100%;
 height: 450px;
}

.about-us-title{
    width: 100%;
    height: fit-content;
}

.about-us-title h1{
    margin-left: 20px;
    font-size: 25px;
}

.information-container {
    width: 100%;
    margin: 0; 
    height: fit-content;
}

.info-box-left {
    height: fit-content;
    width: 100%;
    border-radius: 50px;
    float: left;
}

.info-box-left h1 {
    margin-left: 20px;
    font-size: 20px;
}

.info-box-left p {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.info-box-right {
   display: none;
}

.service-info h1{
    margin-left: 20px;
    font-size: 20px;
    margin-top: -280px;
}

.service-info p{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

/*-----------End Of About Us-----------*/
.services-container{
   height: fit-content;
   padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 25px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: 50px;
    margin-left: -50px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 12px;
}

.footer-info-box p{
    font-size: 8px;
}

.footer-info-box a{
    font-size: 8px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 12px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}

.footer-copyright h1{
    font-size: 5px;
}
}