@charset "UTF-8";

/*
	Chebucto Key Players Style Sheet
    Author: Thomas Lacroix
    Creation Date: 2023/08/03
    Modified Date: 2023/08/10
*/
html{
    background-color: rgba(9,74,10,255);
    height: 100%;
    width: 100%;
}
a{
    color: white;
    text-decoration: none;
}
header{
    background-color: white;
}
.heroSection
{
    position: relative;
    color: white;
    width: 100%;
    height: 55%;
    margin: 0;
    padding: 0;
    z-index: -1;
}

#imgBox{
    height: 115%;
    position: relative;
    z-index: -1;

}
#AGMHeader{
    color: black;
    position: absolute;
    font-size: 2vw;
    right: 38%;
    top: 10%;
}
#AGMText{
    text-align: center;
    color: black;
    position: absolute;
    font-size: 2vw;
    margin-left: 20%;
    margin-right: 20%;
    top: 25%;
}
#ButtonToOldWeb{
    color: black;
    position: absolute;
    left: 37%;
    top: 52%;
    width: 25%;
    height: 6%;
    background-color: rgba(9,74,10,255);
    color: white;
    font-size: 1.8vw;

}

/* ===============================
   Mobile Styles: 0px to 600px 
   ===============================
*/
@media only screen and (max-width: 600px) and (min-width: 0px)
{
    .heroSection
    {
        position: relative;
        color: white;
        width: 100%;
        height: 30%;
    }
    
    #execbox{
        height: 80%;
        position: relative;
    }
    #AGMHeader{
        color: black;
        position: absolute;
        font-size: 4vw;
        right: 25%;
        top: 25%;
    }
    #AGMText{
        text-align: center;
        color: black;
        position: absolute;
        font-size: 3vw;
        margin-left: 20%;
        margin-right: 20%;
        top: 35%;
    }
    #ButtonToOldWeb{
        color: black;
        position: absolute;
        left: 29%;
        top: 62%;
        width: 40%;
        height: 8%;
        background-color: rgba(9,74,10,255);
        color: white;
        font-size: 2.5vw;
    
    }
    
}
