html * {
    margin: auto;
    padding: auto;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    font-family: proxima_light;
    color: #222;
    font-weight: normal;
}

hr{
    color: #78faae;
}

h1 {
    margin: 20px auto;
    font-family: proxima_bold;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 30pt;
    font-weight: normal;
}


h4 {
    margin: 50px auto 10px;
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 15pt;
    font-family: proxima_bold;
    font-weight: normal;
}

/*paragraphs*/

p {
    margin: 10px 11% 0 10%;
}

p a {
    text-decoration: none;
    font-family: proxima_bold;
}

p a:hover {
    color: #666;
    text-decoration: none;
}

ul {
    list-style: none;
}

strong {
    font-weight: normal;
    font-family: proxima_bold;
}

em {
    font-weight: normal;
}

/* fonts */

@font-face {
    font-family: proxima_light;
    src: url("/fonts/proxima_light.otf");
}

@font-face {
    font-family: proxima_bold;
    src: url("/fonts/proxima_bold.otf");
}

@font-face {
    font-family: galantic;
    src: url("/fonts/galantic.ttf");
}

/* menu */

.dropbtn {
    position: absolute;
    display: block;
    margin: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 50px;
    font-family: proxima_bold;
    color: #fff;
    width: 100vw;
    border: none;
    cursor: pointer;
    text-transform:uppercase;
}

.dropbtn:hover {
    color: #fff;
        background-color: rgba(255, 255, 255, 0.1);

}

.dropbtn:active {
    background-color: rgba(119, 250, 174, .2);
}


.dropbtn:active {
    color: white;
}


.menu {
    position: absolute;
    width: 100vw;
    margin: auto;
    text-align-last: center;
    text-transform: uppercase;
}

.menu-content {
    display: none;
    position: relative;
    background-color: #fff;
    width: 400px;
    max-width: 80vw;
    top: 90px;
    margin: auto;
    overflow: auto;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-content a {
    text-decoration: none;
    display: block;
    color: #222;
    padding: 30px;
    font-size: 11pt;
    font-family: proxima_bold;
}

.menu a:hover {
    color: #0b3329;
    background-color: #78faae;
}

.show {
    display: block;
    border-radius: 10px;
}

/* body */

#wrapper {
    position: relative;
    height: 90vh;
    width: 100vw;
    z-index: -1;
    font-size: 12pt;
}

#banner {
    background-image: url("/img/acbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100vw;
    z-index: -1;
}

#logo {
    position: relative;
    background-image: url("/img/arlig_logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* about */

#about {
    float: left;
    background-color: #fff;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

/* protection-plan*/

#protection-plan {
    float: left;
    background-color: #78faae;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

#protection-plan a {
    color: #222;
}

#protection-plan a:hover {
    color: #fff;
}


#protection-plan h2 {
    margin: 20px auto;
    font-family: proxima_bold;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: normal;
}

#protection-plan h2 a   {
    text-decoration: none;
    display: block;
    padding: 15px;
    border-radius: 7px;
    width: 50%;
    color: #ffffff;
    background-color: #0b3329;
}

#protection-plan h2 a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #222;
}

#protection-plan h2 a:active {
    background-color: #333;
    color: #fff;
}

#protection-plan h3 {
    color: #222;
    font-family: proxima_bold;
    font-size: 25px;
    font-weight: normal;
}

/* services */

#services {
    float: left;
    background-color: #f6f6f6;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

#contact {
    float: left;
    background-color: #fff;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

#contact a {
    color: #222;
    text-decoration: none;
    font-family: proxima_bold;
}

#contact a:hover {
    color: #666;
    text-decoration: none;
}

#service {
    float: left;
    background-color: #f6f6f6;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

#reviews {
    float: left;
    background-color: #fff;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

/* charity */

#charity    {
    background-color: #222;
    color: white;
      float: left;
    min-width: 100vw;
    z-index: -1;
    text-align: center;
}

.charity img   {
    padding: 30px;
    max-width: 150px;}

/* footer */

#footer {
    float: left;
    background-color: #222;
    z-index: -1;
    text-align: center;
    font-size: 10pt;
    min-width: 100vw;
}

#footer a {
    color: #78faae;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer p strong {
    color: #fff;
    font-size: 11pt;
}

/* back to top */

.dot {
    position: fixed;
    background-color: #333;
    border: solid 10px #333;
    background-image: url("/img/icons/top.png");
    background-size: 100%;
    background-position: 50%;
    border-radius: 50%;
    bottom: 5vh;
    right: 5vw;
    margin: auto;
    height: 70px;
    width: 70px;
    z-index: 2;
}

.dot:hover {
    background-color: #fff;
    background-image: url("/img/icons/top2.png");
}

.section {
    padding: 10vh 0;
    max-width: 90vw;
    width: 1100px;
}

.oneHalf    {
    float:left;
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
}



.icon   {
    padding: 20px;
    max-width: 50px;
}

/* buttons */

.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #78faae;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 15px;
    text-transform: none;
    border-radius: 0.5em;
    background: #0b3329;
    font-family: proxima_bold;
    border: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.button2:active {
    color: #666;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:after {
    content: "";
    position: absolute;
    left: 55%;
    color: #0b3329;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:hover {
    border: 0;
    color: #222;

}

.button2:hover:before {
    top: -35%;
    background-color: #78faae;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
    top: -45%;
    background-color: #78faae;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* cookies */
