*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'sora','Segoe UI','Regular';
}
/*header content*/
div#content
{
    box-sizing:border-box;
    position: sticky;
    top:0;
    z-index: 1;
}
#content header
{
    display:flex;
    justify-content: space-between;
    width:100%;
    background:#FFFFFF;
    height:125px;
    transition: all 0.4 ease 0s;
}
.logo
{
    margin-right:3%;
    margin-left:5%;
    width:100%;
}
.main_header nav
{
    margin-top:5%;
    margin-right:5%;
    margin-left:2%;
}
.main_header ul
{
    display: flex;
    justify-content: center;
    width:100%;
    margin:0 auto;
    padding:0;
}
.main_header ul li
{
    list-style: none;
    margin-top:0%;
    box-sizing: border-box;
    width:200px;
    height:40px;
    text-align: center;
}
.main_header .main_nav li a
{
    text-decoration: none;
    font-size:	1.125rem;
    color:#0787C7;
    cursor: pointer;
}
.main_header .main_nav li a:hover
{
    text-decoration: underline;
}
.main_header .main_nav li .drop-down
{
    left:0;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display:none;
}
.main_header .main_nav li .drop-down li a:hover
{
    text-decoration: none;
}
.main_header .main_nav li.content5 
{
    text-decoration:none;
}
.main_header .main_nav li:hover .drop-down
{
    display:block;
}
.main_header .main_nav li .drop-down a
{
    color:#F7A707;
    background:transparent;
}
.main_nav li.content5 a
{
    padding:0.625rem 1.25rem;
    background:  #F7A707;
    border-radius: 25px;
    color:#FFFFFF;
    opacity:1;
}
.main_nav li.content5 a:hover
{
    text-decoration: none;
    background:#FFFFFF;
    color:#F7A707;
    border:1px solid #F7A707;
}
.navbar-toggle
{
    display: none;
}

/*firstpage_mid_content*/
#content1
{
    box-sizing:border-box;
    background-color:transparent;
}
#content1 section
{
    display:flex;
    justify-content: space-between;
    margin-top:5%;
    width:100%;
}
aside#left img
{
    display: block;
    width:100%;
}
aside#left img.image-left
{
    display:none;
}
aside#right img
{
    display:block;
    width:100%;
}
main#first_page
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:50%;
    margin-left:3%;
    margin-right:3%;
    margin-top:7%;
}
#first_page h1
{
    text-align: center;
    top: 0px;
    left: 0px;
    letter-spacing: 0px;
    color: #2A3442;
    font-size: 	3.375rem;
}
#first_page p
{
    font-size:1.625rem;
    width:100%;
    margin-top:3%;
}
#first_page p span
{
    text-decoration: underline;
}

/*vision content*/
#vision_content
{
  box-sizing:border-box;
  background-color:transparent;
  display:flex;
  width:80%;
  margin-left: 10%;
  margin-right:10%;
  margin-top:10%;
}
#vision-feed
{
  background: #0787C7;
  color:#FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius:25px;
  display:flex;
  justify-content:left;
  flex-direction: column;
}
#vision-feed h2
{
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: normal;
  font-size:	1.875rem;
  text-align: left;
  margin:5% 5% 1% 5%;
}
#vision-feed p
{
  margin:0px 5% 5% 5%;
  font-size:1.5625rem;
  text-align: left;
}

/*work section*/
header#work_header 
{
    display:flex;
    justify-content: space-around;
    margin-top:10%;
    color:#2A3442;
    font-size: 1.75rem;
}
span.kletter
{
    color: #F7A707;
}
span.iletter
{
    color: #0787C7;
}
span.tletter
{
    color: #E31E24;
}
span.eletter
{
    color: #B0CB1F;
}
div.work_img img
{
    display:flex;
    width:80%;
    margin-top:5%;
    margin-left: 10%;
    margin-right: 10%;
}
div.work-img-1 img
{
    display:none;
}

