body {
    background-color: #C8C8C8;
    display:flex;
    flex-direction:column;
    max-width: 100%;
    margin: 0px;
    background-color: #005a66;
background-image: url("https://www.transparenttextures.com/patterns/white-diamond-dark.png");
}

a {
    text-decoration: none;
    color: grey;
    transition: 500ms;
    padding: 10px;
}

a:hover {
    color: white;
    background-color: rgba(172, 172, 172, 0.653);
    border-radius: .2em;
}

footer a {
    text-decoration: none;
    color: grey;
    transition: 500ms;
    padding: 10px 20px 10px 0;
    font-size: 1vw;
}

footer p {
    font-size: 1vw;
}

.footerother p {
    font-size: 1vw;
}

footer a:hover {
    color: white;
    transition: 150ms;
    padding: 10px;
    background-color: rgba(172, 172, 172, 0.653);
}

#logo {
    width: 100px;
    background-color: rgba(255, 255, 255, 0.633);
    border-radius: 200em;
    object-fit: cover;
    object-position: center;
    transition: 500ms;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#logo:hover {
    transition: 200ms;
    background-color: rgb(121, 121, 121);
}

.header p {
    color:white;
}

.hero-image {
    background-image: url(./Images/types-of-phishing-hero.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:100vw;
    height:50vh;
}

button {
    font-size: 1vw;
}


.hero-text {
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    color:white;
}

.box1-text {
    text-align:left;
    position:absolute;
    top:150%; /*tee hee idk what to do here*/
    width: 100%;
    color:white;
}

.box1-image img {
    height:500px;
    margin:0 auto;
    border-radius: 30px;
}

main{ 
    margin-left: 10%;
    margin-right: 10%;
    
}

.navbarmenu ul{
    list-style: none;
    text-decoration: none;
    background-color: rgba(217, 217, 217, 95);
    padding: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    width: 175px;
    justify-content: space-between;
}


.navbarmenu{
    text-decoration: none;
    display: flex;
    width:calc(100% - 200px);
    justify-content: center;
    align-items: center;
}


.navbarmenu-item{
padding: 7px;
text-decoration: none;
}

.navbar{
    display:flex;
    background-color: #005661;
background-image: url("https://www.transparenttextures.com/patterns/white-diamond-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.HomePhishingSection {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/clint-patterson-dYEuFB8KQJk-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:100%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
}


.HomePhishingSection p{
    width: 35%;
    align-self: center;
    font-size: 1.5vw;
}

.HomepreventSection {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/christin-hume-hBuwVLcYTnA-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:100%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
}

.HomepreventSection p{
    width: 35%;
    align-self: center;
    font-size: 1.5vw;
    background-color: rgba(128, 128, 128, 0.801);
    padding: 10px;
    border-radius: 1em;
}


.HomeWhySection{
    width: 100%;
    display: flex;
    background-color:rgba(128, 128, 128, 0.433);
    border-radius: 2em;
}

.spacingbox1 {
    align-self: center;
    padding-left: 50px;
}

.HomeHowSection{
    width: 100%;
    display: flex;
    background-color: rgba(128, 128, 128, 0.433);
    border-radius: 2em;
}

.HomeWhySection p{
    width: 30%;
    font-size:1.5vw;
    margin-left:25px;
    align-self:center;
    color:white;
   margin: 0 auto;
}

.HomeHowSection p{
    width: 30%;
    font-size:1.5vw;
    align-self:center;
    color:white;
    color:white;
   margin: 0 auto;
}

.HomeWhySection img{
    width: 50%;
    border-radius: 2em;
    object-fit: cover;
    object-position: center;
}

.HomeHowSection img{
    width: 50%;
    border-radius: 2em;
    object-fit: cover;
    object-position: center;
}

.HomeContent1 h2,
.HomeContent2 h2,
.HomeContent3 h2{
    color: white;
    text-shadow: 1px 1px black;
    font-size: 1.5vw;
}

.HomeContent2, 
.HomeContent3 {
color:white;
max-width: 100%;

}

.footer{
    color:white;
    background-color:black;
    display:flex;
    justify-content:space-between;
    line-height:1cm;
    list-style:none;
    width: 88%;
    margin: 0 auto;
}
.footersocials, 
.footercontact, 
.footerother p{
    font-size:1vw;
    font-weight: bold;
}

.footerlist1 p, 
.footerlist2 p,
.footersub1 p,
.footeremail,
.footeremailaddress {
list-style:none;
color: gray;
font-size: 1.5vw;
}

.copyrightfooter{
    color:white;
    background-color:black;
    margin-left: 88%;
    font-size: 1vw;
}

footer{
    background-color:black;
    margin-top:50px;
    padding: 20px;
}

#logo {
    position: relative;
    -webkit-animation: floatBubble 1s infinite  normal;
    animation: floatBubble 2s normal;
}

.headingfordes {
    color: white;
    text-shadow: 1px 1px black;
    font-size: 1vw;
}

.Description{
    width: 100%;
    display: flex;
    background-color:rgba(128, 128, 128, 0.433);
    border-radius: 2em;
}


.Description1{
    width: 100%;
    display: flex;
    border-radius: 2em;
}

.Description1 p {
    width: 30%;
    font-size:1.5vw;
    align-self:center;
    color:white;
    color:white;
   margin: 0 auto;
}


.Description1 img {
    width: 50%;
    border-radius: 2em;
    object-fit: cover;
    object-position: center;
}

.HowToTell h2 {
    color: white;
    display: flex;
    font-size: 1.5vw;
}

.HowToTell p {
    width: 100%;
    background-color:rgba(128, 128, 128, 0.433);
    border-radius: 2em;
    padding: 30px;
    font-size: 1.5vw;
    color: white;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

.typeInfo {
    position: relative;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.spearPhishing:hover {
   transition: 200ms;
   background-image: url(./Images/0x0.jpg);
}

.spearPhishing {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/charlesdeluvio-FdDkfYFHqe4-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:45%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
    transition: 300ms;
}

.spearPhishing .phishingbox1:hover {
    opacity: 1;
}


.whalingPhishing .phishingbox1:hover {
    opacity: 1;
}

.spearPhishing .phishingbox1 p {
    height: 0;
        opacity: 1;
        transition-delay: 0s;
        transition-duration: 0.4s;
}

.spearPhishing .phishingbox1:hover p {
    opacity: 1;
    transform: translateY(400px);
    -webkit-transform: translateY(150px);
}

.phishingbox1 {
    opacity: 1;
        font-size: 1.5vw;
        position: absolute;
        top: 0;
        left: 0;
        color: #1c87c9;
        width: 300px;
        height: 100px;
        -webkit-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        -ms-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        text-align: center;
}

.whalingPhishing {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/kenny-eliason-3GZNPBLImWc-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:45%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
}

.Vishing {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/tarik-haiga-BxELNNMN88Y-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:45%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
}

.emailPhishing {
    color:white;
    object-position: center;
    object-fit: cover;
    background-image: url(./Images/kaur-kristjan-CpPF4W5PB1c-unsplash.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    width:45%;
    height:30vh;
    align-self:center;
    margin-top:30px;
    border-radius: 25px;
    display: flex;
}
.prevent-container {
    color: white;
    max-width: 100%;
    background-color:rgba(128, 128, 128, 0.433);
    border-radius: 2em;
    padding: 30px;
    margin-top: 20px;
}

.prevent-container h2 {
    color: white;
    text-shadow: 1px 1px black;
    font-size: 1.5vw;
}

.prevent-p p{
    width: 50%;
    font-size: 1.8vw;
    align-self: center;
    margin: 0 au;
}

.prevent-content {
    display: flex;
    justify-content: space-between;
}

.prevent-images img { 
    max-width: 100%;
    width: 50%;
}

@-webkit-keyframes floatBubble {
    0% {
        top:500px;
    }
    100% {
        top: 0px;
    }
}

.container {
    height: 100%;
    border-left: 1px solid black;
}

@media (max-width:820px){
    
    * {
        flex-wrap: wrap;
    }

    h2 {
        font-size: 1.5vw;
    }

    p {
        font-size: 1vw;
    }

    img {
        size: 10vw;
    }

    footer p {
        font-size: 2vw;
    }

    .footer p {
        font-size: 2vw;
    }

    .footercontent3 a,
    .footercontent1 a{
        font-size: 2vw;
    }

    .HomeWhySection p {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .HomeWhySection img {
        width: 100%
    }

    .HomeHowSection p {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .HomeHowSection img {
        width: 100%;
    }

    #logo {
        width: 50px;
    }

    nav {
        width: 50%;
    }
}