/*bottom middle page*/
#bottom_page
{
    box-sizing:border-box;
    background-color:transparent;
    margin-top:10%;
}
#bottom_page section
{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:5%;
    width:100%;
}
aside#bottomgroup_left img
{
    display: block;
    width: 100%;
}
aside#bottomgroup_left .left-design
{
    display:none;
}
aside#bottomgroup_right img
{
    display:block;
    width: 100%;
}
aside#bottomgroup_right .right-design
{
    display:none;
}
main#b_mid_con
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:50%;
    margin-left:3%;
    margin-right:3%;
}
#b_mid_con h2
{
    letter-spacing: 0px;
    text-align:center;
    color: #2A3442;
    font-size:2.625rem;
    width:100%;
}
#b_mid_con p
{
    letter-spacing: 0px;
    color: #2A3442;
    font-size:1.375rem; 
    width:100%;
}
div#contact_section
{
    display: flex;
    justify-content: center;
    text-decoration:none;
}
div#contact_section a
{
    font-size:1.5rem;
    border: 2px solid #0787C7;
    background:#FFFFFF;
    border-radius: 30px;
    color:#0787C7;
    padding:1.5% 7%;
    text-decoration:none;
    cursor: pointer;
}
#contact_section a:hover
{
    background: #0787C7;
    color:#FFFFFF;
}
#contact_section-1
{
    display:none;
}
/* page footer content*/
#footer
{
    box-sizing: border-box;
    background: #2A3442;
    color:#FFFFFF;
    font-size: 1.25rem;
    font-family: 'sora';
    width:100%;
    height:100px; 
}
.footer_content
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content span
{
    margin-top:2%;
    margin-left:5%;
    margin-right: 5%;
}
.footer_content span a
{
    color:#FFFFFF;
}
.fc_3 img
{
    width:48px;
    height:48px;
    border-radius: 50%;
    padding:2% 2%;
    background:#FFFFFF;
}
#footer-1
{
    display:none;
}
/*media queries*/
@media only screen and (max-width:1024px)
{
    .main_header nav
    {
        margin-top:7%;
    }
    .main_header ul li
    {
        width:150px;
        height:30px;
    }
    main#first_page
    {
        width:80%;
        margin-top:7%;
    }
    #first_page h1
    {
        top: 0px;
        left: 0px;
        letter-spacing: 0px;
        color: #2A3442;
        font-size: 	2.75rem;
    }
    #first_page p
    {
        font-size:1.375rem;
        width:100%;
        margin-top:3%;
    }
    main#b_mid_con
    {
        width:70%;
        margin-left:3%;
        margin-right:3%;
    }
    #b_mid_con p
    {
        text-align:center;
        width:100%;
    }
    /* page footer content*/
    #footer
    {
        box-sizing: border-box;
        background: #2A3442;
        color:#FFFFFF;
        font-size: 1.125rem;
        width:100%;
        height:100px; 
    }
    .fc_3 img
    {
        width:48px;
        height:48px;
        border-radius: 50%;
        padding:2% 2%;
        background:#FFFFFF;
    }
}
@media only screen and (max-width:768px)
{
    .main_header nav
    {
        margin-top:7%;
    }
    .main_header ul li
    {
        width:130px;
        height:30px;
    }
    .main_header .main_nav li a
    {
        font-size:	1rem;
    }
    main#first_page
    {
        width:100%;
        margin-top:7%;
    }
    #first_page h1
    {
        font-size: 	2rem;
    }
    #first_page p
    {
        font-size:1rem;
        width:100%;
        margin-top:3%;
    }
    /*work section*/
    header#work_header 
    {
        font-size: 1.5rem;
    }
    main#b_mid_con
    {
        width:80%;
        margin-left:3%;
        margin-right:3%;
    }
    #b_mid_con h2
    {
        font-size:2rem;
        width:100%;
    }
    #b_mid_con p
    {
        letter-spacing: 0px;
        color: #2A3442;
        font-size:1.5rem; 
        text-align:center;
    }
    div#contact_section 
    {
        margin-bottom: 3%;
    }
    /* page footer content*/
    #footer
    {
        font-size: 0.875rem; 
        height:80px;
    }
    .fc_3 img
    {
        width:42px;
        height:42px;
        border-radius: 50%;
        padding:2% 2%;
        background:#FFFFFF;
    }
}
@media only screen and (max-device-width:414px)
{
    div#content
    {
        box-sizing:border-box;
        position: sticky;
        top:0;
        z-index: 1;
    }
    #content header
    {
        display:flex;
        justify-content: space-between;
        width:100%;
        background:#EAE9E9;
        height:70px;
        border:1px solid #707070;
        transition: all 0.4 ease 0s;
    }
    .logo
    {
        margin-right:3%;
        margin-left:5%;
        width:45%;
    }
    .main_header nav
    {
        display:none;
    }
    .navbar-toggle
    {
        display: block;
        position:absolute;
        font-size:40px;
        left:84%;
        top:10%;
        text-decoration:none;
        color:#0787C7;
    }
    /*mid-content*/
    #content1 section
    {
        margin-top:10%;
        width:100%;
    }
    aside#left img
    {
        display: none;
    }
    #content1 section aside#left
    {
        width:30%;
    }
    aside#left img.image-left
    {
        display:block;
        width:100%;
    }
    aside#right img
    {
        display:none;
    }
    main#first_page
    {
        width:85%;
        margin-left:3%;
        margin-right:1%;
        margin-top:0%;
    }
    #first_page h1
    {
        top: 0px;
        left: 0px;
        letter-spacing: 0px;
        margin-bottom: 0;
        color: #2A3442;
        font-size: 1.5rem;
        text-align: left;
    }
    #first_page p
    {
        font-size:1rem;
        margin-top:3%;
        width:95%;
    }
    /*vision content*/
    #vision_content
    {
        box-sizing:border-box;
        background-color:transparent;
        display:flex;
        width:100%;
        margin-left: 0%;
        margin-right:0%;
        margin-top:10%;
    }
    #vision-feed
    {
        background: #0787C7;
        color:#FFFFFF;
        box-shadow: 0px 3px 6px #00000029;
        border-radius:0px;
        display:flex;
        justify-content:center;
        flex-direction: column;
    }
    #vision-feed h2
    {
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: normal;
        font-size:	1.5rem;
        text-align: center;
        margin:5% 5% 5% 5%;
    }
    #vision-feed p
    {
        margin:0px 2% 10% 2%;
        font-size:1.125rem;
        text-align: left;
    }
    /*work section*/
    header#work_header 
    {
        font-size: 1rem;
    }
    div.work_img img
    {
        display:none;
    }
    div.work-img-1 img
    {
        display:flex;
        margin-top:5%;
        width:100%;
    }

    /*bottom middle page*/
    #bottom_page
    {
        margin-top:5%;
        margin-bottom:0%;
    }
    #bottom_page aside
    {
        width:25%;
    }
    #bottom_page section
    {
        width:100%;
    }
    aside#bottomgroup_left img
    {
        display:none;
    }
    aside#bottomgroup_left .left-design
    {
        display: block;
        width: 100%;
    }
    aside#bottomgroup_right img
    {
        display:none;
    }
    aside#bottomgroup_right .right-design
    {
        display:block;
        width: 100%;
    }
    main#b_mid_con
    {
        margin-top:5%;
        margin-left:0%;
        margin-right:0%;
        width:70%;
        text-align:center;
    }
    #b_mid_con h2
    {
        margin-top:5%;
        margin-bottom:3%;
        font-size:1.25rem;
        width:100%;
       
    }
    #b_mid_con p
    {
        text-align: center;
        font-size:1rem; 
      
    }
    div#contact_section
    {
        display: none;
    }
    div#contact_section-1
    {
        display:flex;
        justify-content: center;
        text-decoration:none;
        margin-top:3%;
        margin-bottom: 10%;
    }
    div#contact_section-1 a
    {
        font-size:1.75rem;
        border: 2px solid #0787C7;
        background:#FFFFFF;
        border-radius: 30px;
        font-weight:350;
        color:#0787C7;
        padding:2% 10%;
        text-decoration:none;
        cursor: pointer;
    }
    #contact_section-1 a:hover
    {
        background: #0787C7;
        color:#FFFFFF;
    }
    /* page footer content*/
    #footer
    {
        display:none; 
    }
    #footer-1
    {
        display:block;
        box-sizing: border-box;
        background: #2A3442;
        color:#FFFFFF;
        font-size: 1rem;
        font-family: 'sora';
        width:100%;
        height:160px; 
    }
    .footer_content-1
    {
        display:flex;
        flex-direction: column;
    }
    .footer_content-1 span
    {
        margin-top:3%;
        margin-left:0%;
        margin-right:0%;
        text-align: center;
    }
    .footer_content-1 span a
    {
        color:#FFFFFF;
    }
    .fc_3-1 
    {
        margin-bottom:3%;
    }
    .fc_3-1 img
    {
        width:48px;
        height:48px;
        margin-left:5%;
        margin-right:5%;
        border-radius: 50%;
        padding:2% 2%;
        background:#FFFFFF;
    }
}
@media only screen and (max-device-width:375px)
{
    .navbar-toggle
    {
        font-size:36px;
        left:85%;
    }
    main#first_page
    {
        width:80%;
    }
    /*mid-content*/
    #first_page h1
    {
        font-size: 1.375rem;
    }
    #first_page p
    {
        font-size:	0.875rem;
        margin-top:3%;
        width:95%;
    }
    #vision-feed h2
    {
        font-size:	1.4375rem;
    }
    #vision-feed p
    {
        font-size:1rem;
    }
    /*bottom middle page*/
    #b_mid_con h2
    {
        font-size:1.0625rem;
    }
    #b_mid_con p
    {
        font-size:0.875em; 
    }
    /* page footer content*/
    #footer-1
    {
        height:150px; 
    }
}
@media only screen and (max-device-width:320px)
{
    .logo
    {
        width:50%;
    }
    main#first_page
    {
        width:98%;
    }
    /*mid-content*/
    #first_page h1
    {
        font-size: 1.125rem;
    }
    #first_page p
    {
        font-size:	0.8125rem;
    }
    #vision-feed h2
    {
        font-size:	1.375rem;
    }
    #vision-feed p
    {
        margin:0px 1.5% 10% 1.5%;
        font-size:0.875rem;
    }
    /*bottom middle page*/
    #b_mid_con h2
    {
        font-size:0.9375rem;
    }
    #b_mid_con p
    {
        font-size:0.75em; 
    }
}